Jump to content

down

Members
  • Posts

    448
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by down

  1. Ok lets say, i got : Processor: Intel Core 2 Duo E8400 @ 3,00 GHz Ram: 4GB DDR II HDD: 500 GB Sata II 7,200 rpm OS: Windows Vista Ultimate 32-bit What upload speed i need so i will be able to run server with about 50 ppl online?
  2. save it as .sql and execute in DB SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for buff_templates -- ---------------------------- CREATE TABLE `buff_templates` ( `id` int(11) unsigned NOT NULL, `name` varchar(35) NOT NULL DEFAULT '', `skill_id` int(10) unsigned NOT NULL, `skill_name` varchar(35) DEFAULT NULL, `skill_level` int(10) unsigned NOT NULL DEFAULT '1', `skill_force` int(1) NOT NULL DEFAULT '1', `skill_order` int(10) unsigned NOT NULL, `char_min_level` int(10) unsigned NOT NULL DEFAULT '0', `char_max_level` int(10) unsigned NOT NULL DEFAULT '0', `char_race` int(1) unsigned NOT NULL DEFAULT '0', `char_class` int(1) NOT NULL DEFAULT '0', `char_faction` int(10) unsigned NOT NULL DEFAULT '0', `price_adena` int(10) unsigned NOT NULL DEFAULT '0', `price_points` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`,`name`,`skill_order`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records -- ----------------------------
  3. at L2Character public boolean removedSkill = false; in StartPvPFlag() if (getFirstEffect(221) != null) { removeSkill(SkillTable.getInstance().getInfo(221, 1)); ((L2PcInstance)this).sendSkillList(); removedSkill = true; } in StopPvPFlag() if (removedSkill == true) addSkill(SkillTable.getInstance().getInfo(221, 1)); Ill not have problems with this?
  4. Or sth like this if (skill.getId() == 221 && getKarma() > 0) return;[/Code] And add it in L2PcInstance/useMagic It will be ok?
  5. Does any1 of pro devs know if this will work for GuardKnownList if (player.getKarma() > 0 && !object.isVisible()) { if (_log.isDebugEnabled()) _log.debug(getActiveChar().getObjectId()+": PK "+player.getObjectId()+" entered scan range"); // Set the L2GuardInstance Intention to AI_INTENTION_ACTIVE if (getActiveChar().getAI().getIntention() == CtrlIntention.AI_INTENTION_IDLE) getActiveChar().getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, null); } else if (player.getKarma() > 0) { if (_log.isDebugEnabled()) _log.debug(getActiveChar().getObjectId()+": PK "+player.getObjectId()+" entered scan range"); // Set the L2GuardInstance Intention to AI_INTENTION_ACTIVE if (getActiveChar().getAI().getIntention() == CtrlIntention.AI_INTENTION_IDLE) getActiveChar().getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, null); }[/Code] Bug appeared with L2Guard, if player is invisible and even if he have karma he isnt added to GuardKnownList i think, cuz they dont attack player. This bug goes like: Pk some1, use Silent Move, and u r free to go. Guards will not touch u. If this has nothing with knownlist than pls tell me what file should be edited to have this working.
  6. and another great share from this guy :) awesome man.. keep up
  7. Very cool mate.. u just keep sharing great stuff..
  8. Well... seems like hetzner is good but setup fee is my problem.
  9. R u 100% sure about that? Cuz im sure that its not true.
  10. armor +16 Lv 2, Few very good accesories, also few weapons high enchanted
  11. Ok guys. Tell me now, how much players will i be able to handle with this machine http://www.worldstream.nl/products-3.php?p=1[/Code] and how much with this one [Code]http://www.worldstream.nl/products-3.php?p=3[/Code] and something else, is it hard to install private server on Debian system? cuz honestly i absolutely have no idea how to work on Debian OS.
  12. Does any1 know what machine can handle around 100 players online. If he knows any site where i can check that machine. Thanks in advance!
  13. here's a nice buffer http://www.maxcheaters.com/forum/index.php?topic=20181.0[/Code] and a gm shop [Code]http://www.maxcheaters.com/forum/index.php?topic=69521.0[/Code]
  14. This one is good http://www.maxcheaters.com/forum/index.php?topic=69521.0[/Code]
  15. UPDATE droplist SET chance = x WHERE itemId = x AND mobId IN (SELECT mobId FROM npc WHERE type = 'L2RaidBoss'); use this.. Just add itemId of the wep u wanna increase his chance, it's very hard
  16. well, here's a dumb question but how can i add this to my website? :P
  17. this bug is for unlimited battle/spell force buff?
×
×
  • 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