Jump to content
  • 0
Sign in to follow this  
RagnarokOnline2015

BIG ERROR

Question

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!

[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!

Edited by RagnarokOnline2015

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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?

Edited by RagnarokOnline2015

Share this post


Link to post
Share on other sites
  • 0

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
Edited by RagnarokOnline2015

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.