.::Diavolic::. Posted November 7, 2010 Posted November 7, 2010 Hi all now i tell you how to make your trader 1)We must create the html of trader Create one text and always write <html> <body> <title>NPC</title> <br> <center><img src="L2UI_CH3.herotower_deco" width=256 height=32></center> <br> <center> <button value="here write the name for the button which you click" action="bypbeep -h npc_%objectId%_multisell 3000" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"> <br> </body> </html> And you save it one number for example 55555 but always write .html for example 55555.html http://img573.imageshack.us/img573/2372/tfrc433tmp.jpg[/img] 2)Now you must create the multisell Create One text and write http://img521.imageshack.us/img521/8763/tfr3fe9tmp.jpg[/img] <list> <item id='1'> <ingredient id='9401' count='10000'/> <production id='9710' count='1'/> </item> </list> In <ingredient id='9401' you write the id of item which you must to have it to buy one item / In count='10000'/> in the number 10000 you add how many items you must to have to buy something In <production id='9710' you write the number of the id you want to buy it And save it as the number for example 55555 but you must to write and .xml for example 55555.xml http://img259.imageshack.us/img259/6663/tfr8e67tmp.jpg[/img] 3)Now we must create the sql Create one text and write INSERT INTO `npc` VALUES (ID, Id Template, "name", 1, "title", 1, "clbeep", 20, 25, 80, "male", "Type", 80, 4609, 2085, 13, 14, 40, 43, 30, 21, 20, 10, 112, 0, 1158, 1972, 574, 1182, 477, 0, 227, 0, 0, 0, 88, 132, "NULL", 0, 1, 0, 'last_hit'); In id you add the id of the npc In the id template you add the id of the template of the npc you want In the name you add the name of the npc In tittle you add the tittle of you npc In the clbeep you add the clbeep which you want for example : "Monster2.ifrit_30_bi" In the type you add L2Npc or L2Merchant or L2Teleport If you write L2Npc you must copy the html in gameserver/data/html/default If you write L2Merchant you must copy the html in gameserver/data/html/merchant If you write L2Teleport you must copy the html in gameserver/data/html/teleport And save it as one number for example 55555 but write .sql for example 55555.sql And The Trader Is Ready !!! Credits : ME
alyn460 Posted November 7, 2010 Posted November 7, 2010 Very nice and good explication guide ! Good Work !
.::Diavolic::. Posted November 7, 2010 Author Posted November 7, 2010 Very nice and good explication guide ! Good Work ! Thnxs man I know are a lot of guide how to make a trader or a npc in this forum but is better to have more
.::Diavolic::. Posted November 7, 2010 Author Posted November 7, 2010 Nothing Special but GJ keep it up. I know isnt anything hard but some newbies dont know how to make a trader and i think i can help with this topic ;)
Rin4a Posted November 7, 2010 Posted November 7, 2010 Good job, but I have a question - how can you skip the HTML and directly output the multisell window?
SoRa Posted December 5, 2010 Posted December 5, 2010 Gratz for this guide mate,it's realy useful so keep it up. :) ;)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now