Difference between revisions of "Itemshop ARCC EN"

From Ryzom Forge Wiki

Jump to: navigation, search
Line 16: Line 16:
 
*'''4)''' timer: delay to buy another item.
 
*'''4)''' timer: delay to buy another item.
 
*'''5)''' currency (money/pvp_points)
 
*'''5)''' currency (money/pvp_points)
<div style="margin:0em; padding:0em;border: none;background:yellow;">
 
 
*'''6)''' saveInDatabaseId: some specifc data and/or DB for that???  
 
*'''6)''' saveInDatabaseId: some specifc data and/or DB for that???  
</div>
 
 
*'''7)''' valideAction: Next action if the item was bought out.
 
*'''7)''' valideAction: Next action if the item was bought out.
<div style="margin:0em; padding:0em;border: none;background:yellow;">
 
 
*'''8)''' openWindow: window to be open to display the tests results. (None, WebIG, Browse NPC, Web Transaction).
 
*'''8)''' openWindow: window to be open to display the tests results. (None, WebIG, Browse NPC, Web Transaction).
</div>
 
 
*'''9)''' <span style="color:#f0f">'''[commun]'''</span> Internal name of the function. This name is used especially for jumps, loops ...
 
*'''9)''' <span style="color:#f0f">'''[commun]'''</span> Internal name of the function. This name is used especially for jumps, loops ...
 
</div>
 
</div>
Line 39: Line 35:
 
*'''7)''' customText
 
*'''7)''' customText
 
|}
 
|}
<div style="margin:0em; padding:0em;border: none;background:yellow;">
 
 
Items in bag: how to use it IG?
 
Items in bag: how to use it IG?
</div>
 
 
==== weNamedItem ====
 
==== weNamedItem ====
<div style="margin:0em; padding:0em;border: none;background:yellow;">
 
 
Item name. Why not the standard translation function?
 
Item name. Why not the standard translation function?
</div>
 
 
{|
 
{|
 
|[[File: Ruby link.png|32px]]
 
|[[File: Ruby link.png|32px]]
 
|
 
|
<div style="margin:0em; padding:0em;border: none;background:yellow;">
 
 
*'''1)''' phraseId
 
*'''1)''' phraseId
 
*'''2)''' itemNameFR
 
*'''2)''' itemNameFR
Line 56: Line 47:
 
*'''5)''' itemNameRU
 
*'''5)''' itemNameRU
 
*'''6)''' itemNameES
 
*'''6)''' itemNameES
</div>
 
 
|}
 
|}
  
 
==== weVirtualItem ====
 
==== weVirtualItem ====
<div style="margin:0em; padding:0em;border: none;background:yellow;">
+
Virtual item!!??
Un virtual item, c'est quoi?
 
 
{|
 
{|
 
|[[File: Ruby gear.png|32px]]
 
|[[File: Ruby gear.png|32px]]

Revision as of 18:53, 7 November 2014

Itemshop

Cart put.png Function name : weSItemshop
Mission IG

This function allows you to sell specific objects to players. Here the NPC sell four potions for free (0 dappers). The Itemshop allows only to buy one type of item at a time.

WeSItemshopScript main window
  • 1) item: Selection of a type of item.
  • 2) icon, name and description of the item.
  • 3) price
  • 4) timer: delay to buy another item.
  • 5) currency (money/pvp_points)
  • 6) saveInDatabaseId: some specifc data and/or DB for that???
  • 7) valideAction: Next action if the item was bought out.
  • 8) openWindow: window to be open to display the tests results. (None, WebIG, Browse NPC, Web Transaction).
  • 9) [commun] Internal name of the function. This name is used especially for jumps, loops ...

weItems

Technical description of the item

Ruby.png
  • 1) Sheet name: *.sitem
  • 2) Quantity
  • 3) quantity_max
  • 4) Quality
  • 5) quality_max
  • 6) customName
  • 7) customText

Items in bag: how to use it IG?

weNamedItem

Item name. Why not the standard translation function?

Ruby link.png
  • 1) phraseId
  • 2) itemNameFR
  • 3) itemNameEN
  • 4) itemNameDE
  • 5) itemNameRU
  • 6) itemNameES

weVirtualItem

Virtual item!!??

Ruby gear.png
  • 1) virtualItem
  • 2) Icon
  • 3) itemName
  • 4) Quantity

</div>

←ARCC Guide EN

Ryzom Wiki: Ryzom Commons | DE • EN • ESFRRU | Ryzom Forge