Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. like this ?? prontera,155,171,5 script Party Search 757,{ query_sql( "SELECT `name` FROM `party`",.@party_name$ ); .@size = getarraysize( .@party_name$ ); for( .@i = 0; .@i < .@size; .@i++ ) mes " > "+.@party_name$; close; }
  2. sleep ( .Time * 60000 ); it should be this... announce every "x" minute. not multiply.
  3. are you using skills ?? certain skill damage are not affected by certain item bonus.
  4. Emistry

    EXP BUgs?!

    conf/battle/exp.conf // Rate at which exp. is given. (Note 2) base_exp_rate: 100 // Rate at which job exp. is given. (Note 2) job_exp_rate: 100 or your mob_db.txt using different exp ..
  5. Emistry

    EXP BUgs?!

    are you using renewal EXP ?? it adjust the EXP based on the level gap of your current level and monster level.
  6. it's unable to remove it unless you disabled that skill or have some sort of custom mod ... beside..the price wont be affected when you buy the items.
  7. probably you have duplicated the same npc....alot....
  8. npc/guild/agit_main.txt#L1132 change OnClock0001: to OnClock0600: OnClock1800:
  9. OnMinute00: // ( 00 ~ 59 ) OnMinute00: OnMinute30: // range of 30....
  10. you can try this http://upaste.me/r/7c658f
  11. Emistry

    in-game clock

    like this ?? http://upaste.me/r/3f383d refer gettimestr
  12. getmapusers( "mapname" ) refer getmapusers
  13. you should have a custom file for this in your db/ folder .... add your custom currency there.
  14. db/re/skill_cast_db.txt#L1955 //-- GD_EMERGENCYCALL 10013,5000,0,0,0,300000,0,0 change the "5000"
  15. just create an npc using monster as sprite. prontera,155,181,5 script Monster 909,{ end; }
  16. does "quest_shop" sound like "monster marching" ?? lol ...
  17. @leertaste you can just edit it to your like. @ajaxtrix show your script @gelosan refer announce
  18. obviously your error doesnt come from my monster marching script...it's from your other script...quest shop..
  19. percentheal 100,100; if( countitem( 1201 ) ){ sc_start SC_BLESSING,360000,10; sc_start SC_BLESSING,360000,10; sc_start SC_BLESSING,360000,10; sc_start SC_BLESSING,360000,10; } end;
  20. add at the end of the script....
  21. make your own topic next time. conf/char_athena.conf#L169 // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: yes
  22. remove all items make sure same job class.. make sure same status.. then only you start compare...otherwise ...probably nobody will be able to help you about this. different server could have different script for each items.. doesnt mean that everything will be same as long as they use same emulators.
×
×
  • Create New...