Jump to content

Shen

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Shen

  1. I have an error in the map server

     

    [Error]:  Loading NPC file: npc/custom/costume.txt
    script error on npc/custom/costume.txt line 45
        parse_line: expect command, missing function name or calling undeclared f
    tion
        40 :                                mes "[Clown]";
        41 :                                mes "Need some time to think about it
    uh?";
        42 :                                mes "Alright, I can understand.";
        43 :                                close;
        44 :                        }
    *   45 :                        'c'ostume .@Part, // Convert the Headgear
        46 :                        mes "[Clown]";
        47 :                        mes "Done, enjoy your costume headgear.";
        48 :                        close;
        49 :        case 2:
        50 :                        next;
    
  2. It should work with usables too. I just made sure that i got the correct numbers and mapflags so it will ban what i wanted 

    ok then for exemple i want to ban white potion with the ID 504 i put :

     

    in restricted.txt

     

    //no custom

    guild_vs2    mapflag    restricted    32

     

     

    and in item_noequip.txt

     

     

    //no custom

    504,32 // white_potion

     

     

    is this right or ? can u make it right if i did not the right thing ? =(

  3.  

     

    i get pretty confuse with this @_@ 

    thanks, it also solved the problem, i have to llok more close to the numbers, documents and formats, thanks again !

    i have the same problem =( can u tell me how did you solve it please ? thanks anyway and waiting for answers T_T

     

     

    Yup, actually what Whathell said solved my problem o:

     

    can you tell me exactly what did you do to resolve because i didnt understand please and another question is that work with usable item too ?

  4.  

    hi ^^ thanks for this nice npc but i think there is a bug :s even if i dint have zeny in account i can transfert up to 10m zeny and its not all when the transfert is done my balance become 18 949494034039433049 zeny have u test it ? plz need help

    even if you dont have funds when you put 10m in the transaction to another account he will receive the amount of zeny and when you check your balance you have the max of amount zeny in your balance >.< any help ?

     

    That is problem not with script, that is problem with "input" command. By default as i remember this command limited to 10kk.

    But you can increase the value to any number as you want.

     

    conf/script_athena.conf

    input_max_value: 10000000
    

    OK thank you very much sir =)  i'll test and tell you the result ^^

    still the same problem :s when i do transfert zenny to someone even if i dont have much zeny he agree to transfert the zeny and when i check my account i have much zeny 18 345 345 345 5 345 345  why ?

    in scipt_athena i did

     

    input_max_value: 1000000000000

  5. Advanced Bank (by De@dly Silence)

     

    hi ^^ thanks for this nice npc but i think there is a bug :s.

    Even if we don't have zeny in account we can transfert up to 10m zeny and its not all, when the transfert is done my balance become 18 949494034039433049 zeny have u test it ?

    And even if you dont have funds when you put 10m in the transaction to another account he will receive the amount of zeny and when you check your balance you have the max of amount zeny in your balance >.< any help ?

    bankeradv.txt

  6. hi ^^ thanks for this nice npc but i think there is a bug :s even if i dint have zeny in account i can transfert up to 10m zeny and its not all when the transfert is done my balance become 18 949494034039433049 zeny have u test it ? plz need help


    even if you dont have funds when you put 10m in the transaction to another account he will receive the amount of zeny and when you check your balance you have the max of amount zeny in your balance >.< any help ?

  7. BotKiller 6

    BotKiller 6 is a powerfull antibot system based on Scripts, useful to detect Bots without modify your server executables nor install external libraries.

    • Features
      • BK6 support external modules, giving flexibility and security to your server.
      • BK6 was integrated with a new multi-language system that support multiple languages at the same time, the users can change the default language whispering to npc:lang
      • BK6 give you enough time to find a safe place before initiate the interrogatory, during that time the player will glow to visually alert to other players about this process.
      • During the interrogatory, the player will see the remaining time to respond in real time.
      • BK6 rewards player when their effectiveness is OK responding the antibot (AGI,DEX,Zeny,Exp)
      • BK6 will try to bypass recently interrogated players and definitely will ignore chatting or vending players.
      • The Administrators are allowed to send a manual interrogatory to anyone in any moment.
      • The players are allowed to send a manual interrogatory to any other common player, excepting players chatting, vending or in locked places (whisp to npc:bkconfig to configure BK6 safe zones)
      • BK6 now uses "real time" in prison, the countdown only works when the guy remains logged in the jail. When the countdown is over, the player have to respond a new interrogatory to be sure is a human. if failed, the countdown is restarted and the Bot player is kicked from the server.
      • BK6 store logs that helps administrators to detect Bots Players and apply other sanctions.
    • Installation:
      • Download​ the script:
      • bk6.rar (6.17)
    • Additional Languages:
    • Modify "script_athena.conf" setting this values to the check_* parameters.
      • check_cmdcount: 655360
      • check_gotocount: 655360
    • Create this folders in your server root:
      • npc/custom/bk
      • npc/custom/bk/lang
      • npc/custom/bk/mods
    • Copy this scripts in the following paths:
      • npc/custom/bk/LangManagement.txt
      • npc/custom/bk/VarSystem.txt
      • npc/custom/bk/BotKiller6.txt
      • npc/custom/bk/lang/BK6_EN.txt
      • npc/custom/bk/lang/BK6_ES.txt
      • npc/custom/bk/mods/BK6_Asc2Num.txt
      • npc/custom/bk/mods/BK6_Asc2Word.txt
      • npc/custom/bk/mods/BK6_Fakename.txt
      • npc/custom/bk/mods/BK6_Img2Num.txt
      • npc/custom/bk/mods/BK6_SMath.txt
      • npc/custom/bk/mods/BK6_Lie2Me.txt
      • npc/custom/bk/mods/BK6_WordNum.txt
    • To use Img2Num Module, use this client patch:
    • Edit npc/scripts_custom.conf adding the following lines:

     

    // Unlimited Variable System
    npc: npc/custom/bk/VarSystem.txt
    // Multi-Language System
    npc: npc/custom/bk/LangManagement.txt
    // Translations
    npc: npc/custom/bk/lang/BK6_EN.txt // English Dialogs
    npc: npc/custom/bk/lang/BK6_ES.txt // Spanish Dialogs
    // Remember to copy and declare here any additional language
    
    // BotKiller Main Script
    npc: npc/custom/bk/BotKiller6.txt
    // BotKiller Modules
    npc: npc/custom/bk/mods/BK6_Asc2Num.txt
    npc: npc/custom/bk/mods/BK6_Asc2Word.txt
    npc: npc/custom/bk/mods/BK6_Fakename.txt
    npc: npc/custom/bk/mods/BK6_Img2Num.txt
    npc: npc/custom/bk/mods/BK6_Lie2Me.txt
    npc: npc/custom/bk/mods/BK6_SMath.txt
    npc: npc/custom/bk/mods/BK6_WordNum.txt
    • Run your server and whisp to npc:bkconfig to configure BotKiller 6.

    * Note: BotKiller 6 doesn't work on TXT based servers, please don't request it *


    Some Demos:

    Basic Demo:

    Modules:

    Lie2Me Module:
    
    
    Asc2Number Module:
    
    
    Img2Num Module:
    
    
    Simple Math Module:
    Asc2Word Module:
    Word Num Module:

    Testing GM Commands trying to ByPass BotKiller 6:


    History:

    2011-05-01: 6.0 - New version, a friendly Police in Midgard!
    2012-01-18: 6.1 - Using the new version of Unlimited Variable System!
    2012-01-19: 6.11 - Fixed some problems in the jail!
    2012-01-19: 6.12 - Fixed another wierd function in the jail!
    2012-01-28: 6.13 - npc:bk don't show player selector when found only 1'
    2012-01-28: 6.13 - removed some useless variables in functions
    • Modify "script_athena.conf" setting this values to the check_* parameters.
      • check_cmdcount: 655360
      • check_gotocount: 655360

    i didn'tunderstand this part sorry can u explain plz

×
×
  • Create New...