Jump to content

NexusXVI

Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NexusXVI

  1. Well I want people to LOOT something. I just dont want the map to be fulled of trash
  2. HI i want to add a command on an npc that triggers @cleanmap every 60sec . Can anyone share?
  3. Problem Solve thnx Pat
  4. 1. Supports Cashpoints or give Cashpoints(@cash) 2. Players can see how much points they gain (maybe via npc or command) Can buy directly to cash shop AFK/Vending and Pub detection Thnx
  5. Ok to be more precise here is the php code <?php if (!defined('FLUX_ROOT')) exit; ?> <?php if($vp): ?> <br/> <h3>Vote for Points</h3> <table class="horizontal-table" width="100%"> <tr> <td colspan="3" align="left"> <b>Current Vote Points:</b> <?php echo $curr_points; ?> <i>pt(s).</i> </td> <td align="left" colspan="2"> <b>Website Time:</b> <?php echo date("Y-m-d G:i:s",time()); ?> </td> </tr> <tr> <th align="center">Name</th> <th align="center">Banner</th> <th align="center">Points</th> <th align="center">Block Time<i>(h:m:s)</i></th> <th align="center">Vote Button</th> </tr> <?php foreach($vp as $site): ?> <tr> <td><?php echo $site->site_name;?></td> <td align="center" width="150" height="50"><img src="<?php if($site->banner_url!="") { echo $site->banner_url; } else { echo "index.php?module=voteforpoints&action=image&sid=".$site->site_id; } ?>" width="150" height="50"/></td> <td align="right"><?php echo $site->points;?> pt(s)</td> <td align="center"><?php echo strBlockTime($site->blocking_time); ?></td> <td align="center" style="width:100px;"> <?php $date_block = isBlock($account_id,$site->site_id,$current_time,$ip_address,$serverLogDB,$vp_logs,$serverObj); if($date_block<=0){ ?> <a href="index.php?module=voteforpoints&action=vote&sid=<?php echo $site->site_id; ?>" target="_blank">Vote Now</a> <?php } else { ?> <label style="color:red" onclick="javascript: alert('Blocked in voting for site until: <?php echo date("Y-m-d G:i:s",$date_block); ?>');">Vote</label> <?php } ?> </td> </tr> <?php endforeach; ?> </table> <?php endif; ?> <?php if(!$vp): ?> <br/> <i>No voting sites found</i> <?php endif; ?> Then here is the log : [20-Oct-2013 17:12:00 America/New_York] PHP Notice: Undefined variable: vp in /home/hydrora/public_html/addons/voteforpoints/themes/default/voteforpoints/index.php on line 2 [20-Oct-2013 17:12:00 America/New_York] PHP Notice: Undefined variable: vp in /home/hydrora/public_html/addons/voteforpoints/themes/default/voteforpoints/index.php on line 42 [20-Oct-2013 17:12:04 America/New_York] PHP Notice: Undefined variable: vp in /home/hydrora/public_html/addons/voteforpoints/themes/default/voteforpoints/index.php on line 2 [20-Oct-2013 17:12:04 America/New_York] PHP Notice: Undefined variable: vp in /home/hydrora/public_html/addons/voteforpoints/themes/default/voteforpoints/index.php on line 42 Hope someone can help I think its about this <?php if($vp): ?> BUMP!
  6. can u also look up since adding friends Crashes the client also
  7. Found out that some client crashes when vending O.O Gonna share what we found in our server : Im using 2013 - 07 - 03aRagexe Here's what we found : Client will crash if the no message is been checked on : Try unchecking it so it won't crash anymore TY Hope This helps
  8. Using Flux CP Problem? = No idea on how the vote buttons will appear Pic 1 = Successfully added 3 voting sites Pic 2 = As normal player or even Admin account Vote sites doesn't appear? Main Problem ? = I don't have any idea where to edit or to do something to make it work.. anyone can help? BUMP
  9. Here is my quest folder download it /no1 /no1 Please vote me up thnx /ok /ok http://www.mediafire.com/download/666qp4ogncc437b/quest.rar
  10. Done Fixed it Turns out wrong user and pass , just double check that
  11. If your using Query Browser use the username and password there /no1
  12. @khenma09 Don't Change it to root Question no.1 = Did you install MySQL? if Yes then you'll know what to put there since during the installation you've been asked about the user and the password, else Did you install MySQL O.O
  13. Followed your guide but still Error appears any help?
  14. If your using a jobchanger ingame, u can always edit it there. 1st Error : HMM INTERNET CONNECTION PROBLEM? /oops 2nd Error : Yah just the trunk, but having them all is not bad either /bo 3rd Error : Edit inter_athena.conf , in ID and PW use the one in char and map conf, in database use the schema name ex. ragnarok/rathena and logs // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: <THIS!!> sql.db_password: <THIS!!> sql.db_database: <THIS!!> sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: <THIS!!> char_server_pw: <THIS!!> char_server_db: <THIS!!> // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: <THIS!!> map_server_pw: <THIS!!> map_server_db: <THIS!!> // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: <THIS!!> log_db_pw: <THIS!!> log_db_db: <THIS!!> log_codepage: log_login_db: loginlog And Lastly : Don't forget to edit loki launcher.ini [Settings] ; Must be on same directory of Loki Exe = 2013-07-03aRagexe_patched.exe Thanks 4th error solve... Is this what you mean sir? and put it here?? I did this but i came up with the same result. NO sir xD ? MySql Account sir : ex. user : root password : root
  15. If your using a jobchanger ingame, u can always edit it there. 1st Error : HMM INTERNET CONNECTION PROBLEM? /oops 2nd Error : Yah just the trunk, but having them all is not bad either /bo 3rd Error : Edit inter_athena.conf , in ID and PW use the one you used when installing MySQL // Global SQL settings // overridden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: <THIS!!> sql.db_password: <THIS!!> sql.db_database: <THIS!!> sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: <THIS!!> char_server_pw: <THIS!!> char_server_db: <THIS!!> // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: <THIS!!> map_server_pw: <THIS!!> map_server_db: <THIS!!> // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: <THIS!!> log_db_pw: <THIS!!> log_db_db: <THIS!!> log_codepage: log_login_db: loginlog And Lastly : Don't forget to edit loki launcher.ini [Settings] ; Must be on same directory of Loki Exe = 2013-07-03aRagexe_patched.exe
  16. Mah Server is UP UP UP

  17. @ caizercafe 1st nd Second picture = Go to itemInfo.lua inside the system folder and use notepad ++ so you can see the line number, go to line number 13726 and check if you put comma (,) or (") 3rd picture = Download this http://www.mediafire.com/download/666qp4ogncc437b/quest.rar this is my quest folder paste it inside data/lua files514/lua files The last two pictures , try to find a new data folder for that. recheck if the client is diffed to read data folder before GRF else try to compile your data folder to grf. PS. Errors like that are common when the client can't read the data folder or the grf.
  18. Im using the New Client, Where the system folder is outside the data folder
  19. Probably the item_db.txt ur using and the Lua files are not the same meaning ur using an old item db or vise versa But since the item is in the inventory its probably the lua. In short there is an ITEM in the DB folder that dont have a texture on it.
  20. @Cyan did you already solve this error? I only got that error whenever I forgot something in accname and accessoryid, did you edit that 2?
  21. If you're using the new client please check the system folder and locate itemInfo.lua/ lub edit it using notepad ++ and find the line that the error specifically pinpointed. based on the error maybe a closing is missing (") . The third eerror im not pretty sure, if your using Loki launcher don't use ur diff client (patched one) and remember to diff it properly. - Disable Ragexe Filename Check - Disable HShield - Disable Packet Encryption - Enable Multiple GRFs -@ Bug Fix - Ignore Missing File Error - Ignore Missing Palette Error - Increase Headgear ViewID to 5000 - Increase Zoom - Load ItemInfo.lua before lub (REMEMBER IF THIS IS ENABLE MAKE SURE U HAVE YOUR LUA FILES THERE NOT JUST THE LUB) - Read Data Folder First (IF YOU USING GRF DON'T USE THIS) - Read msgstringtable.txt - Read questid2display.txt - Translate Client In English - Use Normal Guild Brackets - Use Ragnarok Icon - eXtract MsgStringTable.txt - eXtract txt file strings Make sure the proper lua files are on the folder, if u diffed it like how the tutorial mentioned, probably the best to find if a lua is existing since the last download I made here every lua is already been converted to lub Google is your Friend
  22. Is it possible to make the system folder back inside the data folder? so instead of this <RO>/System it will be inside the data folder <RO>/data/System It's for convenience since they can be both be included in a grf file. Bump If anyone can teach me on how to configure the client that it will read the system folder INSIDE the data folder not inside the RO folder
×
×
  • Create New...