- rentitem 12622 [reins of mount]
- my problem is when i rented the item and i used the item suddenly when the item is expired and im still in mount mode.. the mount is still there while my rentitem is gone...
- can someone help me? i want the mount also be gone when my rentitem is over..
this 3 is already SOLVED ... Update Your SVN .....
@tron
thanks to your script
i already making my SPECIAL SCRIPT
thanks to you i have a REFERENCE to my SPECIAL SCRIPT
and THANKS to thishttp://rathena.org/board/topic/63282-promotional-code-npc/ for my another Reference
i think your problem is in the auto job changer
disable the auto job changer
search this
set .AUTOJOBCHANGER,0; //Turn on AUTO Jobchanger
then change it to
set .AUTOJOBCHANGER,1; //Turn on AUTO Jobchanger
try it im not sure
i think your problem is in the auto job changer
disable the auto job changer
search this
set .AUTOJOBCHANGER,0; //Turn on AUTO Jobchanger
then change it to
set .AUTOJOBCHANGER,1; //Turn on AUTO Jobchanger
try it im not sure
here it is the item
12622,Reins_Of_Mount,Reins Of Mount,11,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ setmounting(); },{},{}
then
if you want in script
use the arceniel comment
i already give it to you where you can get the lua file...
that is the updated lua file
earthling said you need the 2011-13-15 client to become full functionable the bakonawa
means you need to diff that 2011-13-15RE ...
yes im experiencing error in summoning bakonawa it automatically stop the client but im planning to change my client in no time
then
i can use new mount in that client..
i am using this client
http://rathena.org/board/topic/54190-release-basic-rathena-client/
then i update my lua files
in this
http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/
and the data folder here
http://svn6.assembla.com/svn/ClientSide/Translation_Project/data/
try this
-<tab>script<tab>name<tab> -1,{
OnPCLoadMapEvent:
set .@BLeveling, 1;
if (BaseLevel < .@Bleveling) {atcommand "@blvl 150";} //this will automaticaly change the base level of character to 150
}