Jump to content

Veandil

Members
  • Posts

    30
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Veandil

Contact Methods

  • Website URL
    http://www.l2ceriel.tk

Profile Information

  • Gender
    Male

Veandil's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. where to put custom item needed for certification skill from Avant-Garde, i put it into data\scripts\custom\Validators\subClassSkills.java into ID == 22568 private static final int[] _allCertItemIds = { 10280, 10281, 10282, 10283, 10284, 10285, 10286, 10287, 10288, 10289, 10290, 10291, 10292, 10293, 10294, 10612, 22568 }; private static final int[][] _certItemsByLevel = { { 10280, 22568 }, { 10280, 22568 }, { 10612, 10281, 10282, 10283, 10284, 10285, 10286, 10287 }, { 10288, 10289, 10290, 10291, 10292, 10293, 10294 } }; and into \game\data\stats\items>22500-22599.xml by code </item> <item id="22568" type="EtcItem" name="Certificate super"> <set name="icon" val="icon.etc_all_subjob_skillbook_i00" /> <set name="immediate_effect" val="true" /> <set name="material" val="PAPER" /> <set name="weight" val="120" /> <set name="is_tradable" val="false" /> <set name="is_dropable" val="false" /> <set name="is_destroyable" val="false" /> <set name="is_sellable" val="false" /> <set name="is_depositable" val="false" /> <set name="is_stackable" val="true" /> </item> and then into game\data\scripts\ai\npc\AvantGarde\AvantGarde.java private static final int[] ITEMS = { 10280, 10281, 10282, 10283, 10284, 10285, 10286, 10287, 10288, 10289, 10290, 10291, 10292, 10293, 10294, 10612, 22568 }; where else i should put item/id/etc to resolve the problem in game if problem is on client side help me plox ^__^
  2. hello folks! this is my own(and first shared) work, little help for admin's. this scrypt show few stats from character(account name, lvl, online/offline, player/gm/admin status, character ID, maxhp [added only for fun] :P )and all items from character: armor and weapons with enchant level and others items with count of them. scrypt needed connection with db from connect.php (both files in .zip ). http://www.speedyshare.com/files/24381104/a.zip if someone have some ideas what can or even should be added to this script post here or send a e-mail p.s i wont tell anyone how to use it... it cannot be easier to use :P p.s.2 sorry for eng
  3. Thx it's good, but can you upload this on rapidshare :)?
  4. interesting but.. to much red like for me, eye's hurts for looking to long
  5. in l2j ct 2.3 its into Gameserver.Network.Clientpackets.RequestRefineCancel.java but if u put there 0 on the price line there still be normal price... i dont know how to resolve this problem
  6. thx for share but... can you upload then on other service? rapid now have so $%#@! restriction to download :/
  7. new interesting sh--- on server :d i hope my players will be happy :P
  8. yea some info will be nice, can someone write what is inside? [edit] sry im blind... and dont read 1st post cerfully...
  9. finally any good idea for using SOM on high rate serves xD
×
×
  • Create New...