Jump to content

flushing

Members
  • Posts

    134
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by flushing

  1. Just saw a post on their forums: "How is this possible if server went live few days ago? http://prntscr.com/93jre5 How do people have epic jewels already?" How do you answer that? Looks to me its corrupted server as most private servers.
  2. International or US server. So that NPC txt is in English and all C4 features. No custom stuff and no custom weapons. The only thing im looking for is C4 server with no corruption and NPC buffer so I dont have to make 10 characters to have full buff.
  3. this srv does not have offline trade its C4 thats why.
  4. please dont start with any of the not necessary comments. The server that i want to hack is C4 and walker is allowed (not IG), meaning i got the hosts file. I logged in with PHX which means they dont have this auto ban/kick for phx logging in. i tried few packet sending with enchanting or duping items but doesnt work. Does anyone know a good script or trick how to hack it or if anyone can 100% hack it please contact me in PM and i can def pay, cause i've been playing on this srv awhile and dont have enough time to play alot to get items+ and people already run with +10 (its very hard to enchant). so please let me know or post here. thank you
  5. i dont know, can the reuse time and cooldown time be a problem? cause i put cooldown 1000 and reuse 3000 or something like that
  6. API ERROR: an error occured getting window device context. please help, it killed 1 mob and then closed the game and gave me this error.
  7. u have to do for all skills if u want to make mages less powered or just take out wild magic from buffer. but then they will make chars :). u can make wild magic time for 1 minute so it will be useless
  8. hurricane has no magic critical option. try to find wild magic buff in ur stats and u will see that it has option for magic critical. if you think that on your server hurricane has high power and high mcrit all you have to do is decrease power. --> CHANGE THIS --><table name="#power">49.0 52.0 55.0 58.0 61.0 65.0 68.0 72.0 75.0 78.0 80.0 82.0 84.0 85.0 87.0 89.0 90.0 92.0 94.0 96.0 97.0 99.0 100.0 102.0 104.0 105.0 107.0 108.0</table> TO THIS --> <table name="#power">39.0 42.0 45.0 48.0 51.0 55.0 58.0 62.0 65.0 68.0 70.0 72.0 74.0 75.0 77.0 79.0 80.0 82.0 84.0 86.0 87.0 89.0 90.0 92.0 94.0 95.0 97.0 98.0</table>
  9. in ai there are only baium/antharas/core/zaken waht about queen ant and valakas? and i dont see long respawn there. in navicat raidboss_spawnlist i tried to use FIND option and put there the id number of queen ant and didnt find it btw i have interlude l2j server
  10. in scrips there is no ai folder. and in navicat there is no grandbosses table. is there other way ?
  11. I tried to search but i could not find anything. I want to change Queen Ant/Baium/Antharas/Valakas and Zaken's respawn time like to make them respawn in every 12 hours. can anyone explain me how i do it?
  12. help you with what? what u wanna do with that skill?
  13. u have hacked when i didnt have protection. :) try now. gl
  14. i modified my system with custom items and they work fine. The problem is when i released the patch and players downloaded it they get crit error in every 10-15 minutes when they try to teleport somewhere. Not always but most of the time like after 10 minutes they try to tp in giran or somewhere else and they get crit error. does anyone know where this problem can be or how to fix it? i think the problem is with systextures cause i added for icarus weapons.
  15. info updated
  16. ok. Apella drops from monsters only they are not in shop. there are 2 places for apella. one is in imperial tomb deepest place and one the regular zone taht is in teleporter. Icarus weapons are in shop and you need festival adena to buy it. Festival Adena drops from monsters only. i t can not be traded/dropped it is personal adena to buy icarus weapons and tattoo. server is stable and online grows. for now we have 25-35 people. but during 24 hour there is at least 9-15 players online most players are online at mid day on untied states time at that time i saw 40-45 people also. so u can join :).
  17. UPDATED (1 MONTH SERVER)
  18. use photoshop it has photoshop files inside so u open them in photoshop and just change the text.
  19. hey this is very nice share thanks but on template 4 u included psd files to change srv name but u didnt include psd files for pages. like maybe i want to have different page names can u tell me how i do it? and one more question. there are htmls missing i think because i renamed network page with Downloads and i want its html can u help me create one ? and link from index.php ?
  20. can anyone help ? the problem is with _config_proces.php <?php $L2JBS_config["javascript_sort_method"]="bubble"; $link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']); if (!$link) die("Couldn't connect to MySQL"); @mysql_select_db($L2JBS_config['mysql_db'], $link) or die ('Error '.mysql_errno().': '.mysql_error()); ?> with this i think cause when i remove this then it allows me to go to my website but does not show me online and does not show me players. but if i include this in fttp then wheni try to go in my website it tells me "could not connect to mysql". anyone?
  21. in config.php is everything same as my db. like l2jdb, localhost and i use my ip from findmyip.com and thats what i use on hopzone.net and there it shows online my server and so on.
  22. when i type my website name and press enter. This is config.php: <?php $L2JBS_config["mysql_host"]="localhost"; // MySQL IP $L2JBS_config["mysql_port"]=3306; // MySQP port $L2JBS_config["mysql_db"]="l2jdb"; // l2jdb or your lineage 2 server database name $L2JBS_config["mysql_login"]="root"; // MySQL Login name $L2JBS_config["mysql_password"]="mypassword"; // MySQL Password $htitle="Site Title here"; // Site Title $fut="Napas © ServerName <br>2007"; // You can change only server name . You must leave Napas © $top="100"; // How many players must be in top100 $hserver="69.22.215.246"; // Server IP $portgame="7777"; // Game Server Port $portlogin="2106"; // Server Port $where='1=1'; $shat="c:/server/l2j/gameserver/log/chat.log"; //Skin $skin1="shok-world"; // Skin //Serever Rates $exp="1000"; $sp="1000"; $adena="1000"; $items="7"; $spoil="20"; include("_config_procs.php"); error_reporting(0); ?> and this is _config_procs.php: <?php $L2JBS_config["javascript_sort_method"]="bubble"; $link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']); if (!$link) die("Couldn't connect to MySQL"); @mysql_select_db($L2JBS_config['mysql_db'], $link) or die ('Error '.mysql_errno().': '.mysql_error()); ?> i do not know why its not working
  23. please can anyone help? i opened port 3306 but still iget that message.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock