Jump to content

Shakto

Members
  • Posts

    416
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Shakto

  1. Nice job for hshield ! Thx !
  2. Hello, Does anyone have can give the hex code to change (or the assembly command before/after with line) to desactivate hshield on last ragexe 03-20-2013 ? Support topic here : http://hercules.ws/board/topic/289-2013-ragexe-area/ File : http://www.sendspace.com/file/2xtqkr Solution found
  3. Shakto

    Homun AI

    http://drazzy.com/ai/getaai.html
  4. http://www.2shared.com/file/j1zBX13B/WDGRemoveLoginAutoClose.html if anyone else want it
  5. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/events/disguise.txt
  6. Ok thanks ^^
  7. Shakto

    Max Damage

    Hi, I have some trouble to make it work. I searched CMP ECX,0F423F and found it. But then, have i to add your sequence or to remplace the sequence in main module by begin at the line where i found CMP ECX,0F423F And finally MOV WHATEVERYOURARRAYIS,ECX this sequence doesn't work, it says : identifier not found Thanks
  8. I'll add news items when the release will be rdy
  9. BUMp over gain ^^
  10. This is the missing items from last dastgir decompiled lub ^^
  11. Thx you a lot !!!!!
  12. Can you do that for last LUB 20 March 2013 (there were a big update) System and luafiles 514 ? It would be very great !
  13. Here you have all new items since last lub file You can merge that with your file without risk to translate that in further http://pastebin.com/DtJf5sxn
  14. I don t think they have no idea. it s just a hard script to write. and by looking at the numbers of view. there is some ppl interested by that script.
  15. Open the patch file with notepadd and follow the instruction manually
  16. I can do it manually if you really want it
  17. Do you have a local firewall software ?
  18. Shakto

    reque 1 NPC

    I posted the script try it
  19. Nice thx
  20. It seems that with 130 views of post, ppl are interested. Someone to help me to do that script ?
  21. Shakto

    Gamble NPC

    It's something like this : I let you fill the end, it's simple. setarray .@Hat$[0],5105,5106,5407; // You write all the id of hats here (50 pages on ratesmyserver gl ) set .@price,1000000; set .@resrand,rand(xx); //xx is the number of id you added if( Zeny > .@price ) { set Zeny, Zeny - .@price; getitem .@Hat$[.@resrand],1; } else { message strcharinfo(0),"I'll need " + .@price + " zeny to have your random hat"; }
  22. You can begin to read the wiki ? If it's to configure your server, there is a lot of tuto on the forum
  23. Did you server work before ? Verify that your server use sql and not txt Don't forget to change s1/pi password in the both file map_athena.conf and char_athena.conf
×
×
  • Create New...