Jump to content

Aeolous

Members
  • Posts

    39
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Aeolous

  1. Folder SystemTextures There have some files, u can open *.utx and see the images .... i think weapons icons are on Icon.utx .. anyway use (UTXViwer) so to put one pic in your html file u must write this <img src="FileName.PicName"> Example <img src="Icon.dynasty_dager_001"> <---- (is example ... idk if exist pic with name dynasty_dager_001 )
  2. Nice Joke... -- Reverence Just Tell What Is Working Wrong ...
  3. The life is pain my friend, like it or no... learn to lisend
  4. and you think other "Dev" will not cheat you... niah niah all here are cheaters! u must lear to dev alone ur server... and for big things pay any l2j dev-admin to make it for you and give you... ciao amigo
  5. nice work... but i dont like it ;p bcause this shop have big buttons ;p ... i prefer c6 buttons :D or ct1 but 25+x21
  6. Old Code if (canSpeak) { CreatureSay cs = new CreatureSay(activeChar.getObjectId(), chatType, activeChar.getName(), text); for (L2PcInstance player : L2World.getInstance().getAllPlayers()) player.sendPacket(cs); } New Code if (canSpeak && Config.ALLOW_HERO_VOICE) { CreatureSay cs = new CreatureSay(activeChar.getObjectId(), chatType, activeChar.getName(), text); for (L2PcInstance player : L2World.getInstance().getAllPlayers()) player.sendPacket(cs); -------------------------------------------------------------------- Config.Java -------------------------------------------------------------------- Add This public static boolean L2JMOD_ENABLE_MANA_POTIONS_SUPPORT; + public static boolean ALLOW_HERO_VOICE; And This L2JMOD_ENABLE_MANA_POTIONS_SUPPORT = Boolean.parseBoolean(L2JModSettings.getProperty("EnableManaPotionSupport", "false")); + ALLOW_HERO_VOICE = Boolean.parseBoolean(L2JModSettings.getProperty("AllowHV", "false")); Last Step Go Datapack and put in l2jmods.properties AllowHv=False Cyao Amigo!
  7. i dont like ppl who take to old things like events and work on it to fix some stiuped bugs... and give it to ppl like a NEW event ... ya ya copy/paste --> to the hell
  8. min pernete kamael+ scripts kai ta vazete se c6... cyao
  9. l2mapa sistino sto pedi.... a re kseftila zoi...
  10. h apolhth ksefthla tou MxCh .... na ftasis sto simio na vgazis VaGo apo Dev Group kai na vazis ZerO o opoios to mono pou kseri apo developing einai na ftiaxni GM-SHOPS kai na kani share klemena codes! me ftasate sto simio na drepome gia sas, na sas lipame ... kai afto einai poli kako gia sas
  11. you can do that only with 10 lines not 200 ...
  12. Code To Get Effect Without Use It! SkillTable.getInstance().getInfo(SkillID,Level).getEffects(st.getPlayer(),st.getPlayer()) Check in your script, there have the code to use skill... so remove this part and put this up!
  13. yeah is good to see some guys try to create an perfect old-project but il is to old guys... :) thats my opinion!
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..