Jump to content

Kei

Members
  • Content Count

    101
  • Joined

  • Last visited

Everything posted by Kei

  1. Kei

    about bgm

    can i change the extension to mp3 instead of wav?
  2. Kei

    about bgm

    can someone help/make me a script that the player will able to play a custom bgm i have ..? thanks
  3. i already see one changing the player color name and its juda who make but its very old since he make it in eathena time..
  4. can someone know how to change the color name of a player depends on their gm level? example: gm lvl 1.. their name will be red.. something like that?
  5. you can check the item_db .. if you did not see it then its not available.. you can add it manually if you like to have it
  6. i have problem with this.. when i try to change the drop rate of any Miscellaneous nothing happen.. but if i change the drop rate of cards,armor it change the drop rate.. thanks
  7. i try to make the Usemd5 true in my control panel ... my problem is my account is incorrect pass when i try to login ingame but when i login to website i got no error.. do you know guys whats the problem?
  8. already solved.. i just replace a fresh item_db and now it works...
  9. the custom skill i recently add is called empower here.. skill.c skill.h status.c status.h
  10. i just create a new skill and now cash_plusexp is not working.. dunno if other also affected.
  11. Kei

    field manual problem

    already solved.. thanks
  12. Kei

    field manual problem

    sorry for my mistake i paste the effect from RMS.. the script in my item_db is sc_cash_plusexp
  13. i have a problem cuz every time i use field manual my job change to summer class and doesn't give exp boost.. heres the script for all the field manual i have sc_start SC_EXPBOOST
  14. already solved this one thanks
  15. a.) do you mean each guild leader? even they don't own/get the castle?? answer: b.) open player.conf and find this max_parameter change it to whatever you wantc.)to change max base/job level go to your db then pre-re(if your using pre renewal) or re(if your using renewal) then open job_exp.txt and edit the max base and job level there. d.) you need to edit the itemslotcounttable.txt
  16. goto skill_db.txt then find the skill you want to disable then add // before the skill id
  17. need help i try to add sd->request_delay_tick = gettick() + 5000; on my @request command and unsigned int request_delay_tick; on pc.h but when i recompile i got this error ..srcmapatcommand.c(8036): warning C4013: 'gettick' undefined; assuming extern returning int
  18. try this goto battle.c find this case SN_SHARPSHOOTING: case MA_SHARPSHOOTING: skillratio += 100 + 50 * skill_lv; and add this after skillratio += 100 + 50 * skill_lv; if(pc_isfalcon(sd) && sd->status.weapon == W_BOW && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_HUNTER) { skillratio *= 2; }
  19. cuz i'ts for my custom command scripts can make custom command too http://herc.ws/wiki/Bindatcmd so i can make the char do the chatroom when he teleported to the vip_lounge(map) ???
  20. i already edit the source that will teleport the character and make a chatroom but my problem is they execute at the same time.. so when i got to the map the char will no longer have a chatroom..
  21. chatroom it is.. can you do it to make 5sec before it execute to make a chatroom?
  22. whats the difference between chat and waitingroom??? it will automatically make a chatroom 5sec after he teleported in the map
  23. can someone help me put a timer on it?? after the character teleported it will wait for 5sec then make a chatroom
  24. cuz i'ts for my custom command
×
×
  • Create New...

Important Information

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