Jump to content

ngek202

Members
  • Posts

    530
  • Joined

  • Last visited

Everything posted by ngek202

  1. it's in access.php changed it to Admin or Unauth.
  2. Hi guys been wondering where I can modify this message "Koin" I already looked onto msgstringtable.txt but nothing. and also the K from 50 K
  3. @Genno Hi found out some NPC's we're not in the correct coordinates based on iRO Wiki. http://irowiki.org/wiki/Frede%27s_Request iRO Wiki John's coordinate was: dic_dun01 235 243 while on the script: dic_dun01,335,187 Lash's coordinate was dic_dun01 58 225 while on the script: dic_dun01,61,226
  4. yep same here no problems at all been using it ever since he released it
  5. @quesoph Oh didn't notice it thanks.
  6. Be yourself, don't pretend :)

  7. @Genno this could be similar although it doesn't tell who holds the Item but it does count the Items being searched (hope someone could optimize it) www.eathena.ws/board/index.php?showtopic=285557
  8. @Lilith can you also make a command like @reloaditemdb so you can just reload the skill_damage.txt instead of restarting the Server? for quick changes..
  9. yes as seen on the pic you can specify what GRF to patch.
  10. put this line: NEnoughLevel: mes "Sorry, but your Level is not High enough to use the Broadcaster."; close; after $nozenybc: mes "I have to check that you have"; mes "enough money"; next; mes @header$; mes "Im sorry but you dont have ^ff0000"+@broadcastfee+"^000000 zeny"; mes "Go get it if you want to Broadcast"; close; }
  11. //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ if (BaseLevel < 255) goto NEnoughLevel; mes @header$; mes "Hi, I'm the Broadcaster"; mes "I can Broadcast a message for you"; next; NEnoughLevel: mes "Sorry, but your Level is not High enough to use the Broadcaster."; close; something like this.
  12. r15975 * Replaced rand() calls with rnd(). does this means every rand() command used from scripts will not work anymore and should be replaced with rnd()?
  13. anyway we can reload quest_db.txt without restarting the Server?
  14. Nice Share Lilith this will be a very useful Mod Big Thanks.
  15. here didn't test but try them. tip: make scripts on Notepad++ so it's easy to trace where curlys start and end. GuildWarper.txt NoviceTour.txt
  16. @Ghul Thanks for the Update, didn't notice you updated it
  17. how about your clientinfo.xml? <version>28</version> sorry this doesn't do much of problem.. but it's just on the packet_db or mmo.h can you post your mmo.h? and packet_db.txt
  18. on your trunk/src/map/config/renewal.h Set: /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL << Comment /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills //#define RENEWAL_CAST << Comment /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table //#define RENEWAL_DROP << Comment /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied //#define RENEWAL_EXP << Comment /// renewal cast time variable cast requirement /// /// this is the value required for no variable cast-time with stats. /// formula: (DEX * 2) + INT /// default: 530 #define RENEWAL_CAST_VMIN 530
  19. check packet_db if it's: packet_db_ver: 28 if not set it to 28
  20. in your conf folder rename import-tmpl to import 2nd if your using 2 database, 1 is ragnarok and the other is for log. // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: root log_db_pw: ragnarok log_db_db: ragnarok << replace it with log log_codepage: log_login_db: loginlog and check if you didn't add logs.sql from sql-files.
  21. since rA added the MVP Tomb System I hope they can also add some of your Ideas here, like the Chat Room Timer.. and the next Respawn of the Monster. even though it's not official.
×
×
  • Create New...