• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

I want to edit gear on 1.4.4

Junior Spellweaver
Joined
May 9, 2012
Messages
115
Reaction score
3
but i dont know how to or what program i use to do it can any one help please thanks plus i need to know how i edit npc's so i can make them hold the GM's gear after i have made it thanks
 
Junior Spellweaver
Joined
May 9, 2012
Messages
115
Reaction score
3
sorry about this i know im a noob and a pain in butt but what do i look for on iweb coz i dont see any oct codes or any thing
 
Upvote 0
Junior Spellweaver
Joined
Aug 13, 2009
Messages
143
Reaction score
17
  1. Make certain that the user whose gear you wish to edit is not logged into the game.
  2. Go to the iweb role management page. <your server's IP address>:8443/iweb/role/index.jsp
  3. Enter the role ID number that has the character with the gear to edit.
  4. Find the gear. (I do this by getting the item number from pwdatabase.com and then using the find feature of my browser.)
  5. Copy the octet that contains the gear information. (details below)
  6. Paste the octet into the editor.
  7. Edit away.
  8. Copy the new octet from the editor and replace the data in iweb.
  9. Save the information.
Sample of the item data in iweb. (the order of the tags will vary depending on which version of iweb you are using.)
<items><variable name="id" type="int">11212</variable>
<variable name="pos" type="int">40</variable>
<variable name="count" type="int">1</variable>
<variable name="max_count" type="int">1</variable>
<variable name="data" type="Octets">0100ff030100010001000100a0860100a08601002c00040647006f00640000000000010000000f000000000000007f9698007f9698007f9698007f96980012000000000020410000000002000000000000000000000005000000432100003200000048210000320000004922000032000000532200003200000016450000d900000032000000</variable>
<variable name="proctype" type="int">19</variable>
<variable name="expire_date" type="int">0</variable>
<variable name="guid1" type="int">1344380435</variable>
<variable name="guid2" type="int">16781913</variable>
<variable name="mask" type="int">1073741825</variable>
</items>
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
May 9, 2012
Messages
115
Reaction score
3
yep the iweb i was useing from someone else was screwed up lol so im in middle of doing a 1.4.5 server know but ty
 
Upvote 0
Back
Top