i have my own PW private server but i don't know how to create my own items like a weapon with 999999-999999 damage or armor with 999999999 HP etc... how can i do that???
Printable View
i have my own PW private server but i don't know how to create my own items like a weapon with 999999-999999 damage or armor with 999999999 HP etc... how can i do that???
Depends on what you mean.
If you want to permanently affect a weapon with these stats, then you edit elements.data .
If you want an unique weapon with these addons, for example a rank 8 weapon with 999999, but you also want everyone to get it normally(1,5k attack), then you gotta hex-edit one. You can do it with iWeb or Dragon Network's pwGM. :)
check "D. XML Editor, Add instant modded equips (Weapon, Armor, Accecoris) by using IWEB"
http://forum.ragezone.com/f695/noob-...ts-xml-619219/
I personally send the modified weapons via pwadmin "sendmail" addon
try NRG's item hexgen
Thx man!:thumbup:
1 more question Hycker, i must open something with that program and how do i spawn items ingame???
Use iweb or pwadmin with Send Item addon (Edit the items.jsp)
In line 11 *or if you got more item just right after*
then send it to your desired char.Code:{"Weapon ID", "Weapon Name", "XML Code"},
and this for iweb
Code:<items><variable name="id" type="int">Item ID</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">XML Code</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>
And how do i spawn items, cuz i searched on google but nothing...no one can tell me how to spawn items...
ok thx
Sorry cuz i ask for a lot of questions but how o i send them to mail???
install pwadmin to your server with sendmail plugin and you can send any item to any player.
that's what i don't understand, how to send...aren't there a video tutorial?
I don't even know how to respond to that OMG!
my Messenger ID:ricardoresita
who can help me add this ID pleasee
Why still asking, you have the answer few lines up, use the pwadmin and edit the addon "send mail" Calas post where and how, don´t ask for video guide when you have a good answer, i dont't know why are running a 1.4.4 if you don't have this basic skills, search in the 1.3.6 section first.
Ok, ok, ok, ok
Ok, ok, ok, ok
I got one:
Ass Wipe Tutorial - YouTube
: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??