BIG ERROR

RagnarokOnline2015

New member
Messages
46
Points
0
Age
34
Location
Latvia
Emulator
Hello everybody! Sophisticated error think many experienced but have not found the answer! Please Help!

Players can use skills without the necessary items!

My groups.conf for all players 

groups: (
{
    id: 0 /* group 0 is the default group for every new account */
    name: "Player"
    level: 0
    inherit: ( /*empty list*/ )
    commands: {
        afk: true
        mapmoblist: true
        dance: true
        emotion: true
        heart: true
        commands: true
        charcommands: true
        help: true
        rates: true
        uptime: true
        showdelay: true
        exp: true
        mobinfo: true
        iteminfo: true
        whodrops: true
        time: true
        jailtime: true
        hominfo: true
        homstats: true
        showexp: true
        showzeny: true
        whereis: true
        /* feature commands */
        refresh: true
        noask: true
        noks: true
        autoloot: true
        alootid: true
        autoloottype: true
        autotrade: true
        request: true
        go: true
        breakguild: true
        channel: true
        storage: true
        kill: true
    }
    permissions: {
        /* without this basic permissions regular players could not
         * trade or party */
        can_trade: true
        can_party: true
        
    }
 
If you use skills from Assassin AS_VENOMKNIFE it requires the right things!

This is an error in the console!

Code:
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
[Error]: 0 enemies targeted by 1004:AS_VENOMKNIFE, divide per 0 avoided!
 
Last edited by a moderator:
Yes I have plugin! 

 afk: true

 mapmoblist: true

and i add into atcommand.c

dance: true

        emotion: true
        heart: true

During compilation, the error was not

the latest version of the file is not present skill_require db.tхt and old there! Maybe this is a mistake?

 
Last edited by a moderator:
yes, that is the error, you need to fully update your hercules to the latest version since we got an huge update in the skill db files

 
Problem solved thanks a lot

Take a look at the problem!

This function does not work 

if you change the value then nothing happens  And thank you very much for your support!

// Display some mob info next to their name? (add as needed)
// (does not works on guardian or Emperium)
// 1: Display mob HP (Hp/MaxHp format)
// 2: Display mob HP (Percent of full life format)
// 4: Display mob's level
show_mob_info: 1
 
Last edited by a moderator:
Back
Top