Page 1 of 1

Sell / Verkaufen

Posted: Sun Jul 21, 2019 10:33 am
by KeinPlan
Hi zusammen,

ich habe fogendes Problem ich fram TP dabei bekomme ich recht viele sachen in dem Rucksack diese will ich verkaufen aber bekomme es
nicht hin :( kann mir einer Helfen Bitte

Google übersetzt:
Hi,

I have the following problem I fram TP I get quite a lot of things in the backpack this I want to sell but get it
not out :( can help me please

Code: Select all


<?xml version="1.0" encoding="utf-8"?><waypoints>

<onLoad> 		

player:openStore(-npcName,1)
yrest(1000)

	for (Gegenstand].recipes) do
	repeat
	inventory:useItem(Gegenstand)
	until inventory:itemTotalCount(Gegenstand) == 0
	end

RoMScript("CloseAllWindows()")

</onLoad> 

Re: Sell / Verkaufen

Posted: Thu Aug 01, 2019 1:57 am
by dr-nuker
player:merchant(npcid)

in profile of the current char make settings for what to sell

that's it :)