Jump to content

Irrelevant

Members
  • Posts

    208
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Irrelevant

  1. i see , will be count as solution if in L2PcInstance add a checkAugment and remove if augment is where.Type is armor ? :/ i hope u understand what i mean .... and how must be coding :P ? like : if (armor == null) { armor = getInventory().getPaperdollItem(Inventory.PAPERDOLL_chest + Inventory.PAPERDOLL_GLOVES + Inventory.PAPERDOLL_HELMET + Inventory.PAPERDOLL_BOOTS +BLABLABLA for jewels ); } if (armor != null) { if (armor.isWear()) return false; if (armor.isAugmented()) { armor.getAugmentation().removeBoni(this); }
  2. hahah.i know that , frozen is good(in my opinion) for mid/pvp servers ,if you ignore bugs like that XD . so to fix that i just replace these lines with lines (from acis)? public static final AugmentationData getInstance() { return SingletonHolder._instance; }
  3. yes but where? cause into requestrefine is fine ,you can't augment armor parts ..also it just popup it self , when i changed armor i notice that :/ .. if i replace "augmenationData" with acis one will be fixed? no ,cause i said i didn't even augment an weapon and not had lifestone for that. pack was clear
  4. nope :/. the weirdest part is that i didn't even augment weapon & not even had an single lifestone
  5. Hello, well i just notice a bug . (L2jFrozen 1132) Without i do nothing ,armor's helmet got augmented by it self and guess what : it also get an active skill :P . How can i avoid that bug happen again and fix it ? https://imgur.com/a/gurAWAE Thanks in advance.
  6. i found over a custom pack i download (but it hanst sources) i tried with this name to search and nothing appears (i mean full code) , also i have l2jhellas svn but this code isnt in there. i use l2jfrozen i will adapt this ,so if something is buggy i will find out (i guess). i will upload in a while and send you.(i want this program XD)
  7. i found this in acis configs. but without sources,is someone have this? #============================================================= # NEWBIE SYSTEM #============================================================= # Distancia # 30 Dist = -10 # Lado #10 Yaw = 18 # Altura # 530 Pitch = 515 # If True Startup system will be enabled StartupEnabled = True # Telepot to location TeleToLocation = 83464,148616,-3405 # Enchant item # 6 = +6 EnchantItens = 4 thanks in advance
  8. <button value="Arenas" action="bypass -h blablabla width="114" height="29" (width=(your button width)" height="(your button width)" )
  9. oh i didn't realise what he exactly meant ,hahah i just remember that l2jfrozen have bug with sql /npc table
  10. gameserver/config/functions/l2jfrozen/~> # Custom Tables - # -------------------------- # Enable / Disable custom tables. # The rest of the custom tables are already activated. # Custom Spawnlist Table CustomSpawnlistTable = True <-------------set it True! # Gm Spawn gets saved on custom_spawnlist Table? SaveGmSpawnOnCustom = False # Gm Spawn gets deleted on custom_spawnlist Table? DeleteGmSpawnOnCustom = False
  11. is he replaced geodata(22_22) into his gameserver/data/geodata?
  12. DUDE <3 . I dont have words to thank you!! Awesome for 1 more time!!!!!! THANK YOU! :hug
  13. this version of giran is shared over 4 years i think :/ https://imgur.com/a/7CDurpF i mean without lions and fountain
  14. like that in l2PcInstance? and in zone like that? NOPE, i tried it! :/
  15. Hello again! XD . Well i created a zone with auto-revive when a player is dead inside zone. But i want check if players is dead before auto-revive.. Because even he get res before cooldown of auto-revive, after cooldown he teleport to revived-location even he is alive :/. i want check if player isDead before auto-revive to avoid if he is alive to revive . i hope you understand :) Code i use: Also i tried something like this but nothing: Help!! i tried to find similar code to find a solution but couldnt!
  16. Hi, i am looking for .dressme custom code: if player wearing Avadon Armor robe and sword of miracles weapon. with command ".dressme" ~> he can change armor and weapon and still look like he is wearing Avadon Armor and sword of miracles weapon. I had saw that in many servers(mostly in old revs) .if anyone had that ,i will really appreciate to send me ! Thanks !
×
×
  • Create New...