Jump to content

panjoo

Members
  • Posts

    158
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by panjoo

  1. Hello guys this topic is for them who uses l2jteon packs... as you know Mirage does't work there so here is code... import net.sf.l2j.gameserver.datatables.SkillTable; import net.sf.l2j.gameserver.model.L2Effect; import net.sf.l2j.gameserver.model.L2Skill; import net.sf.l2j.gameserver.skills.Env; /** * @author kombat */ final class EffectBestowSkill extends L2Effect { public EffectBestowSkill(Env env, EffectTemplate template) { super(env, template); } /** * @see net.sf.l2j.gameserver.model.L2Effect#getEffectType() */ @Override public EffectType getEffectType() { return EffectType.BUFF; } /** * @see net.sf.l2j.gameserver.model.L2Effect#onstart() */ @Override public void onstart() { L2Skill tempSkill = SkillTable.getInstance().getInfo(getSkill().getTriggeredId(), getSkill().getTriggeredLevel()); if (tempSkill != null) { getEffected().addSkill(tempSkill); return; } return; } /** * @see net.sf.l2j.gameserver.model.L2Effect#onExit() */ @Override public void onExit() { getEffected().removeSkill(getSkill().getTriggeredId()); } /** * @see net.sf.l2j.gameserver.model.L2Effect#onActionTime() */ @Override public boolean onActionTime() { return false; } } Credits:L2jBrasil....
  2. Nice share Ty Man... I Like All webs you have shared...
  3. np.... soon will be more webs from me...
  4. Yes you are right of course it need's to be configured....
  5. Hi Guys I Decided to share PvPkill Website... http://www.4shared.com/file/247641744/46d58dc2/pvpkill_By_Panjoo.html
  6. okey guys it's reuploaded you can download now..:)
  7. Oh sorry don't download it.... I will update it now... It's Not Finished...
  8. Hello Guys... It's a Nice web so i decided To share it....(It's a RIP) http://www.4shared.com/file/247478560/76a6b66/predatorgeBy_panjo.html
  9. thanks guys.. i don't have time now but i will update it soon....
  10. Thanks for help i don't know english so good.. to explain as good as you...
  11. no problem.... yes it's like firewall and better....
  12. Hi guys i am new here... I knew about this web many times ago but i never used to enter here... so now i am here and wish to stay for ever :X:X. I Know that here are a very friendly people and greate place to introduce Your abilitys..
  13. I think it will be usefull for newbies.. Ok Lets Start 1.Changing Starting Zone DELETE FROM char_templates WHERE ClassId=0; DELETE FROM char_templates WHERE ClassId=10; DELETE FROM char_templates WHERE ClassId=18; DELETE FROM char_templates WHERE ClassId=25; DELETE FROM char_templates WHERE ClassId=31; DELETE FROM char_templates WHERE ClassId=38; DELETE FROM char_templates WHERE ClassId=44; DELETE FROM char_templates WHERE ClassId=49; DELETE FROM char_templates WHERE ClassId=53; INSERT INTO `char_templates` VALUES (0, 'Human Fighter', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, 140425, -124265, -1929, 0, 1.10, 1.188000, 9.0, 23.0, 1.10, 1.188000, 8.0, 23.5, 1147, 1146, 10, 2369, 5588), (10, 'Human Mage', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, 140425, -124265, -1929, 0, 1.01, 0.872640, 7.5, 22.8, 1.01, 0.872640, 6.5, 22.5, 425, 461, 6, 5588, 0), (18, 'Elf Fighter', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 140425, -124265, -1929, 0, 1.15, 1.242000, 7.5, 24.0, 1.15, 1.242000, 7.5, 23.0, 1147, 1146, 10, 2369, 5588), (25, 'Elf Mage', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 140425, -124265, -1929, 0, 1.04, 0.898560, 7.5, 24.0, 1.04, 0.898560, 7.5, 23.0, 425, 461, 6, 5588, 0), (31, 'DE Fighter', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 140425, -124265, -1929, 0, 1.14, 1.231200, 7.5, 24.0, 1.14, 1.231200, 7.0, 23.5, 1147, 1146, 10, 2369, 5588), (38, 'DE Mage', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 140425, -124265, -1929, 0, 1.14, 1.231200, 7.5, 24.0, 1.03, 0.889920, 7.0, 23.5, 425, 461, 6, 5588, 0), (44, 'Orc Fighter', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, 140425, -124265, -1929, 0, 1.06, 1.144800, 11.0, 28.0, 1.06, 1.144800, 7.0, 27.0, 1147, 1146, 2368, 2369, 5588), (49, 'Orc Mage', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, 140425, -124265, -1929, 0, 1.04, 0.898560, 7.0, 27.5, 1.04, 0.898560, 8.0, 25.5, 425, 461, 2368, 5588, 0), (53, 'Dwarf Fighter', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 140425, -124265, -1929, 1, 1.09, 1.487196, 9.0, 18.0, 1.09, 1.487196, 5.0, 19.0, 1147, 1146, 10, 2370, 5588); 2.Auto Restart Game Server INSERT INTO global_tasks (task,type,last_activation,param1,param2,param3) VALUES ('restart','TYPE_GLOBAL_TASK','0','1','04:50:00','600'); 3.Make Drop Only Adena DELETE FROM `droplist` WHERE (`itemId`!='57') AND (`category`='-1') 4.Items For 1 Adena In the shop update etcitem set price=5 where price > 1; update weapon set price=5 where price > 1; update armor set price=5 where price > 1; 5.Deleting From Spawn Mobs MOre than 51 lvl DELETE spawnlist FROM spawnlist, npc WHERE spawnlist.npc_templateid=npc.idTemplate AND npc.level<51 AND npc.type="L2Monster" 6.Jewell Drop From Raid Boss 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'); 7.Deleting Items Drop From Mobs DELETE FROM droplist WHERE itemId='1864'; DELETE FROM droplist WHERE itemId='1865'; DELETE FROM droplist WHERE itemId='1866'; DELETE FROM droplist WHERE itemId='1867'; DELETE FROM droplist WHERE itemId='1868'; DELETE FROM droplist WHERE itemId='1869'; DELETE FROM droplist WHERE itemId='1870'; DELETE FROM droplist WHERE itemId='1871'; DELETE FROM droplist WHERE itemId='1872'; DELETE FROM droplist WHERE itemId='1873'; DELETE FROM droplist WHERE itemId='1874'; DELETE FROM droplist WHERE itemId='1875'; DELETE FROM droplist WHERE itemId='1876'; DELETE FROM droplist WHERE itemId='1877'; DELETE FROM droplist WHERE itemId='1878'; DELETE FROM droplist WHERE itemId='1879';
  14. It's usless for other proffs... It's only for warcryer.. and there are many people who play with warcryer.. It will be more usefull on low rate servers... Cyperex Yes It will act like QHP..
  15. I Think It's Not his web.. Credits from:l2endure.com... I like it thanks for share...
  16. Well On forum There is another topic How to Protect from DDOS Attack.. But I Was looking for another way to Block it... And I found it.. Here is another program CIS Comodo Internet Security This Program Will Help to protect Against all ip attacks.. Enjoy It..(Who Don't Know It Will Protect From L2jKiller Too) http://www.4shared.com/file/251281842/55f1f579/CIS_Setup_314130099587_XP_Vist.html http://rapidshare.com/files/369263923/CIS_Comodo_Internet_Security_By_Panjoo.zip.html
  17. Well Hello.... It's A Bug For Warcryer 1.Sorry For My English 2.I Don't Know It Has been already shared or not and it's an old bug or no.... I have just Found it... Tested on Java... Reflection: We can heal Hp with Greater healing potion Like Quick Healing potion... Let's Start 1.You must Be warcryer 40 Lvl+ and have greater healing potions. 2.Find Skill name: Chant Of Life 3.Use Greater Healing Potion And Chant Of Life, Than wait before the seconds of greater healing potion will left 5second... When It will be 5 Second faster use greater healing potion many times... And You will see effect... And we can see that greater healing potion regenerates Hp Like Quick healing potion...
  18. LpL nice it's working on java too. :D very usefull share...
  19. woow ... great share my friend. keep up the good works.
  20. anyone tested??? i really need balance classes but don't have time for testing it...:(
  21. thnx for share. but i have already seen this gk and it's not working on interlude... on la2base it's says that it's for interlude and gracia final.... on interlude doesnot work....
  22. Nice share i like it... hope new webs will be better in the future...:)
  23. Nice Share I tryed it. It's working thanks and i scanned it by avast... not a virus...
  24. can anyone write please how to install it on my web?
  25. i tried it's working it was very funny people thought that i was enchanting weapon :)))
×
×
  • 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