Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. this ? trunk/npc/re/quests/eden/
  2. try this http://pastebin.com/raw.php?i=wqXkQCKv
  3. OnInit only run once ....during the server startup... change it to OnMinute
  4. @LopakTikey perhap the reason we use announce because it can show in different colours.... dispbottom cant archive this... if you want..you still can change it to dispbottom i believe it will still work.. but then ....all your messages that sent to other player...all will look in the same colour with the 'system' message.. it doesnt look nice...
  5. i believe it's better to use this for "auto endow" when equipped an item...' trunk/doc/item_bonus.txt bonus bAtkEle,n; Gives the player's attacks element n n: 0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead trunk/db/re/item_db.txt itemID................,{ bonus bAtkEle,<value>; },{},{}
  6. refer here.... put the 'constant' or the 'value' EQI_HEAD_TOP (1) - Upper head gear EQI_ARMOR (2) - Armor (Where you keep your Jackets and Robes) EQI_HAND_L (3) - What is in your Left hand. EQI_HAND_R (4) - What is in your Right hand. EQI_GARMENT (5) - The garment slot (Mufflers, Hoods, Manteaus) EQI_SHOES (6) - What foot gear the player has on. EQI_ACC_L (7) - Accessory 1. EQI_ACC_R (8) - Accessory 2. EQI_HEAD_MID (9) - Middle Headgear (masks and glasses) EQI_HEAD_LOW (10) - Lower Headgear (beards, some masks)
  7. set hptimer,0; set isfirstime,0; these are player based variable...need to attach a player then only the script can run... and...during OnInit...if you didnt / cant attach a player.... it will spam error ...coz no player it currently attach to it....
  8. you can refer this.. Compiling
  9. this is the file that enable mvp to summon servant.. trunk/db/re/mob_skill_db.txt the only way to disable summon servant is...remove the skill cast that summon servant...for each monster you want.. but it will affect the "normal" mvp ...because they shared the same file same data...because they are from same mob_id ... your available option..... create a new mob_db entry in mob_db file....and summon it using that new mob_id..
  10. did you recompile after you edit the content inside the source file ??
  11. Thx for the advises Keyworld..xD i alway used FOR-LOOP because it look shorter..xD and it's already a habits for me.. ( i guess i should change my habits now xD ) even in my college ...my lecturers alway ask me to use FOR-LOOP instead of WHILE-LOOP ... >.< Script : http://pastebin.com/raw.php?i=zQJnCx9j TO-DO : Added a new function to allow IRC MOD to edit IRC Name or IRC Password anytime ..... Optimised the script as mentioned by KeyWorld ... How To Use : Haha..feel like this topic has become another 'Scripting Tutorial Topic' xD
  12. Yay.. ToastOfDoom back active in rA xD

  13. when you have changed the langtype....make sure all player are using the same langtype .....
  14. maybe it's caused by these mapflag.. job3_arch01 mapflag gvg on job3_arch01 mapflag gvg_castle remove these mapflag... otherwise.....change the monster ID ... create a new duplicated emperium mob_db ....
  15. about the blocking.....player might no need this..because they can make use of the Password Protected features.. where they create a IRC Room with password protected ...and only allow member of the same guild who enter by telling them the password... but still a good idea for block specific guild ... but not party ...since they can alway re-create a new party in short times... and..nowaday...not really much player who can stay silent for such long time in game..xD
  16. @Annie thx for the tips.. for the gettimestr() .... i just dunno what's the usage of the integer inside the gettimestr() ... >.< ( 1 of the reason i didnt choose to use it... another reason is....i forget that it can be use in a way like this.. LOL ) @GMOcean & Euphy thx.... actually i believe i almost done the script already ~ and..agree with Euphy xD ...write from scratch is easier than edit the original script ... use the original script as references and write a new one haha ~ Script : http://pastebin.com/raw.php?i=JgBxTudV TO-DO : left the Users Blocking part ...[acronym=LOL...the Idea...somehow....GONE.... ......]i already got some idea to do it[/acronym]...most probably will try finish all features by tonite if i have some free time... i guess.. the only things i dont know is the 'timeout' part ... i dont know what it's.... O.O i dont understand what it's.. >.< EDIT : hurmm....still got some time before my class start...so...continue this..xD Thx GMOcean ..... EDIT2: Done the 'timeout' .... but somehow...feel like....the script....getting messy and messy ... LOL ... gonna clean the script hardly and further optimise it ....
  17. perhap you player found some way to leveling their character without need to kill any monster ? server side auto leveling stuff ? item gain ? atcommand ? hacked ?
  18. LOL..i like you question ( *sarcasm* ) =='' if you dont want to elaborate more in your post.. i will simply help you by .............move your topic to "Recycle Bin" ....
  19. tested in rAthena 16806 .... it work fine... you should be more specify..... what revision you are using..any custom mod you add that might affect the script? etc....
  20. i didnt use Pre-RE so i not sure..but if based on what Euphy said is true....then no matter what revision you use on latest trunk will be the same...because it's not updating anymore...
  21. try this http://pastebin.com/raw.php?i=9HBQxkQk
  22. trunk/doc/item_bonus.txt bonus bFlee2,( 3 * getequiprefinerycnt( <EQIMENTSLOT> ) ); bShortWeaponDamageReturn,( 5 * getequiprefinerycnt( <EQIMENTSLOT> ) );
  23. elaborate....the script work fine in my test server...and i dunno why it didnt work for you...summore there is no script to show us here ? what you have edit ? show your script so other can test it.. emperium spawn but cannot attack ? or no emperium spawn ? or etc
  24. Emistry

    zeny bug

    trunk/conf/battle/items.conf // Whether to allow buying from vending chars that are at their max. zeny limit. // If set to yes, the rest of the zeny above the char's capacity will disappear. vending_over_max: yes change the setting to NO
  25. you mean change into TXT ? cant...rAthena has dropped TXT ...only SQL ...
×
×
  • Create New...