I was using ChunkSpy to decompile lub and everthing work fine before, but
since gravity change the version of lua to 5.1 , I got this erro
Does anyone know how can I decompile the new version of lub?
need help thx ..
Ok, finally I figure it out by searching status .h I find Option_Wug and OPTION_WUGRIDER
so ..
if(checkoption(Option_Wug) || checkoption(OPTION_WUGRIDER)){
if(checkoption(OPTION_WUGRIDER)) setoption OPTION_WUGRIDER,0;
setoption Option_Wug,0;
}
problem solved and thx for supporting
try this
http://rathena.org/board/topic/57397-forbidden-same-ip-on-few-maps/
there is a problem that's when your friend in the room and same ip with you , you cant entered the room
A lazy way to use Mouse Freedom dll file setting window size
1.Extract it and put the extracted files into your ragnarok root folder
2 open dinput.ini then adjust windows size by editing WindowWidth = 0 and WindowHeight = 0
3 done
mouse-exit.7z
As Euphy mention ,,just change the start index of array and loop, It should work.
------------------------------------------------------------------------------------------------------
edit : thx Euphy for <=
It depends on how many castles you occupied
a lazy way to limit how many castle one guild can occupy
conf/battle/guild.conf
// Maximum castles one guild can own (0 = unlimited)
guild_max_castles: 1
OMG! I should test before post
there are too many typo.orz
prizeamount[.@rn] should be .prizeamount[.@rn]
so correct script is
getitem .prize[.@rn],.prizeamount[.@rn];
replace this line
query_sql "insert into mail.................
with
getitem .prize,1;
yes you can create a box and in item script to write what you want to do
Hi QQfoolsorellina
how to make this reward random prize after woe finish. Can add more then 2 or 3 prize random after woe finish?
Thanks.
random prize Woeautoreward.txt
replace this line
query_sql "insert into mail.................
with
getitem .prize,1;
yes you can create a box and in item script to write what you want to do
I was wondering why 2012-04-10 client with same date lua the navigation system not working for me
,when I put official lub in navigation folder , the navigation system was working?