Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Perfect Octet Editor 1.1

Joined
Apr 11, 2010
Messages
931
Reaction score
407
Re: [Release] Perfect Octet Editor 1.0

thats strange... "Projectile used" option is change highlighted value, but seems not corretly, i was change something in code but, seems not save it, and i remember that was looking id's of projectile's in elements/ Ofcourse i can make value for daggers but i dont understand how this highlighted section can be attached to projectile? Or i miss something?

That value is this field in elements
NbPw - [Release] Perfect Octet Editor 1.1 - RaGEZONE Forums


In 1.3.6 I thought it was just a toggle for ranged weapons but I noticed it on daggers when 1.4.4 was released. Until I actually tested it yesterday though I didn't know what it actually did. I don't think this option is related to projectiles. I think that flag could be anything and you would still be able to use a weapon with projectiles. I haven't tested this though, might test it when I get home later.

In your program I would either keep the projectiles working as is and run a check if the weapon type is daggers. If it is a dagger then set it to 0200. Alternatively you could remove it from projectiles and create a separate option for it so people can customize their equipment more. The later would depend on whether it is necessary for projectiles or not.

I'll run a few tests when I get home later. I want to make a composite longbow, ie a bow that works of strength instead of dex.

===============================

Thanks Drakaer.
I've read the part about weapons, but it's still unclear on what to change exactly.

The hex code of my daggers is
Code:
650020005000000040010000a08c000050c300002c00040a4400650061007a00650000000000c55c000010000000000000002c0e00005a110000000000000000000004000000000090400000000002000000d0070000d007000008000000d721000000008040542800009a010000b025000016000000ed27000050000000e34800009004000001000000c0460000c80200000c000000e1a1000064000000e1a1000064000000
I dont understand how people can read that xD
It's all Aliens-talk for me lol

Well you can read it after much trial and error and many, many crashes of your server :p
What I like to do is just copy my hex into notepad and break it up into groups as in my guide.
Code:
65002000 - level and class
5000000040010000 - stats
a08c000050c30000 - duability
2c0004 - item type + flag
0a4400650061007a006500 - Hex for your crafter name
00000000 - ranged type. Change this from 0000 -> 0200
c55c0000 - weapon type
10000000000000002c0e00005a110000000000000000000004000000000090400000000002000000d0070000d007000008000000d721000000008040542800009a010000b025000016000000ed27000050000000e34800009004000001000000c0460000c80200000c000000e1a1000064000000e1a1000064000000

Thats how its done.
 

Xkc

Newbie Spellweaver
Joined
Dec 16, 2012
Messages
28
Reaction score
1
Re: [Release] Perfect Octet Editor 1.0

I cant seem to open anything from it.
Just get an error if i try to write something.
but beside writing something.. theres nothing.. Help? ;p
 
Last edited:
Newbie Spellweaver
Joined
Jan 14, 2013
Messages
5
Reaction score
0
Re: [Release] Perfect Octet Editor 1.0

Okay so I havent had any problems yet, and maybe this is in the wrong section, but say i edit the octet of a weapon that I want to stick in a shop (gshop) would the octet I got from this stick with the weapon?
 
Joined
Apr 11, 2010
Messages
931
Reaction score
407
Re: [Release] Perfect Octet Editor 1.0

Okay so I havent had any problems yet, and maybe this is in the wrong section, but say i edit the octet of a weapon that I want to stick in a shop (gshop) would the octet I got from this stick with the weapon?

How are you even going to manage that? Gshop doesn't accept octets. It uses an ID then reads the information from elements. So no it wouldn't stick because you cant even add an edited octet in the first place.

If you want a custom weapon then edit it in elements or clone it then edit it and then add it to gshop.
 
Newbie Spellweaver
Joined
Jan 14, 2013
Messages
5
Reaction score
0
Re: [Release] Perfect Octet Editor 1.0

That's what I thought and and why I was curious. Thanks Drakaer :)
 
Legendary Battlemage
Joined
Aug 6, 2004
Messages
608
Reaction score
120
Re: [Release] Perfect Octet Editor 1.0

try this, but backup
Code:
650020005000000040010000a08c000050c300002c00040a4400650061007a00650002000000c55c000010000000622100002c0e00005a110000000000000000000004000000000090400000000002000000d0070000d007000008000000d721000000008040542800009a010000b025000016000000ed27000050000000e34800009004000001000000c0460000c80200000c000000e1a1000064000000e1a1000064000000

Hex isn't really that hard, you could take a 16 hour course on binary and hex and understand it just fine. Matter of fact, most programming colleges, will cover binary and hex in less then a week in full detail, before moving into other things. you'll do math with binary, writing in binary converting to hex, and vice versa, etc etc etc. Just look up an online book / guide. You'll get it in no time.
 
Initiate Mage
Joined
May 31, 2013
Messages
2
Reaction score
0
Re: [Release] Perfect Octet Editor 1.0

change any , to . and it should work
 
Initiate Mage
Joined
Sep 14, 2013
Messages
3
Reaction score
0
Can someone help me? how do I get to edit the XML after the gun? it only appears here:'' Your octect is ready, paste into IWEB
 
Initiate Mage
Joined
Sep 14, 2013
Messages
3
Reaction score
0
Can someone help me? When I click the button '' Get Octect '' appears the following message:'' Your octect is ready paste into IWEB'' How do I get to the XML created after pressing the '' get octect'' ? Thank you = (

NbPw - [Release] Perfect Octet Editor 1.1 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Dec 12, 2007
Messages
87
Reaction score
11
can anyone please re upload the latest version in some other site please .
 
Initiate Mage
Joined
Sep 14, 2013
Messages
3
Reaction score
0
Get Octect pressing the button does not appear for me to copy any code to put in iWeb, has no way to resolve this situation?
 
Back
Top