
bosiux
Members-
Posts
60 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by bosiux
-
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
Ubdated -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
Need money,no items. -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
[Share][NPC]--All In One [Interlude]
bosiux replied to bosiux's topic in Server Development Discussion [L2J]
work :D :D -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
no -
WTS [WTS] L2java liberty faction acc
bosiux replied to bosiux's topic in Marketplace [Items & Chars]
up -
WTS [WTS] L2Sigmo Interlude Project
bosiux replied to Vhalior's topic in Marketplace [L2Packs & Files]
Nice. Ok. when you need to contact -
WTB [WTB] Max Level 90 For L2JFrozen
bosiux replied to shkolota's topic in Marketplace [L2Packs & Files]
You need to shut up -
WTS [WTS] L2Sigmo Interlude Project
bosiux replied to Vhalior's topic in Marketplace [L2Packs & Files]
Updates by you, or what I am asking? -
WTB [WTB] Max Level 90 For L2JFrozen
bosiux replied to shkolota's topic in Marketplace [L2Packs & Files]
need 99lw? net\sf\l2j\gameserver\model\base\experience.java Code: package net.sf.l2j.gameserver.model.base; /** * * */ public class Experience { public final static long LEVEL[]= { -1L, // level 0 (unreachable) 0L, 68L, 363L, 1168L, 2884L, 6038L, 11287L, 19423L, 31378L, 48229L, //level 10 71201L, 101676L, 141192L, 191452L, 254327L, 331864L, 426284L, 539995L, 675590L, 835854L, //level 20 1023775L, 1242536L, 1495531L, 1786365L, 2118860L, 2497059L, 2925229L, 3407873L, 3949727L, 4555766L, //level 30 5231213L, 5981539L, 6812472L, 7729999L, 8740372L, 9850111L, 11066012L, 12395149L, 13844879L, 15422851L, //level 40 17137002L, 18995573L, 21007103L, 23180442L, 25524751L, 28049509L, 30764519L, 33679907L, 36806133L, 40153995L, //level 50 45524865L, 51262204L, 57383682L, 63907585L, 70852742L, 80700339L, 91162131L, 102265326L, 114038008L, 126509030L, //level 60 146307211L, 167243291L, 189363788L, 212716741L, 237351413L, 271973532L, 308441375L, 346825235L, 387197529L, 429632402L, //level 70 474205751L, 532692055L, 606319094L, 696376867L, 804219972L, 931269476L, 1151264834L, 1511257834L, 2099246434L, 4199894964L, //level 80 6299894999L, //addon by [L2Gain]*Dev* 8399894999L, 10499894999L, 12599894999L, 14699894999L, //level 85 16799894999L, 18899894999L, 20999894999L, 23099894999L, 25199894999L, //level 90 27299894999L, 29399894999L, 31499894999L, 33599894999L, 35699894999L, //level 95 37799894999L, 39899894999L, 41999894999L, 44099894999L, //level 99 44099895000L }; /** * This is the first UNREACHABLE level.<BR> * ex: If you want a max at 80 & 99.99%, you have to put 81.<BR><BR> */ public final static byte MAX_LEVEL = 100; public final static byte MIN_NEWBIE_LEVEL = 6; public final static byte MAX_NEWBIE_LEVEL = 25; } -
WTS [WTS] L2Gold Chronicle4 server project
bosiux replied to kurmis56's topic in Marketplace [L2Packs & Files]
L2 gold is best server. previously been translated into 1000 ppl -
WTS [WTS] L2Sigmo Interlude Project
bosiux replied to Vhalior's topic in Marketplace [L2Packs & Files]
Compiled pack + 6 months updates: 30 euro if I buy this, then everything would be what is shown? -
[Share] L2jCoreTeam Protect System 3.0 + Source
bosiux replied to bosiux's topic in Server Development Discussion [L2J]
Go out of the topic -
[Share] L2jCoreTeam Protect System 3.0 + Source
bosiux replied to bosiux's topic in Server Development Discussion [L2J]
yes.. -
omg ;/ lock
-
1. How to use SQL script There are several ways to ... Method 1: Open Navicat, pressed F6 (open bracket), I paste it on texting and pressed enter. Option 2: creating a new txt document and paste the writings are stored as name_sql_script_pvz.sql .. then go to Navicat press right click and choose "Execute SQL File" and choose your name_sql_script_pvz.sql and pressure. 2. remowe weight UPDATE `etcitem` SET `weight`=0 WHERE (SELECT item_id); UPDATE `armor` SET `weight`=0 WHERE (SELECT item_id); UPDATE `weapon` SET `weight`=0 WHERE (SELECT item_id); 3. Item sell price 0 adena. UPDATE `armor` SET price=0 where price > 1; UPDATE `etcitem` SET price=0 where price > 1; UPDATE `weapon` SET price=0 where price > 1; 4. all new member appear place UPDATE char_templates SET x=yourXcoordinates; UPDATE char_templates SET y=jyourYcoordinates; UPDATE char_templates SET z=yourZcoordinates; 5. Restore mp 10x fast (never ends mp) UPDATE lvlupgain SET defaultmpmod = defaultmpmod * 10.0; 6. Grade Penalty delete. DELETE FROM skill_trees WHERE skill_id = 239; 7. Raidboss always appear with 70% UPDATE raidboss_spawnlist SET currentHp = currentHp * 0.7; 8. Auto server restart 24h INSERT INTO `global_tasks` VALUES ("5", "restart", "TYPE_SHEDULED", "2147483647", "86400000", "86400000", "360"); 9. Enchant skills do not exp/sp UPDATE enchant_skill_trees SET sp=0; UPDATE enchant_skill_trees SET exp=0; 10. dye simbol add price reduce to 5 adena. UPDATE henna SET price=5; 11. Aden drop 100% UPDATE `droplist` SET `chance`=\'1000000\' WHERE `itemId`=\'57\'; 12. Item sell price 0 adena. UPDATE `armor` SET price=0 where price > 1; UPDATE `etcitem` SET price=0 where price > 1; UPDATE `weapon` SET price=0 where price > 1; 13. All RaidBoss hp same 5k hp UPDATE `npc` SET `hp`=\'5000000\' WHERE (SELECT id) AND npc.type=\'L2Raidboss\'; 14. Delete all mobs smaller not 40lw DELETE spawnlist, npc FROM spawnlist, npc WHERE spawnlist.npc_templateid=npc.idTemplate AND npc.level<40 AND npc.type=\'L2Monster\'; 15. Delete all materies this db. DELETE FROM droplist WHERE itemid IN (SELECT item_id FROM etcitem WHERE item_type= \'material\' OR item_type= \'recipe\' ); 16. Delete acc/char old not month DELETE FROM characters WHERE lastAccess < 155520000; DELETE FROM accounts WHERE lastactive < 155520000; 17. If you accidentally delete raidboss jewel this raidboss drop add vell. INSERT INTO droplist VALUES (\'29001\', \'6660\', \'1\', \'1\', \'12\', \'300000\'); INSERT INTO droplist VALUES (\'29006\', \'6662\', \'1\', \'1\', \'8\', \'300000\'); INSERT INTO droplist VALUES (\'29014\', \'6661\', \'1\', \'1\', \'9\', \'300000\'); INSERT INTO droplist VALUES (\'29022\', \'6659\', \'1\', \'1\', \'13\', \'1000000\'); INSERT INTO droplist VALUES (\'29020\', \'6658\', \'1\', \'1\', \'2\', \'1000000\'); INSERT INTO droplist VALUES (\'29019\', \'6656\', \'1\', \'1\', \'31\', \'1000000\'); INSERT INTO droplist VALUES (\'29028\', \'6657\', \'1\', \'1\', \'34\', \'1000000\'); 18. Add new char additional adena. INSERT INTO char_creation_items VALUES (0,57,adenu_skaicius,\'false\'); 19. Delete all speebook this db. DELETE FROM droplist WHERE itemid IN (SELECT item_id FROM etcitem WHERE item_type= \'spellbook\' ); 20. mob spawn change select time here the 10s. UPDATE `spawnlist` SET respawn_delay=10;
-
[Share] L2jCoreTeam Protect System 3.0 + Source
bosiux replied to bosiux's topic in Server Development Discussion [L2J]
No problem ;)