Jump to content

An4rchy

Legendary Member
  • Posts

    2,656
  • Credits

  • Joined

  • Last visited

  • Days Won

    26
  • Feedback

    100%

Everything posted by An4rchy

  1. Hello everyone. I would like to sell a custom 'fast' augmenter i recently made. Why fast? Let me explain how it works: When you speak with the npc there are 2 options, Augment and Remove. If you press Augment, a new window comes up where you choose the weapon you want to augment. Only non-augmented weapons will appear there, saying their enchant level too in order not to mess up: After you choose your weapon, you get to choose the type of lifestone you want to use. The system auto-checks your inventory and shows which types of lifestones you have: The fun part now: After you choose your lifestone, a dialog box appears telling you for example: If you choose cancel the augmentation process is canceled. If you choose ok, then the item is augmented. If you get a skill, then a screen message appears with the name of the skill and a message is sent: If you don't get a skill, then a message is sent saying: You were unlucky. Then, the dialog box appears again. You can keep pressing ok as many times as you want, having that you got lifestones. The remove option shows you all the augmented weapons you have, plus their skill if they have one: When you click a weapon, the lifestone is removed. The system is fully checked and unbugable. Coded on aCis (i can do adaptations). Video: www.youtube.com/watch?v=QubQBLIaQyo Price: 15 euro (paypal or paysafe card). Pm me here.
  2. Lol, why not automate this?
  3. Server looks nice. However there must be a HUGE amount of npes in console, from what i can tell :P Also, since you're using aCis you should check the classes and the skills again, trust me.
  4. Good, but open the server and request from a mod to move the topic.
  5. http://ddos-guard.eu Buy webhosing from there, trust me. Also countdown is over, open it.
  6. Server isn't bad, however there are some things.. This donation promo everywhere is annoying.. BnB cards? :D Also this is aCis not off.
  7. Omg guys, specially Tessa. Since you give him the code ready and you still see he can't do it, just tell him how, not just 'add an if'. Ok, so there are many ways you can do that, i'll point out one based on Tessa's code: Create an armor set in armorsets.xml with the parts of your armor. Then add this code (Replace YOUR_CHEST_ID with your armor's chest id): Index: java/net/sf/l2j/gameserver/model/Inventory.java =================================================================== --- java/net/sf/l2j/gameserver/model/Inventory.java (revision 453) +++ java/net/sf/l2j/gameserver/model/Inventory.java (working copy) @@ -337,6 +337,7 @@ { if(armorSet.containAll(player)) { + if (armorSet.getSetItemsId()[0] == YOUR_CHEST_ID) + { + player.setIsFullArmor(true); + } L2Skill skill = SkillTable.getInstance().getInfo(armorSet.getSkillId(),1); if(skill != null) { @@ -438,6 +439,7 @@ if(remove) { + player.setIsFullArmor(false); if(removeSkillId1 != 0) { L2Skill skill = SkillTable.getInstance().getInfo(removeSkillId1,1); Index: java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 453) +++ java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -481,6 +481,7 @@ private boolean _noble = false; private boolean _hero = false; + private boolean _isFullSet = false; /** The L2FolkInstance corresponding to the last Folk wich one the player talked. */ private L2FolkInstance _lastFolkNpc = null; @@ -8506,6 +8507,16 @@ return _duelState; } + public void setIsFullArmor(boolean status) + { + _isFullSet = status; + } + + public boolean isFullArmor() + { + return _isFullSet; + } + /** * Sets up the duel state using a non 0 duelId. * @param duelId 0=not in a duel Index: java/net/sf/l2j/gameserver/serverpackets/UserInfo.java =================================================================== --- java/net/sf/l2j/gameserver/serverpackets/UserInfo.java (revision 453) +++ java/net/sf/l2j/gameserver/serverpackets/UserInfo.java (working copy) @@ -294,7 +294,7 @@ writeD(_activeChar.getClanCrestLargeId()); writeC(_activeChar.isNoble() ? 1 : 0); //0x01: symbol on char menu ctrl+I - writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA)) ? 1 : 0); //0x01: Hero Aura + writeC((_activeChar.isHero() || (_activeChar.isGM() && Config.GM_HERO_AURA) || _activeChar.isFullArmor()) ? 1 : 0); //0x01: Hero Aura writeC(_activeChar.isFishing() ? 1 : 0); //Fishing Mode writeD(_activeChar.getFishx()); //fishing x You should also add the check || _activeChar.isFullArmor() in CharInfo, so that other players can see the aura too.
  8. Simple and great gameplay, keeping L2 real and also fun with the new features. Good luck mate.
  9. The thing is that you all say l2jfrozen has it, or l2jhellas has it, but what's true is that you might get permanent blindness trying to read their vote reward system(if you know what you're actually reading). Btw, if you check frozen's one they use external library for hopzone access and java methods for topzone access... Which if you ask me, is more than pathetic(since it can be done using only java). I believe SweeTs' one would be cleaner(aCis lessons) and would work fine. Good luck mate.
  10. You know what's sad? Most replies in this topic say awful things about the server, including me too, but there will be over 1k online :P
  11. Good server, nicely organized. Recommended. GL. P.S. Remove some adena requirement from custom shop, it is too much.
  12. So you decided to actually do this huh? :P Well, gl then (on the client side).
  13. Lol Karasu, when i first watched your profile i thought that you have dedicated your life to hating reunion :P Anyway, gl.
  14. That's a good idea. Also nice to hear Elfocrash is helping, he is good with great ideas too.
  15. Guys please, please.. First of all, the game was sold because there were/are more private servers than players. So please. And for your information, l2 has advanced much from these shit clients. Only interlude/c4 is worth playing from old clients(no low-mid rates) because of their clean and easy pvps. Also, why are you all so scared playing official? There are tons of people in each server, plus it has changed a lot. You don't have to grind to max level, follow the quests, join parties for bosses, get boosts for xp and you'll reach max lvl in no time. I've been playing official eu core for 4 days(2-3 hours a day) and i'm already lvl 75. The game carries you to its features and gameplay, you don't need to let l2walker active like in clients before GoD. @Ontopic, don't even watch this topic, this guy actually made bots to reply to his topic, FFS.
  16. Just if (item.getItemId() == custom_item_id) bla bla.
  17. But i said that skills are focked up ;p But features are working properly.
  18. Please tell me why you guys think l2off would be better in order to make a low-mid server? This was truth back in 2010, back then where there was no aCis... There are no missing IL features on aCis, the only drawback is the skills, they're kinda focked up. But hey, a server should be tested + fixed before launched ;) GL mate, features seem amazing.
  19. You gotta think like a player mate.. Personally, i would be annoyed knowing that songs/dances are available but i have to make a sws & bd because they only last 10 minutes. But still, i'm not much of mid-low rate lover(except official), so i might be wrong...
  20. An4rchy

    L2Tales

    If you check the replies properly you can see repeated replies, or even same member posting 3-4 times (same) reply.
  21. An4rchy

    L2Tales

    Still it can be considered as spamming and it sucks completely. He won't get reputation from this, it's just failing the server. Also, how can they be real since they got max 4 posts each?
  22. Just noticed that: NPC Buffer (1 Hour normal buffs, 10 Minute songs and dances). This is bad, players will be annoyed going to town every 10 minutes, plus creating a dancer/songer means that you should already have a char max lvl..
  23. An4rchy

    L2Tales

    Please, i can't watch him make fake accounts to comment... Please remove these replies from http://www.maxcheaters.com/topic/188836-l2j-l2tales-sovereign-opening-20-march/
  24. Lol these spam bots :D Check last replies, max 3 posts each member & saying the same shit. P.S. I'm not against the server, i like it, but that..
×
×
  • Create New...