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:
parent
6c49b01601
commit
14f0bdab75
@ -28,6 +28,7 @@ Nexon
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
04/30
|
04/30
|
||||||
|
* Added some tabs to the Pickpocket Quest so it's more readable [Playtester]
|
||||||
* Added first version Gywall's Pickpocket Quest [Playtester]
|
* Added first version Gywall's Pickpocket Quest [Playtester]
|
||||||
* Updated several job quests so they work again thanks to sodaboy581 [Playtester]
|
* Updated several job quests so they work again thanks to sodaboy581 [Playtester]
|
||||||
* Fixed mjolnir_12 -> prt_maze01 warp [Playtester]
|
* Fixed mjolnir_12 -> prt_maze01 warp [Playtester]
|
||||||
|
@ -1220,18 +1220,21 @@ L4_1:
|
|||||||
// Tested on: eAthena SVN Stable (Unknown version)
|
// Tested on: eAthena SVN Stable (Unknown version)
|
||||||
// Version History:
|
// Version History:
|
||||||
// 1.0 - Completed and working
|
// 1.0 - Completed and working
|
||||||
|
|
||||||
lighthalzen.gat,240,216,4 script Man#Pickpocket1 870,2,2,{
|
lighthalzen.gat,240,216,4 script Man#Pickpocket1 870,2,2,{
|
||||||
end;
|
end;
|
||||||
OnTouch:
|
OnTouch:
|
||||||
callfunc "F_LHZPick",33,1;
|
callfunc "F_LHZPick",33,1;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
lighthalzen.gat,220,169,4 script Man#Pickpocket2 870,2,2,{
|
lighthalzen.gat,220,169,4 script Man#Pickpocket2 870,2,2,{
|
||||||
end;
|
end;
|
||||||
OnTouch:
|
OnTouch:
|
||||||
callfunc "F_LHZPick",33,2;
|
callfunc "F_LHZPick",33,2;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
lighthalzen.gat,164,127,4 script Man#Pickpocket3 870,2,2,{
|
lighthalzen.gat,164,127,4 script Man#Pickpocket3 870,2,2,{
|
||||||
end;
|
end;
|
||||||
OnTouch:
|
OnTouch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user