Jump to content

IndieRO

Members
  • Content Count

    287
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by IndieRO

  1. IndieRO

    Nemo patcher

    i was installed zero installer and try to run exe and got GE
  2. IndieRO

    Nemo patcher

    okay thx for info ill test it
  3. IndieRO

    Nemo patcher

    how to test and compile in VS? and i try to run client get error and after that setup always pop up ever and ever
  4. IndieRO

    Nemo patcher

    noob question : what's different Ragnarok zero clients with another version?
  5. just add on folder item_db.conf ex: { Id: 1201 AegisName: "Knife" Name: "Knife" Type: "IT_WEAPON" Buy: 50 Weight: 400 Atk: 17 Range: 1 Slots: 3 Job: { Novice: true Swordsman: true Magician: true Archer: true Merchant: true Thief: true Knight: true Wizard: true Blacksmith: true Hunter: true Assassin: true Crusader: true Sage: true Rogue: true Alchemist: true Bard: true Soul_Linker: true Ninja: true Kagerou: true } DisableOptions: true/false <<<<<< (boolean, defaults to false !!for equipments only!!) [Smokexyz] Loc: "EQP_WEAPON" WeaponLv: 1 Subtype: "W_DAGGER" },
  6. u can setting on your RO folder find folder "savedata/chatWndInfo_U.lua" sorry with english i just try to help you
  7. Edit: problem solve How to solve this problem, just add new function on luafile514\lua files\SkillInfoz\skillinfo_f.lub GetSkillScale = function(in_SKID, in_Level) local obj = SKILL_INFO_LIST[in_SKID] local x = 0 local y = 0 if nil ~= obj then obj = SKILL_INFO_LIST[in_SKID].SkillScale end if nil ~= obj then obj = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level] end if nil ~= obj then x = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].x if nil == x then return 0, 0 else y = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].y if nil == y then return 0, 0 end end end return x, y end
  8. your welcome i don't know thats client stable or not but u can try
  9. works until 20171101 just see in folder src/map/packets_keys.h
  10. finally right now it more easy to see any part change by seeing it in github and can learn how to fix it by myself
  11. yeah i know about that but where is file location autobonus i don't know where it is... solved
  12. look at my post post << i got so many error on map server and char server
  13. hi, @Alayne how about this?? do you have fix the problem??
  14. he, ask for rathena version not herc
  15. i think you forget to uncomment this part case 1: if( .@instance_delay > 0 ) { mes "You have to wait : ^FF0000"+.@instance_delay+" Seconds.^000000"; //close; << thiss part } it make can repeat instance everytime without delay
  16. after i update to last version i got error like this ? when monster use skill on map server show this error and make a lag and on char server
×
×
  • Create New...

Important Information

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