Jump to content

Angelmelody

Members
  • Content Count

    772
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Angelmelody

  1. Sorry, I didn't clearly elaborate it , Setting the encoding to 950 will get stuck, but works fine with encoding 1252. -- An unhandled exception has been caught : 長度不可以小於零。 參數名稱: length I guess maybe the possible causes are here: Here is my grf editor version:
  2. Hi~ @Tokeiburu, dunno why grf editor can't decompile the official lub file, can you fix it? skilldescript.lub extracted from TWRO skilldescript.7z
  3. http://herc.ws/wiki/Import_folder
  4. you can try to install OnPcStatCalcEvent then 1. disable the item script of Lord of the death card in item_db.conf 2.
  5. I have never used vpn before ,dunno how....
  6. Can someone share the newest idro client ? the official website seems to bind the IP of their country,I can't download it Here is official client download link: http://dl.lytogame.com/newclient/ro/Ragnarok_full.rar
  7. you wanna triger OnPCStatCalcEvent ? if yes you should make server calculate the player's states
  8. download new Equipment and Status Window interface
  9. prontera,150,150,5 script Calculator 999,{ function Add; mes ""+Add(1,2); close; function Add { return (getarg(0)+getarg(1)); } }
  10. I also have same issue but now I use 2013 instead https://github.com/HerculesWS/Hercules/issues/673
  11. bEquipmentMatk was renamed as bMatk
  12. Thank you very much for implementing my suggestion, it works perfectly...
  13. Hi~@Tokeiburu Can you add a right mouse click menu option that save all my select search result files as a grf file?
  14. find this line .delay2 = 120; // Nombre en secondes de delay pour BaseLevel > 70 then insert after end; OnTouch:
  15. 16-4(.gat) -3(0011@elemen) -1(\0) = 8
  16. the data type of .@mapList should be string type so change all .@mapList into .@mapList$
  17. Any update for this script? I got the same issue like @@zackdreaver becoz this commit :https://github.com/HerculesWS/Hercules/commit/b1b1b1aa8edc866a83029081e93d3e7d0f138189 so should change the isday() into !isnight()
  18. https://github.com/HerculesWS/Hercules/issues/673 currently dont have solution, you can try vs2013 to compile
  19. Maybe OnPCUseSkillEvent is only triggered by the skill which was specified in conf/import/OnPCUseSkillEvent.txt
  20. I think that wouldn't work as you expect look here and here you should change the formula of var 'count' maybe you can try my method. count = (sd)? min((skill_lv>=5 ? 10: skill_lv),MAX_PC_DEVOTION) : 1;
  21. I am wondering what's the exact syntax for making a text invisible until it's clicked ?
  22. I prefer ra's method, convert the long long type var into string var snprintf(buf, sizeof(buf)-1, "%llu", (unsigned long long)item->unique_id);
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.