Jump to content

sader1992

Content Moderator
  • Posts

    1678
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. DO NOT USE Disable Walk To Delay. Change Walk To Delay. IN NEMO this will fix your problem
  2. some clients you may need to turn off the DEP on them to work try it start from your system info > search in google about it it's a windows thing
  3. i would say net framwork 3.5 but try to get all the .dll from kro and did you try to run ragnarok like any private server ? just to make sure you have all it need to run it or you try to use another client ? did the game run on this pc before ?(after the system install)
  4. why don't you just make it your self with last rathena etc last kro and the client you want ? https://github.com/rathena/rathena/wiki
  5. if(getrefine()==9){ bonus3 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",1,10;}else if(getrefine()>=10){ bonus3 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",1,20;} try like that
  6. if(getrefine()==9){ bonus3 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",1,10;}else if(getrefine()>=10){ bonus3 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",1,20;} try like that
  7. yes as i see you have up to 82 head = the max is 82 if you put it 83 and you don't have the 83 file you will get error when you change your hear style to it
  8. rAthena\conf\battle\client.conf change this max_hair_style: 27 to be like that max_hair_style: 82
  9. you need to add the mobs you want on the map then you edit the mob drops in the mob_db (do not edit mobs that used in another map lik poring etc the mob edit will be on a monster not a map) or you would need a script to make the items to the char after killing a monster on a map ether ways you would need to add mob spawn to the map like so prontera,0,0,0,0 monster Poring 1002,70,0,0,0 this will spawn 70 poring in prontera this added out side a npc script not inside
  10. i don't know what is gold room but i seen a lot of this kind of topic in the forum use google or the forum search
  11. use (Disable Doram Character Creation UI [Experimental]) patch in this NEMO and in the server side rathena-master\src\char\char.cpp search for if (start_job != JOB_NOVICE && start_job != JOB_SUMMONER) return -2; // Invalid job change it to if (start_job != JOB_NOVICE) return -2; // Invalid job
  12. this item have no equip spirit for kro it just give effect when equiped download the grf in the post up and try to use it i made an empty spr for the item to fix the error another possible fix didn't test it you can try to put the view id to 0 in the client side and the server side (this may work)
  13. (Costume Angel Fluttering) if it's the same item see here
  14. you can but you would need to edit the head and the body not only the body ( the head = there is head for every hear style ) i don't know if there is shorter way to do it
  15. no it's command in the game try it to see how it work and you can make script to make a job or every one login the game get big size type in game with GM char @size 10
  16. you can use @size onpclogin event if you don't want it that big test it @size 10
  17. you need to edit the monster it self to drop the items you want it's not from the npc
  18. rathena\conf\battle\exp.conf // Rate at which exp. is given. (Note 2) base_exp_rate: 5000 // Rate at which job exp. is given. (Note 2) job_exp_rate: 5000 rathena\conf\battle\drops.conf item_rate_common: 3500 item_rate_common_boss: 2500 item_rate_common_mvp: 2000 item_rate_heal: 3000 item_rate_heal_boss: 3000 item_rate_heal_mvp: 2000 item_rate_use: 3000 item_rate_use_boss: 2500 item_rate_use_mvp: 2500 item_rate_equip: 3500 item_rate_equip_boss: 2500 item_rate_equip_mvp: 3000 item_rate_card: 3500 item_rate_card_boss: 1500 item_rate_card_mvp: 100 search and edit as you see 100 = x1 1000 = x10 10000 = x100 etc
  19. use the last raathena they already add it 1day ago https://github.com/rathena/rathena/commit/11d33007d92baac6841c8707497647e9be0d89a2 you can see it here
  20. if you already have the files then you already have the iteminfo.lua inside your game_folder\system\
×
×
  • Create New...