Kei
Members-
Content Count
101 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Kei
-
can i change the extension to mp3 instead of wav?
-
can someone help/make me a script that the player will able to play a custom bgm i have ..? thanks
-
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..
-
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?
-
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
-
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
-
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?
-
already solved.. i just replace a fresh item_db and now it works...
-
the custom skill i recently add is called empower here.. skill.c skill.h status.c status.h
-
i just create a new skill and now cash_plusexp is not working.. dunno if other also affected.
-
already solved.. thanks
-
sorry for my mistake i paste the effect from RMS.. the script in my item_db is sc_cash_plusexp
-
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
-
already solved this one thanks
-
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
-
goto skill_db.txt then find the skill you want to disable then add // before the skill id
-
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
-
Hi, Mind if i request a Link modified skill effects?
Kei replied to leloush's question in Source Requests
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; } -
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) ???
-
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..
-
chatroom it is.. can you do it to make 5sec before it execute to make a chatroom?
-
whats the difference between chat and waitingroom??? it will automatically make a chatroom 5sec after he teleported in the map
-
can someone help me put a timer on it?? after the character teleported it will wait for 5sec then make a chatroom
-
cuz i'ts for my custom command