Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. any number larger than 2 or until that warning wont show up...
  2. trunk/conf/char_athena.conf // Starting zeny for new characters start_zeny: 0
  3. http://www.eathena.ws/board/index.php?showtopic=269022 http://www.eathena.ws/board/index.php?showtopic=269016 if this is custom....then find the sprite at download section / graphic section....
  4. i am showing you the part that you can edit to fix your problem... edit the value and then recompile ur emulator...
  5. why are you deleting it ??? ...... that is the part that determine that it's MVP Card or not.... dont remove the part of the script if you are unsure with what it does...
  6. trunk/src/map/map.h #define MAX_EVENTQUEUE 2
  7. dont diff for read data folder...use comptible lub files...
  8. even you are using latest translation data folder/lub file...certain part or file are still untranslated... you can either translate yourself or wait for the next update on data folder.... but in your case....i think you did use the latest lub file ...or ur client doesnt read from the lub file... or you do it in a wrong way in setup your GRF.
  9. just make it spawn 1 upon killed...not 5... OnMobKilled: monster "bat_b02",0,0,"Arena Guardian",1286,1,"Arena7::OnMobKilled";
  10. just recall back what you have done with ur mob_db ...and recheck what you have edit...
  11. translated data folder and lub file.. and update ur KRO
  12. Emistry

    2ndserver

    you can try refer this http://rathena.org/wiki/Multiple_Servers
  13. refer to the card list setting...set it correctly... // Restricted Card setarray .@CardLists,4001,4002,4003,4004; // MVP Card setarray .@CardLists,4342,4359,4357,4361,4363,4365,4367; // MiniBoss setarray .@CardLists,4197,4211,4201,4188,4183,4184; and since you didnt show what you edited..i dont know what you have done with it...... if you didnt list any card into the list above....it will return 1...which is yoursecond argument here.. ExchangeCard( "7227",0,3,3 );
  14. your map server will mention about it...
  15. my opinion....build a new and clean data folder from here... http://subversion.assembla.com/svn/ClientSide/ download the data folder....correspond lua file... then se any grf builder and build your own data folder....
  16. weeew...kinda late...but....after so long...if you still need it....you can try this .. http://rathena.org/board/topic/56440-bio-lab-card-trader/#entry65393
  17. http://rathena.org/board/topic/69575-all-card-trader/#entry130690 http://rathena.org/board/topic/63967-make-me-a-boss-card-tcg-mini-boss-cardtcg/#entry103027
  18. what does the Crash show you.....give us a Screenshot...
  19. every 1 minute ? OnMinuteXX: where XX range is 01 ~ 59 put all
  20. Please read the Script Request Rules before you made a topic.... and please use Search at forum... this is rA...not eA..... anyway you can find 1 here... http://rathena.org/board/topic/68091-poring-catcher/
  21. how about this.. ......{},{ sc_start SC_EXPBOOST,1800000,50; },{ sc_end SC_EXPBOOST; }
  22. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/other/card_trader.txt beside ...i believe i made 1 here...quite long ago..try check at the script request section..somewhere there you should be able to found it.
  23. remove it from spawning in npc folder.. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/mobs/dungeons/lhz_dun.txt remove the script that spawn the MVP.
×
×
  • Create New...