Jump to content

Recommended Posts

  • 3 weeks later...
  • 2 weeks later...
Posted

Very nice script sir Myzter.

Im having this problem.

32432f216644520.jpg

that warning caused by undefined function getMes

you miss installing the below two txt files

Install "LangManagement.txt" and "VarSystem.txt" included in the BotKiller 6 package, please look the installation instructions in BotKiller6.txt to install these 2 scripts.

Posted (edited)

Thanks for the reply.

I guess you're not using an rAthena server?

Yes im using eathena.

Very nice script sir Myzter.

Im having this problem.

32432f216644520.jpg

that warning caused by undefined function getMes

you miss installing the below two txt files

Install "LangManagement.txt" and "VarSystem.txt" included in the BotKiller 6 package, please look the installation instructions in BotKiller6.txt to install these 2 scripts.

http://imageshack.us/photo/my-images/843/miningerror2.png/

Edited by axl08
Posted

Thanks for the reply.

I guess you're not using an rAthena server?

Yes im using eathena.

Very nice script sir Myzter.

Im having this problem.

32432f216644520.jpg

that warning caused by undefined function getMes

you miss installing the below two txt files

Install "LangManagement.txt" and "VarSystem.txt" included in the BotKiller 6 package, please look the installation instructions in BotKiller6.txt to install these 2 scripts.

http://imageshack.us...ningerror2.png/

LangManagement.txt not LangManagemen.txt

It's not the 'getmes', it's the 'pcblockmove'.

No, I believe 'pcblockmove' was working on RA and EA

  • 1 month later...
Posted

Maybe Im missing something, but I downloaded the file, installed everything...

but when I try to equip the boots, the client crashes. I noticed that the rar does not contain the spr and act files that need to be in the male and female folder when equipped....

Or.. did I do something wrong?

  • 1 month later...
Posted

how do you determine the chance to get an item? there are 3 variables in sql table, "rate" "rate increment" "rate limit". what's the formula? tia

Posted (edited)

how do you determine the chance to get an item? there are 3 variables in sql table, "rate" "rate increment" "rate limit". what's the formula? tia

The "Rate" is the initial rate (n / 100), "Rate Increment" is the rate gained in each deep level, "Rate Limit" is the maximum rate for that item.

ie:

Definition:
- Rate: 100 (1%)
- Rate Increment: 10
- Rate Limit: 350 (3.5%)
- Final Rate = Rate + (Rate Increment * Deep), Capped at Rate Limit

If Deep = 11
> Final Rate = 100 + (10 * 11)
> Final Rate = 210 (2.1%)
> Final Rate > Rate Limit? No

If Deep = 32

> Final Rate = 100 + (10 * 32)
> Final Rate = 420 (4.2%)
> Final Rate > Rate Limit? Yes
>> Final Rate Capped at 350 (3.5%)

Edited by Myzter
  • Upvote 1
Posted

i installed this script to my server, all installation went good, but i have problem with creating drill. i did this : wisphering to npc:drill with message make, but why always failed, the spell didnt work, no matter how much i tried.

help pls.

Posted

i installed this script to my server, all installation went good, but i have problem with creating drill. i did this : wisphering to npc:drill with message make, but why always failed, the spell didnt work, no matter how much i tried.

help pls.

Whisp to "npc:mine" (npc:drill doesn't exists), at the beginning you can craft only 1 drill, but you can train the skill "Drill Box" to be able to create more drills for refill.

The drill crafting is hard in this game, you need patience because after 6 tries (or more) you will make a drill successfully.

  • Upvote 1
Posted

Thanks a lot :3

Watch the included video, you can see how the whispering works, look the chat window.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...