Hello! New dude here with a few issues

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Rosten
Noob
Noob
Posts: 3
Joined: 15 Mar 2013, 07:28
Noob?: No

Hello! New dude here with a few issues

#1 Post by Rosten »

Soo, i've never used OpenKore before until yesterday. I got it to run by extracting a recvpacket, doing some trial and error with charblocksizes and such.

When i began configuring the bot i ran into some issues, it wont do what i tell it to do. :D

My first problem is with using potions, no matter how i do the script it wont use them. Item ID is there just for checking if it would work, it didn't.

Currently it looks like this;

Code: Select all

useSelf_item Orange Potion, Orange_Potion, 503 {
	hp < 50 %
}

useSelf_item Awakening Potion {
	whenStatusInactive Concentration Potion
	inLockOnly 1
	notWhileSitting 1
	timeout 5
}
My second problem is with looting, wich is half functional. By half i mean that the only thing working is "All 0" and "All 1". Any specific items i add to the list wont get looter or not looted.


Worth noting is that when i do "i" in the console, everything is displayed as question marks. I bet it's safe to assume that it shouldn't be like that. :?
Any hints on how to fix that would be nice, since i think that would probably solve my two main problems.

Edit: Mebbe not, i just noticed that the bot is able to use flywings when running into a monster of my choise. Still no heal/loot though!

Image

I've done alot of searching, reading and testing stuff, to no avail and stand defeated. Soo, help plx? :D
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Hello! New dude here with a few issues

#2 Post by Raider »

Sounds like wrong recvpackets or server settings.
Rosten
Noob
Noob
Posts: 3
Joined: 15 Mar 2013, 07:28
Noob?: No

Re: Hello! New dude here with a few issues

#3 Post by Rosten »

I managed to fix it just a second ago! Thought i'd pop in here again and say what i did, might help someone at some time or something. :D

It was really simple, all i did was change

Code: Select all

[...]
ip ...
port 6900
master_version 8
version 30
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Western
charBlockSize 144
addTableFolders kRO
recvpackets recvpackets.txt
to

Code: Select all

[...]
ip ...
port 6900
master_version 16
version 30
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Western
charBlockSize 144
addTableFolders iRO
recvpackets recvpackets.txt
and throw my extracted recvpackets.txt into the iRO folder. Then it worked like a charm. :)