-
Posts
530 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by ngek202
-
Flux Control Panel Edit. [SOLVED] Thanks
ngek202 replied to AllHailToTheKing's question in General Support
it's in access.php changed it to Admin or Unauth. -
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
-
yep same here no problems at all been using it ever since he released it
-
@quesoph Oh didn't notice it thanks.
-
@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
-
@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..
-
tried repairing sql tables?
-
yes as seen on the pic you can specify what GRF to patch.
-
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"[email protected]+"^000000 zeny"; mes "Go get it if you want to Broadcast"; close; }
-
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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.
-
I see thank you Sir Brian
-
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()?
-
anyway we can reload quest_db.txt without restarting the Server?
-
Nice Share Lilith this will be a very useful Mod Big Thanks.
-
@malufett Thanks a lot man Good Job..
-
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
-
@Ghul Thanks for the Update, didn't notice you updated it
-
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
-
turn off renewal and make it pre renewal
ngek202 replied to simplemhan's question in General Support
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 -
check packet_db if it's: packet_db_ver: 28 if not set it to 28
-
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.
-
@malufett Thanks man
-
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.