http://images1.wikia.nocookie.net/__...e-facepalm.jpg
Printable View
:wink::wink::wink:
In XML in pwAdmin in iWeb in Send Mail everything is like that:<%
// item DB for send mail
// items[index][0] -> item id44 // items[index][1] -> item nameGM // items[index][2] -> xml octets for this item55 String[][] items =
{
{"0", "none", ""},
{"23849", "GM", "0100ff00010001000100010000000000000000002c000300010000000d00000010000000622100007f3801007f38010000000000000000000000000000008040000000000000000000000000"},
{"23861", "C17 Pike", "5f00ff000500000005000000b04f0000b04f00002c00030000000000050000000c00000000000000310200001204000000000000000000001400000000006040000000000000000000000000"},
{"23885", "C17 Pataka", "5f00ff00050000000500000060220000602200002c00030000000000240100000c000000000000007601000031020000a80200003f0300001400000000004040000000000000000000000000"}
};
%>
I don't understand, in elements.data is much more....
OK, i created weapons and armors with high stats, but i don't know how to put them on a character with iWeb...
... u need glasses ...
iweb WHAT ? dafak?
Look in Releases section and pliz pliz stop it my heart will just stop._.
Edit: or here is link http://forum.ragezone.com/f751/iweb-...nglish-834438/
Thx:D now it works!
Add more lines
In RedCode:<%
// item DB for send mail
// items[index][0] -> item id44 // items[index][1] -> item nameGM // items[index][2] -> xml octets for this item55 String[][] items =
{
{"0", "none", ""},
{"23849", "GM", "0100ff00010001000100010000000000000000002c000300010000000d00000010000000622100007f3801007f38010000000000000000000000000000008040000000000000000000000000"},
{"23861", "C17 Pike", "5f00ff000500000005000000b04f0000b04f00002c00030000000000050000000c00000000000000310200001204000000000000000000001400000000006040000000000000000000000000"},
{"23885", "C17 Pataka", "5f00ff00050000000500000060220000"},
{"ITEM ID", "ITEM NAME", "XML"},
{"ITEM ID2", "ITEM NAME2", "XML2"},
{"ITEM ID3", "ITEM NAME3", "XML3"},
};
%>
Thx Calas, and sorry for my stupid questions...you are a true help :thumbup:
Is good if I put this:
items><variable name="id" type="int">6</variable>
<variable name="pos" type="int">0</variable>
<variable name="count" type="int">1</variable>
<variable name="max_count" type="int">1</variable>
<variable name="data" type="octets">0100ff01010001000100010064000000800c00002c00020000000000010000000d000000000000009f8601009f8601009f8601009f860100000040400000a04000000000010000000000000003000000512100000000000051210000000000005121000005000000</variable>
<variable name="proctype" type="int">0</variable>
<variable name="expire_date" type="int">0</variable>
<variable name="guid1" type="int">0</variable>
<variable name="guid2" type="int">0</variable>
<variable name="mask" type="int">1</variable>
</items>
In pwtools-pwadmin\jetty-7.4.2\webapps\pwAdmin\addons\Send Mail/items.jsp??
Just use this (In red)
Code:<items><variable name="id" type="int">6</variable>
<variable name="pos" type="int">0</variable>
<variable name="count" type="int">1</variable>
<variable name="max_count" type="int">1</variable>
<variable name="data" type="octets">0100ff01010001000100010064000000800c00002c00020000000000010000000d000000000000009f8601009f8601009f8601009f860100000040400000a04000000000010000000000000003000000512100000000000051210000000000005121000005000000</variable>
<variable name="proctype" type="int">0</variable>
<variable name="expire_date" type="int">0</variable>
<variable name="guid1" type="int">0</variable>
<variable name="guid2" type="int">0</variable>
<variable name="mask" type="int">1</variable>
</items>
not all - only id and octets
item ID = 6
item name = this is visible in drop down formular | items.jsp
xml = octets
edit
example - custom weapon
item ID > 11213 [ gm Poleaxe ]
item name > what u need [ my GM ]
xml > octets | custom xml
for hex > u can use a hex tool or create one in elements.data > go to iweb > copy octets
OK then
pwAdmin = server management = server side ...
jetty or tomcat > webapps folder ... for more info search around rz or google