Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by QQfoolsorellina

  1. 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 ..
  2. I noticed the removal of plug-in system since r16203. I dunno how to add the debug tool. Does anyone know how to add that debug tool?
  3. Kiel_Card if(isequippedcnt(4403)>2) end; bonus bDelayRate,-30; Expert_Ring if(isequippedcnt(4403)=2 && isequippedcnt(2703)=2 ){ bonus bCastrate,-5; }else if(isequippedcnt(2703)=2){ bonus bCastrate,-20; }
  4. 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
  5. As title say I was wondering Is it posible ?
  6. 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
  7. 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
  8. What do you try and what part not work for you?
  9. As Euphy mention ,,just change the start index of array and loop, It should work. ------------------------------------------------------------------------------------------------------ edit : thx Euphy for <=
  10. src/common/core.c find to change Unknown to the version as you know
  11. replace with this http://supportmii.com/ro1/Clients/Judas_Setups/2012_AI/AI_2011_2012.7z
  12. if(eaclass()&EAJL_THIRD && JobLevel >= 70){ }
  13. It work for me . I think he know how to put the below line in right file and position guildstorage: true
  14. you can try to define aliases in atcommand_athena.conf guildstorage: ["gstorage"]
  15. 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
  16. setting .prizeamount array setarray .prize[0],501,502,503;//set woe prize. setarray .prizeamount[0],1,1,1;//set woe prize amount corresponding to .prize array
  17. 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];
  18. 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
  19. 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
  20. sorry, it's a typo gecharid'('1) --->getcharid'('1) update
  21. try my woe reward script Woeautoreward.txt
  22. There is a bug that N characters in the same account the same guuild will receive N times WoE Reward
  23. still not working only put official lub into navigation folder could be working.. so strange and dunno the reason why?
  24. 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?
×
×
  • Create New...