Jump to content

Vietlubu

Members
  • Posts

    141
  • Joined

  • Days Won

    4

Everything posted by Vietlubu

  1. Vietlubu

    CeresCP

    could you help me!
  2. How to use a command when equipped item For example: i want to use command @displaystatus 613 1 1 when equipped clip.
  3. /src/map/config/Renewal.h * Game Server Mode * @values: 1 or 0 * 1 : renewal support, such as renewal-exclusive formulas * -> Note some features may be enabled/disabled at this file despite this setting being ON * 0 : renewal support disabled, use original formulas **/ #define REMODE 1 Change 1 to 0. Compiling again. done
  4. How to turn off renewal Stat points
  5. thanks for help, but i want give all player Group 0 some commands Group 99 (GM) can use all commands
  6. atcommand_athena.conf /* Atcommands and charcommands configuration file */ /* The symbol that will be used to recognize commands. You can set any one character except: - control-characters (0x00-0x1f), - '%' (party chat symbol) - '$' (guild chat symbol) - '/' (client commands symbol) atcommand_symbol represents @commands used locally. charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases You can define aliases for any command. Aliases work just like original command. Format is <commandname>: ["<alias>", ...] */ aliases: { mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] autotrade: ["at"] help: ["h"] jumpto: ["goto", "warpto"] mount: ["mountpeco"] who: ["whois"] npctalk: ["npctalkc"] gvgon: ["gpvpon"] gvgoff: ["gpvpoff"] jobchange: ["job"] load: ["return"] warp: ["rura", "mapmove"] dye: ["ccolor"] hairstyle: ["hstyle"] haircolor: ["hcolor"] monster: ["spawn"] blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"] jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"] glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"] allskill: ["allskills", "skillall", "skillsall"] allstats: ["allstat", "statall", "statsall"] ban: ["banish"] unban: ["unbanish"] unjail: ["discharge"] homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"] homevolution: ["homevolve"] mutearea: ["stfu"] monsterignore: ["battleignore"] raise: ["revive"] kill: ["die"] } /* Commands help file */ help: { @include "conf/help.txt" }
  7. How to creat script Auto announce "9h:00"; at 9 o'clock
  8. how to creat a ncp (Poring) can walk
  9. // 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: 2 i cant show hp's mob
  10. Error when use Skill 2011-08-10aRagexeRE .
  11. i cant use Hotkey in game cant use "Enter", Alt + anykey
  12. How to set/change default hair style on create new character I use 2010-11-16aRagexeRE_patched.exe
  13. How to converter charserv-sql.bat --> charserv.bat logserv-sql.bat --> logserv.bat mapserv-sql.bat --> mapserv.bat runserver-sql.bat --> runserver.bat converter Server SQL to serer TXT
  14. i can request trade to any player
  15. How to check players's cash point.
×
×
  • Create New...