Search found 4 matches

by Pyrdacor
16 Sep 2015, 18:08
Forum: fRO
Topic: Updated recvpackets.txt
Replies: 4
Views: 15009

Updated recvpackets.txt

I updated the recvpackets.txt for fRO. This will fix many item related bugs.

You can find the file here.


- Items can be used again (potions, fly wings, etc).
- Auto storage etc works again.



Maybe someone can add this to svn.
by Pyrdacor
16 Sep 2015, 17:56
Forum: fRO
Topic: Won't use Items - unknown item #xxx
Replies: 5
Views: 13647

Re: Won't use Items - unknown item #xxx

Made it work! I studied how I can get packet length from the fRO Ragexe.exe. After hours of digging through hex values and ASM expressions and writing a few helper tools I was able to create an updated recvpackets.txt which contains a lot new packets and their correct packet length values. Now item...
by Pyrdacor
16 Sep 2015, 14:22
Forum: fRO
Topic: Won't use Items - unknown item #xxx
Replies: 5
Views: 13647

Re: Won't use Items - unknown item #xxx

Also found out that auto storage does not work. It works as the character talks to kafra. She also opens the storage but no items are put to storage. I set "all 0 1 0" in "items_control.txt". I removed the rest for testing. Seems that there is a problem with all kind of items with fRO. Checked my "t...
by Pyrdacor
15 Sep 2015, 15:41
Forum: fRO
Topic: Won't use Items - unknown item #xxx
Replies: 5
Views: 13647

Re: Won't use Items - unknown item #xxx

Have the same problem. The use of items does not work. Moreover teleporting with fly wings doesn't work. I get a message that says that I have no teleport skill or fly wings but I have fly wings in my inventory. For item use I tried: useSelf_item Orange Potion { hp < 30 timeout 5 } I also tried with...