Sunday, October 30, 2011

El Dicastes Bot Fix as of 0ct 28, 2011

Since Valkyrie pRO had updated to a new episode once more, openkore BOTs had been having issues of the following:
  • Character selection bug
  • Packet Tokenizer: Unknown errors
which was fixed by replacing the recieve packets text on the tables of the openkore folder

just paste this and overwrite all the data that it asks to replace due to simillarities

Monday, October 24, 2011

Ragnarok Philippines Episode 24: El Dicastes


Yes!! Finally!! Ragnarok Philippines had finally come to the point wherein; WE... the NON-Riding and Non-Mounted players finally gets the opportunity to have Mounts!!

And! another Map to Discover!

It is said in the El Dicastes that there are new Armors and Items to Craft! How Cool is that?
Mount!!

it just continues in my head... MOUNT!! MOUNT!!! MOUNT!!

well... of course there will be programmers who'd be making new configs for botting on that map.. not really surprising ^_^




Wednesday, October 19, 2011

PM commands to your Bot and make it do your BIDDING!! :))

I'm reposting this macro config for the benefit of others.. this came from the openkore.com forums
It's quite simple and short...

the main problem for anyone is that the player must know how to command the bot in the bot console..

in the command console, you are to use the command; ss 28 10
jut so you can make the bot heal your character.

int this of what I would be posting, using a regular playing method in which you yourself is playing the game, you will have to pm the bot character; do ss 28 10

the command "do" is the signal for the bot to execute the command imposed by the messenger.

let's say we are to heal your character which you are playing using your bot console command...
you need to search for the player number typing in the console "pl" and you have to deliberately search for the player name and match the player number.. ex you found your player number "9 Mitsuhaki"
you will be typing in the console

sp 9 28 10

which will be quite the hassle and you have to move from one computer to another then back again.

in this method.. we just have to type in our chatbox.. well of course the name of the bot character we want to command... we do this
[charname]: [message]
charchar: do ss 28 10

err I made a mistake :) we still search for the name, though I'm on the development of auto searchname thing...

## DO Command at PM ##

automacro DOonPM {
console /\(From: (.*)\) : do (.*)/
run-once 1
call {
#Multiple IF Statements can be added for flexibility
# Player1 is an in-game name
# Player2 is an in-game name
if ("$.lastMatch1" == "Player1") goto ok
if ("$.lastMatch1" == "Player2") goto ok
do pm "$.lastMatch1" Asa... #any message to say rejection on request...
release DOonPM
stop
:ok
release DOonPM
do $.lastMatch2
pause 2
do pm "$.lastMatch1" done
stop
}
}

all you have to do is change the Player1 into your player name commanding the bot
and... add names to the overallAuth.txt file in your bot config

do not forget it.. because if you do, there will be no reaction coming from your command and will reply the rejection sentence to you...

for those whom have not yet known some of the commands in openkore bot console, here is the link on where you can familiarize yourself with the commands





I would be soon posting the command in which the messenger will be instantly dealt with by the commandee..

if you have some questions, please comment so that I may be able to assist you as much as I can

Tuesday, October 18, 2011

A bug in OPENKORE SVN pRO server

I am posting this blog late by now and I know that many have already solved it if they went to openkore.com forums..
another reason is that I've just returned from a long vacation from playing Ragnarok and botting :D

I've been encountering this problem since last week of which my character is not recognized by the openkore bot program.

I've found the solution in openkore.com forums.

this involves a changing of extremely delicate case sensitive configuration so please do not... I repeat.. DO NOT modify other things unless needed and recommended by other users...

INSTRUCTIONS

1. go to your Table folder.
2. open server.txt located in your tables folder
3. look for your server block.
or better yet press CTRL+F and search for your country server
remember to be sure that what you're changing is the server block you want to
play in.
4. change the charBlocksize value to 112

Ex.
Your server.txt file should contain something like the one shown in the image and the highlighted one is the one I've changed on my block.

I would like to Apologize for the messy server blocks.. hehe
since I've no patience in arranging it.. haha though it's ok and would not affect the system of the program.. just don't go and delete or change things on your servers.txt without any knowledge of what it will do. ^_^

if you are still experiencing the error and is afraid to change the values
I've uploaded below my own servers.txt so just replace your old one with that of what you've downloaded.