Jump to content

Mephisto

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mephisto

  1. I got this error after I edit my iteminfo.lua and when I check my iteminfo, there's so many things like this. I'm using renewal iteminfo and im editing it using notepad++
  2. bonus bDelayRate,-30;
  3. Yeah cos all the answers he gave is correct. and SHOULD WORK
  4. You need to restart your server. Or @reloadbattleconf
  5. // Skill Times Database // // Structure of Database: // SkillID,CastingTime,AfterCastActDelay,AfterCastWalkDelay,Duration1,Duration2,Cool Down // // CastingTime: time to cast this skill, in milliseconds // AfterCastActDelay: "normal" delay, character cannot use skills, in milliseconds // AfterCastWalkDelay: amount of time before character can move again, in milliseconds // Duration1/Duration2: usually the durations used by the skill, at special cases it is used to hold special data // Cool Down: amount of time until character can re-use this skill, in milliseconds // // On all fields you can use ':' as a delimiter for level-specific values. // For example: // - Original: 6,0,0,0,30000,0,1000 // - Modified: 6,0,0,0,30000,0,1000:2500:3000:... // Gives Level 1 1000ms cool down, Level 2 2500ms, Level 3 3000ms, and so on.
  6. Try editing at config/servers.php
  7. After that ? No more error ?
  8. Oh yah hahaha sorry
  9. Test it and check if theres an error WoE.txt
  10. No its not by chance.
  11. Here. Try it and dont forget to +rep if I helped WoE.txt
  12. All that ID in random ?
  13. Wait gonna edit it now
  14. Let me edit it for u. Send me the ID of the castle drops and the rewards you want me to put
  15. U using sql for the specific version of rathena you have ?
  16. setarray .random[0], 607, 608, 609; // Add this line below set .GMAccess,99; PS : 607,609,609 will be the ID's of Castle Drop. Just put it there setarray .Reward[0],.random[rand(getarraysize(.random))],AMOUNT; PS : If you want Normal Drop and Random drop. It will look like this setarray .Reward[0],.random[rand(getarraysize(.random))],AMOUNT,NORMAL DROP ID,AMOUNT,NORMAL DROP ID2,AMOUNT; +rep if worked
  17. Put the script then reset your stats and put stats again and see results
  18. Tell me if it helped Cos I tried it and mine is working 100%
  19. Goto conf/battle/skill.conf and make sure its like this // Delay time after casting (Note 2) delay_rate: 100 // Does the delay time depend on the caster's DEX and/or AGI? (Note 1) // Note: On Official servers, neither Dex nor Agi affect delay time delay_dependon_dex: no delay_dependon_agi: no Use the script attached and make sure your kiel is on default effect Tested and Working. PS : Make sure to increase your MAX_EVENTQUEUE at src/map/map.h 196ASPD.txt
  20. Mephisto

    GM Command

    #Item "Capt General" ItemID Amount
  21. Yeah it supports 2015 client cos Im using 2015 client and diffed with NEMO
  22. Then maybe you can ask him to make one for you too
  23. Maybe someone sells it. Try to ask sir @Emistry if he has that instance. He sells some of the official instance
  24. If you're using the default warper then goto npc/scripts_custom.conf then put // on npc: npc/custom/warper.txt Example: //npc: npc/custom/warper.txt
×
×
  • Create New...