Jump to content

mrlongshen

Members
  • Posts

    1302
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by mrlongshen

  1. aw, i just add like that ? can u give full script. hehe
  2. can someone edit this ? porting to latest svn 17150 ? @[email protected] @[email protected]
  3. haha. it ok. i remove the unknown
  4. aw. thx so much cydh, now i understand. +1 for u btw u have some patch. so i cant use. hahaha
  5. /* Player groups configuration file --------------------------------- This file defines "player groups" and their privileges. Each group has its id and name, lists of available commands and other permissions, and a list of other groups it inherits from. Group settings -------------- <id> Unique group number. The only required field. <name> Any string. If empty, defaults to "Group <id>". It is used in several @who commands. <level> Equivalent of GM level, which was used in revisions before r15572. You can set it to any number, but usually it's between 0 (default) and 99. Members of groups with lower level can not perform some actions/commands (like @kick) on members of groups with higher level. It is what script command getgmlevel() returns. Group level can also be used to override trade restrictions (db/item_trade.txt). <commands> A group of settings <command name> : <bool> or <commandname> : [ <bool>, <bool> ] First boolean value is for atcommand, second one for charcommand. If set to true, group can use command. If only atcommand value is provided, false is assumed for charcommand. If a command name is not included, false is assumed for both atcommand and charcommand. For a full list of available commands, see: doc/atcommands.txt. Command names must not be aliases. <log_commands> Boolean value. If true then all commands used by the group will be logged to atcommandlog. If setting is omitted in a group definition, false is assumed. Requires 'log_commands' to be enabled in 'conf/log_athena.conf'. <permissions> A group of settings <permission> : <bool> If a permission is not included, false is assumed. For a full list of available permissions, see: doc/permissions.txt <inherit> A list of group names that given group will inherit commands and permissions from. Group names are case-sensitive. Inheritance results ------------------- Both multiple inheritance (Group 2 -> Group 1 and Group 3 -> Group 1) and recursive inheritance (Group 3 -> Group 2 -> Group 1) are allowed. Inheritance rules should not create cycles (eg Group 1 inherits from Group 2, and Group inherits from Group 1 at the same time). Configuration with cycles is considered faulty and can't be processed fully by server. Command or permission is inherited ONLY if it's not already defined for the group. If group inherits from multiple groups, and the same command or permission is defined for more than one of these groups, it's undefined which one will be inherited. Syntax ------ This config file uses libconfig syntax: http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files Upgrading from revisions before r15572 ------------------------------------- http://rathena.org/board/index.php?showtopic=58877 */ groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { commands: true load: true save: true mobinfo: true noask: true noks: true autoloot: true alootid: true autotrade: true request: false rates: true go: true warp: true whereis: true iteminfo: true whodrops: true storage: true hominfo: true time: true changegm: true afk2: true guildstorage: true afk: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true } }, { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* informational commands */ 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 main: true autoloot: true alootid: true autotrade: true request: true go: true breakguild: true } permissions: { } }, { id: 2 name: "Support" inherit: ( "Super Player" ) level: 1 commands: { version: true where: true jumpto: true who: true who2: true who3: true whomap: true whomap2: true whomap3: true users: true broadcast: true localbroadcast: true } log_commands: true permissions: { receive_requests: true view_equipment: true } }, { id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 commands: { tonpc: true hidenpc: true shownpc: true loadnpc: true unloadnpc: true npcmove: true addwarp: true } log_commands: true permissions: { any_warp: true } }, { id: 4 name: "Event Manager" inherit: ( "Support" ) level: 66 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanarea: true cleanmap: true raise: true raisemap: true day: true night: true skillon: true skilloff: true pvpon: true pvpoff: true gvgon: true gvgoff: true allowks: true me: true marry: true divorce: true refreshall: true allskill: true disguise: [true, false] undisguise: [true, false] size: [true, false] item: [true, false] zeny: [true, false] hide: true recall: true speed: true } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 10 name: "Developer" inherit: ( "Support", "Event Manager" ) level: 77 commands: { hide: true follow: true kick: true disguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true itemlist: true stats: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true } }, { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Developer" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true permissions: { can_trade: true can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true } } ) how do i config custom group.conf. I confuse it. can i add custom group id ? can i disable the inherit: ? hope someone will guide me ?
  6. bro how u make it ? haha. work good for me. can u teach me ?
  7. @cydh, after implement this, the aura automatically work for top 3 pvp ladder ?
  8. I keep laughing when watching the video. its so funny... haha. pity on olrox. u are disappointed JMAN. agagagaga.
  9. thx alot emistry. +1 for u
  10. Hallo. I would like to request a custom npc, that is 1 click will detect user have pet or not, so when the npc detect the player have a pet, so it will make the pet LOYAL.
  11. its sapport latest svn ? i have to diff manually ?
  12. max_lv: 99 Max level seharusnya seperti di atas ini. dan aura level seharusnya seperti di bawah ini ini kerana, aura_lv: 250 cuba dahulu dan lihat apa yang terjadi. jangan lupe @reloadbattleconf
  13. i hope u make it, EMISTRY THE BEST! Hehehehe xD
  14. @sir emistry, can u add coin to coin at this script ? example: user can input the value what he have 500 mithril coin, 1 mithril coin means (100m) he want to convert to platinum. Platinum is (500m) So when he put the input, the 500 mithril coin that he have auto convert, he will get 100 platinum coin.
  15. Thanks for this the only problem is that when you buy there is an "No MSG" thingy maybe its on client side. Uhmmm msgstringtable.txt ? i can't tell if its in it. But anyways thanks for this 2 thumbs up /no1 I think its in msgstringtable.txt in line 2367 to 2369 ~2326# ~2327# ~2328# I wish someone can make a dialogue for this it would be a great help bro search for it. i think have at rathena. i found and i forgot where. hahahaa
  16. ah. good to help other ur welcome.
  17. the error is produced because, u have run 2 of map-server_sql. u should stop that 1st.
  18. u have to patch ur custom patch manually
  19. are u using debian os ? if yes. type ps aux. view PID number of yours (Name) kill -9 PID good luck
  20. MAX_MOB_DB 10000 hehe. im using it xD
  21. ok thx bro. work fine. thx alot. +1 for u. eheheehe
  22. how do u update new svn ? using tortoise svn o other ??
×
×
  • Create New...