[help] Make a Item Trader L2J 

Newbie Spellweaver
Joined
Jan 14, 2006
Messages
45
Reaction score
0
Hallo Guys

I have a Problem i will make a Trader, is not a normal trader he is a Item Trader.
I will make a Item where you put on this item in my Inventar i will buy from
this item from the GM Shop buy list.

Where is the HTML Code for this or where can i make this item ?

Sorry for my bad english.
I have search in this Forum i have nod found the tool for this.
Thanks for help
 
You want to make an NPC which trades you items from GM Shop? Or how?
I didn't really understand this... Please explain so i can help...


No i will make a item where the player put on this Item there can buy from GM Shop Buylists.
Or the Player put on this Item the Player can Teleport with them.

Thanks for your help
 
Upvote 0
I Would like to know how to manke a trader npc who can trade something like 1ooo medals and 1 weapon for a weapon with s/a.
Can anyone help me i tried do this, but no luck yet, thnks.
 
Upvote 0
=loca= just use multisell for it there is a good tool to do multisells in this forum
And hangglider if I understand well than you can do the item than make a quest that will take u to that html, and atach the quest to the item
 
Upvote 0
english:
btt hangglider wants to know if it is possible to let an item give player the permission to buy from gm shop. for example if u got item id 980 in ur inventory he wants the player have access to gmshop.

--> Problem: items in gmshop (admin menu) are being selled for 0 adena. If player buys item for 0 adena he will be kicked.
--> solution: create custom access_level like 2 or such a thing, configure rights to only //gmshop and buy for 0 and write into the core a short "if" to set players access_level on startup to 2 if playerinstance got item id 980.

or simply set OnlyGmBuyFree = False and create npc with gmshop html and a quest.

unfortunately i can't even write java nor python/jython so i can't even give u an example.

deutsch(nur loesung)
--> Problem: Gegenstaende im GmShop (admin menu) werden fuer 0 Adena verkauft. Wenn ein Spieler einen gegenstand fuer 0 adena kauft wird er durch den server (solange diese option aktiviert ist) gekickt.
-->loesung: erstelle eine eigene einstellung fuer z.B. access_level, konfiguriere deine rechte (nur gmshop und kaufen fuer 0 adena) und schreib in deinen code eine Abfrage ob der spieler das gew
 
Upvote 0
I made the proper codes but the NPC doesn`t recognize the trader list (made the list 1200) it just ppps-up some random items.
I originally suposed that there allready was such a list but when i searched the db again it just showed that there wasn`t.

Maybe my coding is off? Here`s an example:
<list>
<!-- 750 Mill for 1 Gold Bar -->
<item id="1">
<ingredient id="57" count="750000000" enchant="0"/>
<production id="2807" count="1" enchant="0"/>
</item>
</list>
 
Upvote 0
Back