Renewal just hit pRO! are there updates for openkore?

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
hokutosei
Noob
Noob
Posts: 10
Joined: 12 Jan 2010, 12:16
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#121 Post by hokutosei »

Greetings,

on ServerType0.pm
Find

Code: Select all

#######################################
###### Packet handling callbacks ######
#######################################
I guess, you can paste this block, on any of this lines, except that you don't insert them to another block. instead
Find

Code: Select all

sub account_payment_info {
Paste before that Line(One up line before that)

Code: Select all

sub exp {
   my ($self, $arg) = @_;
   return if !$config{'displayExpGained'};
   if ($arg->{flag} == 1) {
      if ($arg->{type} == 1) {
         message TF("Quest Base Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
      } else {
         message TF("Quest Job Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
      }
   } else {
      if ($arg->{type} == 1) {
         message TF("Base Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
      } else {
         message TF("Job Exp Gained: %s\n", formatNumber($arg->{val})), "exp";
      }
   }
}
Hoax
Human
Human
Posts: 34
Joined: 05 Oct 2010, 11:25
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#122 Post by Hoax »

now exp parser error has gone after adding the previous command. thanks to soulless..

here's the active alarm im seeing:
Packet Parser: Unknown switch: 07FB
Packet Parser: Unknown switch: 07FB
any remediation for this? though is not harmful.
jakejakejake
Noob
Noob
Posts: 5
Joined: 19 Oct 2010, 21:21
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#123 Post by jakejakejake »

hey guys... every time i download it it has no start... what should i do?? :?: is it really need to download active pearl??
jakejakejake
Noob
Noob
Posts: 5
Joined: 19 Oct 2010, 21:21
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#124 Post by jakejakejake »

Hoax.. thnx for reply but thats my problem.. i don't have the start icon on my program... so i can't start botting
Hoax
Human
Human
Posts: 34
Joined: 05 Oct 2010, 11:25
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#125 Post by Hoax »

That's impossible my friend...

Please find below step by step procedure on how to do it:

1. Download the latest sub-version @ http://openkore.collectskin.com/ (choose OPENKORE_READY.ZIP)
2. after downloading, unzip/extract to your designated folder
3. after extracting, you should see the two black and blue cross with a start.exe file name
4. click start.exe, it will inititiate
- it will ask you what master and server you are connecting , 17/0 in my case since im playing under New Chaos server.
- will ask your username
- will ask your password
- will ask what slot of your character
5. after doing so, go to tables folder find server.txt then update the charblock from 108 to 112

Code: Select all

charBlockSize 112
6. then update the EXP parser errors as seen above.
7. start setting your config (lock map, auto storage, skill block, etc, etc)
8. before you run bot, make sure to check your mon_control.txt and pick up items if you want to loot.
9. run your bot
10. enjoy!

dyan lang ako nagsimula lahat.... of course, you have to read different topics in order to learn in twisting your config/bot.

HTH
ashcrimsonashcwimson
Noob
Noob
Posts: 5
Joined: 26 Oct 2010, 03:32
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#126 Post by ashcrimsonashcwimson »

i have a question. it seems that

Code: Select all

charBlockSize
has many entries in the servers.txt some of it are already in 112 and the others are 108.

how should i know w/c "charBlockSize" should i edit? or should i just change it all to 112 ?
Thank you!
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: Renewal just hit pRO! are there updates for openkore?

#127 Post by benj1320 »

charBlockSize for pRO Servers are now updated in servers.txt .... you don;t have to change it...

just configure your bot.. ( config.txt, mon_contro..txt, pickupitems.txt etc ) ...
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
ashcrimsonashcwimson
Noob
Noob
Posts: 5
Joined: 26 Oct 2010, 03:32
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#128 Post by ashcrimsonashcwimson »

ok thanks! do i still have to edit the

Code: Select all

ServerType0.pm
as said above?
Last edited by ashcrimsonashcwimson on 26 Oct 2010, 10:02, edited 1 time in total.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#129 Post by EternalHarvest »

ashcrimsonashcwimson wrote:ok thanks! do i still have to edit the ServerType0.pm as said above?
If you need that patch so badly, yea.
I'm waiting for an answer to the question regarding it asked in this topic (where patch itself was posted), so it isn't commited yet.
One more concern do i use notepad to open the .txt files? All i see is no alignment and no spacing. the texts are to close to each other. im very familiar with the .txt files of openkore but not appearing like these. am i the only one experiencing this? help!
FAQ
Hoax
Human
Human
Posts: 34
Joined: 05 Oct 2010, 11:25
Noob?: Yes

Re: Renewal just hit pRO! are there updates for openkore?

#130 Post by Hoax »

Copy the line that soulless posted above.

Open yung Servertype0.pm with wordpad
search for sub exp (youll find sub exp zeny)
just above sub exp zeny you can paste it there.