Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Not 800, just tested, but yea. With 250k vs 5k the dg is like 2.5k :p But that's another story.
  2. Ofc it's impossible, fake stats :D
  3. Bcs your price is too low, simple as that.
  4. Not bad, but this.. What more to say.. 250kb it's nothing.
  5. if (npc.getNpcId() == XX)
  6. Okay, I just checked the video to see what you want to achieve, since your posts mislead me, lol ### Eclipse Workspace Patch 1.0 #P aCis_gameserver Index: java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 343) +++ java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -1312,6 +1312,7 @@ sendPacket(new RelationChanged(getPet(), getRelation(this), false)); broadcastRelationsChanges(); + broadcastUserInfo(); } @Override @@ -4228,7 +4229,10 @@ PvpFlagTaskManager.getInstance().add(this, Config.PVP_NORMAL_TIME); if (getPvpFlag() == 0) + { updatePvPFlag(1); + setTeam(1); + } } public void updatePvPStatus(L2Character target) @@ -4245,7 +4249,10 @@ PvpFlagTaskManager.getInstance().add(this, checkIfPvP(player) ? Config.PVP_PVP_TIME : Config.PVP_NORMAL_TIME); if (getPvpFlag() == 0) + { updatePvPFlag(1); + setTeam(1); + } } } Index: java/net/sf/l2j/gameserver/taskmanager/PvpFlagTaskManager.java =================================================================== --- java/net/sf/l2j/gameserver/taskmanager/PvpFlagTaskManager.java (revision 343) +++ java/net/sf/l2j/gameserver/taskmanager/PvpFlagTaskManager.java (working copy) @@ -82,6 +82,7 @@ if (currentTime > timeLeft) { entry.getKey().updatePvPFlag(0); + entry.getKey().setTeam(0); iterator.remove(); } // Time almost runned out, update to blinking PvP flag.
  7. aCis - npcs folder, under xml. frozen - from ingame, shift click the mob, drop tab / via sql.
  8. add new tb.append line with the button. Move </body></html> from upper line in there or even remove it.
  9. Pack? If aCis, then it's 50006 now.
  10. Datapack skill directory?
  11. How its supposed to work? Red circle for attacker and blue for victim? As I said track how flag works.
  12. Then create a new npc instance.
  13. What about creating a multisell..?
  14. Is it compiled.. ?
  15. I guess there isn't such command on Ct 2.3, but I may be wrong.
  16. Changeset 343 Scripts, Inventories, Misc Scripts - Addition of Q220, Q226. Ty roko91. Inventories - Drop the unused "block" system on PcInventory. - Drop the "quests slots" system on PcInventory. Easier slots check. Misc - Fix Packet Forge tool. Ty roko91 for the fix. - Fix a NPE on ShortcutInit packet. - Fix a NPE on removeCrest(). - Fix a NPE on calculateRewards(), overhit related. Ty SweeTs for the fix. - Added a missing check on pickup method, related to overweight. Now you can't be 110% full... - RequestDestroyItem got its checks edited, with the addition of CANNOT_DESTROY_NUMBER_INCORRECT message (for both < 1 and > max item number conditions). - Remove GMs priviledges on few packets, leading to a most appropriated casual player experience for : attack stance on restart/logout, slot/weight overbuy, outofcontrol Action.
  17. Indeed, flyToLocation. :P ///fly with gm char :D /locked
  18. updatePvPStatus(, onKillUpdatePvPKarma( .. Check mothers and ses how the flag / karma is working and follow the logic.
  19. "buy" logic, what english is this :troll: I guess, can be locked :P
  20. setTeam method already exist. Probably part of event engine to set teams, or custom zone which set the team - randomly or not - to ppl who enter to the zone.
  21. Thanks Anarchy, but you know.. it's not working like that, else someone is kind enough (like you) to do the whole code for someone :D
  22. Ofc it is working, lol.. It was checking if you have MORE than 5k clan rep, if you do, then your clan rep was CHANGED to 5k. So, if you had like 10/20/30k clan rep, it was changed to 5..
  23. Don't you see that this code is shit w/o logic? if (player.isClanLeader() && player.getClan().getReputationScore() > 50000) { player.getClan().setReputationScore(50000, true); player.getClan().changeLevel(8); player.sendMessage("Your clan successfully changed to level 8."); } else { player.sendMessage("Your clan must have 50000 clan reputation points in order to buy level 8."); } Made my day.
  24. Like Snoopi said. If you want a professional and quality work and your project is supposed to be serious, use legit company. Don't even try to pm mrpro, lol :you serious?: On MxC, you don't rly find professional persons who are doing those things by daily basic. Maybe there are few such ppl.
×
×
  • Create New...