Jump to content

GM.CONF


LeslieMishigan

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  06/09/12
  • Last Seen:  

Hola de nuevo xD!!! hay que mantener esto vivo xDD

en fin............

Bueno ahora tengo la siguiente duda o.o

en el archivo gm.conf venian muchas cosas que me gustaban :3, me descargue el emu mas reciente y solo tiene como 3 opciones :( intente meterle las opciones de gm.conf del 3ceam y me da un warning en amarillo, pero no me reconocio ninguna xD, que le paso a las demas opciones? puedo agregarlas?? de k manera debe de ir la sintaxis?

gm.con de 3ceam:

//	  ______  __	__								
//	 /\  _  \/\ \__/\ \							  
//   __\ \ \L\ \ \ ,_\ \ \___	  __	___	  __	
// /'__`\ \  __ \ \ \/\ \  _ `\  /'__`\/' _ `\  /'__`\  
///\  __/\ \ \/\ \ \ \_\ \ \ \ \/\  __//\ \/\ \/\ \L\.\_
//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
//  _   _   _   _   _   _   _	 _   _   _   _   _   _
// / \ / \ / \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \
//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
// \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/
//
//--------------------------------------------------------------
// eAthena Battle Configuration File
// Originally Translated by Peter Kieser <[email="[email protected]"][email protected][/email]>
// Made in to plainer English by Ancyker
//--------------------------------------------------------------
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
// Note 2: Value is in percents (100 means 100%)
//--------------------------------------------------------------
// The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
atcommand_spawn_quantity_limit: 100
// Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
atcommand_slave_clone_limit: 25
// If 'no', commands require exact player name. If 'yes', entering a partial
// name will work, as long as there's only one match from all players in the
// current map server.
partial_name_scan: yes
// The level at which a player with access is considered a GM.
// An account with an access level lower than this is not effected
// by gm_can_drop_lv (battle_athena.conf).
lowest_gm_level: 1
// [GM] Can use all skills? (No or mimimum GM level)
// Warning: This feature is currently broken due to packet size overloads that are sent
// to the client and crashing it. Best to keep this set to no until we can find a way to fix it.
gm_all_skill: no
// [GM] Can equip anything? (No or minimum GM level, can cause client errors.)
gm_all_equipment: yes
// [GM] Can use skills without meeting the required conditions (items, etc...)?
// 'no' or minimum GM level to bypass requirements.
gm_skill_unconditional: yes
// [GM] Can join a password protected chat? (No or mimimum GM level)
gm_join_chat: no
// [GM] Can't be kicked from a chat? (No or mimimum GM level)
gm_kick_chat: no
// (@) GM Commands available only to GM's? (Note 1)
// set to 'No', Normal players (gm level 0) can use GM commands _IF_ you set the command level to 0.
// set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0.
atcommand_gm_only: yes
// Is the character of a GM account set as the object of a display by @ command etc. or not?
hide_GM_session: no
// At what GM level can you see GMs and Account/Char IDs in the @who command?
who_display_aid: 40
// Ban people that try trade dupe.
// Duration of the ban, in minutes (default: 5). To disable the ban, set 0.
ban_hack_trade: 5
// Set here minimum level of a (online) GM that can receive all informations about any player that try to hack, spoof a name, etc.
// Values are from 0 to 100.
// 100: disable information
// 0: send to any people, including normal players
// default: 60, according to GM definition in atcommand_athena.conf
hack_info_GM_level: 60
// The minimum GM level to bypass nowarp and nowarpto mapflags.
// This option is mainly used in commands which modify a character's
// map/coordinates (like @memo, @warp, @charwarp, @go, @jump, etc...).
// default: 20 (first level after normal player or super'normal' player)
any_warp_GM_min_level: 20
// The minimum level for a GM to be unable to distribute items.
// You should set this to the same level @item is set to in the atcommand.conf
// NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players
gm_cant_drop_min_lv: 1
//The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items
//ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items.
gm_cant_drop_max_lv: 0
// Minimum GM level to see the hp of every player? (Default: 60)
// no/0 can be used to disable it.
disp_hpmeter: 0
// Minimum GM level to view players equip regardless of their setting.
// (Default: 0 = Disabled).
gm_viewequip_min_lv: 0
// Can GMs invite non GMs to a party? (Note 1)
// set to 'No', GMs under the party invite trust level may not invite non GMs to a party.
// set to 'Yes', All GMs can invite any player to a party.
// Also, as long as this is off, players cannot invite GMs to a party as well.
gm_can_party: no
//The trust level for GMs to invite to a party. Any GMs ABOVE OR EQUAL TO this level will be able to invite normal
//players into their party in addittion to other GMs. (regardless of gm_can_party)
gm_cant_party_min_lv: 20
// Players Titles (check msg_athena.conf for title strings)
// You may assign different titles for your Players and GMs
title_lvl1: 1
title_lvl2: 10
title_lvl3: 20
title_lvl4: 40
title_lvl5: 50
title_lvl6: 60
title_lvl7: 80
title_lvl8: 99
// Minimum GM level required for client command /check (display character status) to work.
// Default: 60
gm_check_minlevel: 60

gm.conf de rathena:

//--------------------------------------------------------------
// rAthena Battle Configuration File
// Originally Translated by Peter Kieser <[email="[email protected]"][email protected][/email]>
// Made in to plainer English by Ancyker
//--------------------------------------------------------------
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
// Note 2: Value is in percents (100 means 100%)
//--------------------------------------------------------------
// The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
atcommand_spawn_quantity_limit: 100
// Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited
quantity)
atcommand_slave_clone_limit: 25
// If 'no', commands require exact player name. If 'yes', entering a partial
// name will work, as long as there's only one match from all players in the
// current map server.
partial_name_scan: yes
// (@) @allstats/@str/@agi/@vit/@int/@dex/@luk
// allow gms to bypass the maximum stat parameter? ( if yes gm stats can go up to 32k ) default: no
atcommand_max_stat_bypass: yes
// Ban people that try trade dupe.
// Duration of the ban, in minutes (default: 5). To disable the ban, set 0.
ban_hack_trade: 5

Las opciones que mas me interesan son la de poder hacer cualkier skill sin rekerimientos, el ban, poder usar todas las skills del juego y poderme ekipar cualkier ekipo :3

si me puden ayudar :D muchas gracias n_n!!

bye bye

EDIT: Ah! se me olvidaba! en 3ceam me saltaba el limite de stats ... aki como lo hago? me explico, aunk eh activado la opcion de @allstat que me incremente por ejemplo 500, tengo de dex 500 y aun tengo cast :/ en 3ceam me ponia 500 de dex y era instantaneo... gracias

EDIT2: aki la prueba lol

28lq64i.jpg

Edited by LeslieMishigan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

1 - conf/groups.conf

2 - src/map/config/renewal.h

/// renewal cast time

/// (disable by commenting the line)

///

/// leave this line to enable renewal casting time algorithms

/// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.

/// example:

/// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a

/// "fixed cast time" which can only be reduced by specialist items and skills

#define RENEWAL_CAST

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  06/09/12
  • Last Seen:  

: O thank you very much!

if it was that easy solution xD

n_n for those seeking renewal unless the entire cast fix just put double slash before #define RENEWAL_CAST, the double slash disables the option, after recompiled the emulator; :D and i have instant cast >w< wiii!!!!!

thanks really :D i'm very happy xDD

and sorry for my bad english :(

:o muchisimas gracias :D

esa era la solucion xD que facil :3

para los que quieran todo renewal menos el cast fix solo pongan doble diagonal antes del #define RENEWAL_CAST, la doble diagonal desabilita la opcion, despues vuelven a compilar el emu :3 y ya tengo mi instant cast!!! wiii!!!!

gracias de verdad n_n!!! soy feliz!!! xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

¡no hay de qué

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  06/09/12
  • Last Seen:  

XD hola de nuevo!! hace tiempo que no paso :/ ...

mi visita es pork tengo otro problemita... ahora lo k pasa esk en mi server no se puede dropear nada >_< soy gm 99 y no puedo tirar nada al suelo D: .-. podrian ser tan amables de ayudarme n_n?

aki mi groups.conf.

/*
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:
[url="http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files"]http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files[/url]

Upgrading from revisions before r15572
-------------------------------------
[url="http://rathena.org/board/index.php?showtopic=58877"]http://rathena.org/board/index.php?showtopic=58877[/url]
*/
groups: (
{
id: 0 /* group 0 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
 /* no commands by default */
}
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
}
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: 1
commands: {
 monster: true
 monstersmall: true
 monsterbig: true
 killmonster2: true
 cleanmap: true
 item: [true, true]
 zeny: [true, true]
 disguise: [true, true]
 undisguise: [true, true]
 size: [true, 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
}
log_commands: true
permissions: {
 can_trade: false
 any_warp: true
}
},
{
id: 10
name: "Law Enforcement"
inherit: ( "Support" )
level: 2
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", "Law Enforcement" )
commands: {
 /* not necessary due all_commands: true */
}
log_commands: true
permissions: {
 can_trade: true
 can_party: true
 all_skill: true
 all_equipment: true
 skill_unconditional: true
 use_check: true
 use_changemaptype: true
 all_commands: true
}
}
)

gracias :3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

eso antes se miraba en trunk/conf/battle/gm.conf pero ya no hacen las cosas como antes (?)

si no estoy equivocada, ese archivo es para los comandos en la actualidad.

has tocado otro archivo a tu emulador?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  06/09/12
  • Last Seen:  

No... bueno que tenga k ver no xD, solo agregue customs, y si, era mas facil todo desde gm.config :/

pero no recuerdo, pork antes si podia dropear cosas :/ , la unica manera que tiro las cosas es con @dropall ... pero bueno ese no es el chiste D: ...

gracias aleandra n_n!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   70
  • Joined:  11/08/11
  • Last Seen:  

try to delete this line

inherit: ( "Support", "Law Enforcement" )

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

EvilPunk is more active here than current moderators lol

bueno intenta lo que dice en borrar esa linea (;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  06/09/12
  • Last Seen:  

que bien!! XD intente eso despues de postearte y no funciono xD, volvi a resubir las databases y tampoko :/

PD.- me ha respondido en una jerga total en idioma español xD pork me sigue posteando en ingles xD ? bueno aunk no es gran cosa :D se entiende siempre :3

mmm veamos... ya borre eso, puse false, resubi las bases de datos... no se me ocurre algo mas :/ ... kiza tenga k volver a hacer todo de nuevo :( XD k flojera!

gracias a los dos por responder n_n

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

haz un respaldo de tu archivo groups.conf

Usa el reciente y no lo edites para saber si en ese archivo esta el error:

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf

Link to comment
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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...