View Single Post
  #9  
Unread 03-02-2010, 11:29 AM
battosa battosa is offline
A Berserk Golem
 
Join Date: Mar 2008
Server: Antonia Bayle
Posts: 58
Default

once again i'm stuck so here i am

i must be doing something wrong for the script part , the ui revert back tu default with /loadui each time i try something within the script=""

i tried something like that :
Code:
<Data Name="TP007" text="Quel'ule" Script= OnActivate = "inventory equipvdl=-703437333"
"use_itemvdl=-703437333" />
or like that :
Code:
<Data Name="TP007" text="Quel'ule" Script="inventory equipvdl=-703437333"
"use_itemvdl=-703437333" />
also i tried with one command in the script and the ui load without any problem but the script don't work, it tell me this ability isn't available or something like

Code:
  <Data Name="TP007" text="Quel'ule" Script="inventory equipvdl=-703437333" />
( i got the vdl number by looking at the first number of the item link :
\aITEM -703437333 -1044721553:[Pierre de téléportation de Quel'ule]\/a
am i right ? )

could you give me an example of working script with two command to execute ? or is there a ui piece i could look at to the see how it work ?

and for the button part, do i need to choose a location and size to be able to use it or does it activate each time i choose the line ?
Reply With Quote