Jump to content

StinkyMadness

Legendary Member
  • Posts

    1,041
  • Credits

  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by StinkyMadness

  1. He will need skill to rename logo on the utx so he will have skills to make it by himself, so... I don't think he will find easy way to steal it ;)
  2. Thanks guys both of you.
  3. Topic of Lucera Project -> Topic Fix link
  4. I'm offering L2J services, you can contact with me if you want something you have in mind or ask me anything. Augment Scrolls: 40€ You can add any augment skill on any level. Skill Enchant System: 30€ Codex Mastery : On failed keep the enchant value | Codex Donate: 100% success. Clan Hall Contract System: 55€ If you are owner of a clanhall you can trade it with other players. Mission System: 60€ Current list have 52 different achievements with unlimited stage each Masteries System: 60€ Using XML for stats and descriptions of each level. Discord: StinkyMadness#6783 Payment Method: Revolut, Credit Card
  5. add me on skype : stinkymadness11
  6. Be careful for scamming. Ask moderators for any name of seller for your safely
  7. You can use "RequestBypassToServer.java" for this part of code with some changes
  8. I think with your code you can see and Gatekeeper droplist :P So you have to add a check so dont work at all npcs This is one way: +++ java/net/sf/l2j/gameserver/model/actor/L2Npc.java import net.sf.l2j.gameserver.model.L2World; import net.sf.l2j.gameserver.model.L2WorldRegion; import net.sf.l2j.gameserver.model.ShotType; +import net.sf.l2j.gameserver.model.actor.instance.L2ChestInstance; +import net.sf.l2j.gameserver.model.actor.instance.L2FestivalMonsterInstance; import net.sf.l2j.gameserver.model.actor.instance.L2FishermanInstance; +import net.sf.l2j.gameserver.model.actor.instance.L2GrandBossInstance; import net.sf.l2j.gameserver.model.actor.instance.L2MerchantInstance; +import net.sf.l2j.gameserver.model.actor.instance.L2MonsterInstance; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; +import net.sf.l2j.gameserver.model.actor.instance.L2RaidBossInstance; import net.sf.l2j.gameserver.model.actor.instance.L2TeleporterInstance; else if (Config.ENABLE_SHIFT_CLICK_TO_NPCS) { if (this instanceof L2MonsterInstance || this instanceof L2RaidBossInstance || this instanceof L2GrandBossInstance || this instanceof L2FestivalMonsterInstance || this instanceof L2ChestInstance) { final NpcHtmlMessage html = new NpcHtmlMessage(getObjectId()); html.setFile("data/html/mods/npcinfo.htm"); html.replace("%class%", getClass().getSimpleName()); html.replace("%id%", getTemplate().getNpcId()); html.replace("%lvl%", getTemplate().getLevel()); html.replace("%name%", getTemplate().getName()); html.replace("%race%", getTemplate().getRace().toString()); html.replace("%tmplid%", getTemplate().getIdTemplate()); html.replace("%aggro%", getTemplate().getAggroRange()); html.replace("%corpse%", StringUtil.getTimeStamp(getTemplate().getCorpseTime())); html.replace("%enchant%", getTemplate().getEnchantEffect()); html.replace("%hp%", (int) getCurrentHp()); html.replace("%hpmax%", getMaxHp()); html.replace("%mp%", (int) getCurrentMp()); html.replace("%mpmax%", getMaxMp()); html.replace("%patk%", getPAtk(null)); html.replace("%matk%", getMAtk(null, null)); html.replace("%pdef%", getPDef(null)); html.replace("%mdef%", getMDef(null, null)); html.replace("%accu%", getAccuracy()); html.replace("%evas%", getEvasionRate(null)); html.replace("%crit%", getCriticalHit(null, null)); html.replace("%rspd%", getWalkSpeed()); html.replace("%aspd%", getPAtkSpd()); html.replace("%cspd%", getMAtkSpd()); player.sendPacket(html); } }
  9. The best way for that is table with fix size.. but also you can use a image code without using the src="" part just using the width and height of line.
  10. Thanks dude [GR] Δεν είναι ο κώδικας του "Designatix" είναι δικός μου από έναν Server που είχα... Μπορεί να το κάνω Share αν το θέλει κόσμος [/GR] [EN] It is not the code of "Designatix" is mine from a Server I had... i can share it if peoples like it [/EN]
  11. You can made it like mine and if you want to using "RequestBypassToServer.java"
  12. Propably i will Share some new work ;) Images Dead? -.- ????
  13. Posted on 02 Aug 2012 - 05:41 AM and still usable ^_^ thanks guys!
  14. Im not your hater... i dont even know you.......... just respect the creator and give the credits...
  15. Simple and Helpfull for some guys ;)
  16. This is not your Code...
  17. Can you share Geodata : "16_25.l2d" for Interlude?
  18. Full of BUGS.... Command "Alt + C" and etc... don't work... And at target at all Chars appear "Human Figher"
  19. I have this communoty from 338
  20. Σε Multsell ? Propably big ID (Για τα Icons) Οσο για τα αλλα... εχεις θεμα στο Code σου (L2JFrozen να μαντέψω)
  21. It's called. Dupe ^_^ Russians everywhere ^_^
  22. I was joking mate :P Thanks @L2 Mid BIGGEST Fan
×
×
  • 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