Added some tabs to the pickpocket quest so it's more readable

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6410 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2006-04-30 20:09:19 +00:00
parent 6c49b01601
commit 14f0bdab75
2 changed files with 94 additions and 90 deletions

View File

@ -28,6 +28,7 @@ Nexon
Date Added
======
04/30
* Added some tabs to the Pickpocket Quest so it's more readable [Playtester]
* Added first version Gywall's Pickpocket Quest [Playtester]
* Updated several job quests so they work again thanks to sodaboy581 [Playtester]
* Fixed mjolnir_12 -> prt_maze01 warp [Playtester]

View File

@ -1220,18 +1220,21 @@ L4_1:
// Tested on: eAthena SVN Stable (Unknown version)
// Version History:
// 1.0 - Completed and working
lighthalzen.gat,240,216,4 script Man#Pickpocket1 870,2,2,{
end;
OnTouch:
callfunc "F_LHZPick",33,1;
close;
}
lighthalzen.gat,220,169,4 script Man#Pickpocket2 870,2,2,{
end;
OnTouch:
callfunc "F_LHZPick",33,2;
close;
}
lighthalzen.gat,164,127,4 script Man#Pickpocket3 870,2,2,{
end;
OnTouch: