Stefoulis15 Posted June 26, 2010 Posted June 26, 2010 Well , i've seen cobra's share about making new bypasses and those things. and i was thinking dammit , that shit exists already in lineage 2 ( tutorial book) so why to make new bypasses since we can use the old ones.? lets say now that u made an item for this thing. and its id is 9999. go to Book.java ( gameserver/handler/itemhandlers/ ) and find the line : private static final int[] ITEM_IDS = { 5588,6317,7561,7064,7082,7083,7084,7085,7086,7087,7088,7089,7090,7091, 7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106,7107,7108,7109,7110,7111,7112 }; and simply after 7112 add your item id. private static final int[] ITEM_IDS = { 5588,6317,7561,7064,7082,7083,7084,7085,7086,7087,7088,7089,7090,7091, 7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106,7107,7108,7109,7110,7111,7112,9999 }; guess what. core side is done. the only thing you got to do now , is to create the htmls. easy! go to data/html/help in your datapack and create an html named 9999.htm and you are done. when in need of creating something like bypassing from one 9999.htm to 9999-1.htm do this : <a action="bypass -h player_help 9999-1.htm"> easy right? enjoy! Quote
Matim Posted June 26, 2010 Posted June 26, 2010 You can't use [ color ] in code, only in Quote. Quote
Stefoulis15 Posted June 26, 2010 Author Posted June 26, 2010 You can't use [ color ] in code, only in Quote. too late. xD eh a mod can fix this ? :/ Quote
ExTrEmEDwarf Posted June 26, 2010 Posted June 26, 2010 too late. xD eh a mod can fix this ? :/ sure, yeah. Quote
Devangell™ Posted June 26, 2010 Posted June 26, 2010 okay thanx :) hai and good to see you back :) very nc guide can you give me the link of cobra? thanks :) if you continue your share's i will reward you :P Quote
Street-Gamer Posted June 26, 2010 Posted June 26, 2010 :O its amazing :P thanks stef and welcome back ^^ Quote
Matim Posted June 26, 2010 Posted June 26, 2010 hai and good to see you back :) very nc guide can you give me the link of cobra? thanks :) if you continue your share's i will reward you :P Here. Quote
Devangell™ Posted June 26, 2010 Posted June 26, 2010 Here. thanks matim :) And stef i think your's is better :P Quote
Onix Posted June 26, 2010 Posted June 26, 2010 great work, its usefull share thanks for it Stefoulis15 ! :) Quote
Apo2459 Posted June 27, 2010 Posted June 27, 2010 Think I did sth similar in the past but some functions failed to work or they did fully but I do not remember :p.I think using it this way you cannot get it to be a shop but I am not sure.Anyway thanks for reminding :). Quote
removed_001 Posted July 12, 2010 Posted July 12, 2010 there is a wrong i use l2j gracia final and in book.java no these line exist :/ make it for gracia plz... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.