Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    Few needs

    there is alot way to do so.... here is 1 of the way. On<weekday><hou<minute>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero. beside..you can also use this way..check for what day it is then only check for time to run event..
  2. damn...i still havent found that raw button in upaste any picture to guide me ? anyway..still hope to get some help to add at pastebin...
  3. check your npc/mob find the field file and check... anyway..you can still add it at your own.. http://rathena.org/wiki/Permanent_Monster_Spawn
  4. if i was right...gef_fild14 is removed in the renewal.... >.<
  5. you can just add it at your own.. // Add Town here AddTown("Umbala", "umbala", 145, 155); // Add Dungeons here AddDungeon("Abbey, Cursed Monastery", "abbey01", 51, 14);
  6. in rAthena the level column in sql has been dropped and get replaced with group_id to edit the group id command here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf to edit available list of command here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/atcommand_athena.conf
  7. regardless on the issue of FluxCP..i think you still able to reach him at eAthena IRC ... he did reply you if you are looking for him for FluxCP problems .... anyway..i think Jaypee have 1...you can try ask him about the v4p.
  8. erm...actually...i was trying to ask the Admin of Pastebin.com to add the rAthena Script Command into the Pastebin. and then...from the mail reply i get....he is agree to implant the script language into Pastebin.. but he asking me to provide the Geshi File but the problem is....i dont know how to use the Geshi ...perhap..maybe Brian are here to help ? xD because..i have seen this language appear in the http://upaste.me/ but..personally i dont like it...because it didnt have "Raw Paste" setting and unable to remove own pasted script / content...so i was thinking to add this language into Pastebin. Sample : http://upaste.me/index.php?show=17978
  9. Emistry

    Prize Box

    well..whatever...i dont wannt argu on this stuff...so just let it be...perhap my misunderstanding... @TS.. there is nothing you have to change in the script part.. all you have to do is just edit the setarray part for the item listing / amount
  10. Emistry

    Prize Box

    It doesn't matter, they are the same, almost scripted the same even. well...both are origin of my script...O.O anyway... the 1 post by Flaid just can get 1 item.. the below 1 i post... you can set how many items can be get in 1 box.. and every single items that you can get in the box have it's own quantity... anyway...choose at your own...
  11. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/client.conf // Maximum allowed 'level' value that can be sent in unit packets. // Use together with the aura_lv setting to tell when exactly to show the aura. // NOTE: You also need to adjust the client if you want this to work. // NOTE: Default is 99. Values above 127 will probably behave incorrectly. // NOTE: If you don't know what this does, don't change it!!! max_lv: 99 // Level required to display an aura. // NOTE: This assumes that sending max_lv to the client will display the aura. // NOTE: aura_lv must not be less than max_lv. // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149 // will be sent as being all level 98, and only characters with level // 150 or more will be reported as having level 99 and show an aura. aura_lv: 99
  12. Emistry

    Few needs

    1st: OnClock0000: OnClock0300: OnClock0600: etc.... 2nd: yes..it is true that sc_end all are not suggested...it might removed your jailed status, cash food status , mute status, etc... use a loop to loop through every buff and check if it is a jail / mute /cash food status ...if yes the skip those status..while remove the rest... 3rd: list all the card that can prevent the status change in the db/item_noequip.txt then all this card will be unable to use in the map after the mapflag is applied.
  13. try this [ Pastebin ] Required Rune to Enchant the rune stone is card item, so if you have the rune stone, you just need double click on it to enchant your armor =_= the rune are enchanted into the 4th slot of equipment...and this cant be archieved if your eq has only 3 slots or less...
  14. check your login / char / map server..did it show you any error ? if yes then post it...
  15. Emistry

    Prize Box

    try this http://upaste.me/index.php?show=17976 aw...Flaid is a minute faster than me..>.<
  16. change set #CASHPOINTS, #CASHPOINTS + .@input;// Amount of Points to get to this set #CASHPOINTS, #CASHPOINTS + ( .@input * 2 );// Amount of Points to get
  17. huh ? what are we needing something like this when this can be done with just some little trick of using the OnNPCKillEvent [ Pastebin ] Sample if you claim that the script label is runing upon killing of a monster by every player... then you want to create a new 1 that only run in certain map.. i think you are wrong.. every single event label is running no matter you are in the map or not... this apply to those OnNPCKillEvent: OnPCLoadMapEvent: etc.. all these work across the map even you add a map check....but it will still run
×
×
  • Create New...