Jump to content

LeslieMishigan

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by LeslieMishigan

  1. Pues lo del title D: (o algo asi xD ) ... lo que pasa esk yo ya habia creado mi server pero por fallas de internet hace mucho que no lo toco, ahora que quiero volver a entrar me tira error D: ... no me deja loguearme y eso que estoy usando los mismos archivos de hace unos meses con los cuales me podia loguear y andar vagando por el juego a la perfección.

    Al parecer todo funca pero.... obviamente algo no esta bien pues no me deja entrar XD, ya lei los temas k andan por aki pero no les entendi nada y ya andan cerrados :S ni para responder ahi... bueno eso.

    Todo es de fecha 2012-04-10 y en mmo.h lleva la misma fecha puesta y activada (sin la doble slash); uso rathena revision '1625812', al arrancar la consola me marca que todo esta 'ready' :S en las tablas sql me aparecen los registros de login y todo :S ....

    https://dl.dropbox.com/u/95871568/fallo5011.png

    https://dl.dropbox.com/u/95871568/consola.png

    Gracias ^^

  2. Lo del color de ropa es un fallo de tus texturas.. de hecho la basic rathena que postearon en el foro esta con ese defecto, como tambien el defecto de warlock (mujer) al lanzar magia.. se crashea el cliente si es que hay otro player cerca. (o al menos tenia ese error hasta que cambie de cliente)

    Lo del numero de peinados es algo que hasta ahora no se puede editar con los clientes nuevos... :/!

    Te podria facilitar una data sin fallos, si es que aun tienes ese error.

    TT TT si fueras tan amable te lo agradeceria muchisimo!!

    aun tengo ese error, me descargue una data "limpia" pero aprece que el error viene del exe (supongo yo)

    y no pud descargarme las datas que andan por aki... links caidos o no descargan :/

    gracias :D

  3. 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

  4. 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!

  5. 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

  6. Bueno yo de nuevo avivando el foro xD!

    Pues tengo un par de dudas y las posteo juntar para no saturar mucho de posts el foro...

    Pues creo k es fallo del cliente porque utilize estos peinados y paletas en 3ceam y funcionan de maravilla, pero al ponerlos es rathena me dan error :/ .

    Por ejemplo al llegar al color de ropa #4 el cliente se crashea D: , y creo k del estilo de peinado 37 en adelante no lo cambia, es decir, yo tengo 68 estilos de cabello y del 37 en adelante se ve el mismo estilo y no cambia :/ y segun yo tengo bien configurado eso:

    2q1ibdf.png

    Tambien tengo problema con el cool down de las skills... no lo respeta y por ejemplo casteas casi instantaneamente la skill xD, cometa se castea uno tras otro :/ .

    Es algo que tengo que configurar en algun lugar?? o es bug?

    si es bug pues lo posteo en la seccion de bugs del cliente xDD

    Mil gracias n_n!!

  7. : 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

  8. 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

  9. Muchas gracias n_n! use los luas y ya todo esta en ingles :D creo k no se actualizo mi post xD, pork antes de irme a la uni los probe y deje la pik :3

    bueno una ultima pregunta :D

    desde que fecha ya funcionan bien kageru y oboro??

    mil gracias la verdad me saltaba un directorio por eso no me leia los luas :3

    bye bye

  10. *-* :o

    un millon de gracias!!! estaba usando la mecanica para exes 2011 y diffeaba con opcion leer lua antes que lub... a ver entonces dejame ver si entendi :3

    ahora diffeo quitandole la opcion lua antes que lub

    antes pasaba la carpeta sin ponerle "luafiles514"... aqui una duda... entonces meto los archivos lub?? o ambas carpetas? esk al descargar los luas de mi fecha salen dos carpetas (data y scr) entonces meto la carpeta luafiles514 que contiene los lubs o los luas o ambos???

    mi cliente es de fecha 2012-04-10 :3 me he descargado el exe y luas de esa fecha n_n

    gracias de verdad n_n

    EDIT: Te adoro *-* TT TT me has hecho tan feliz!! (?)

    el misterio es que directamente ponia la carpeta lua files... no la ponia desde el directorio luafiles514 xD crei k era para poner la revision o algo asi... o sea suprimia un directorio (la carpeta) TT TT esta todo como yo lo imagine (?) Actualizado y en un idioma entendible XD Mil gracias ... dios... desde que empece a poner esto me han salido errores de menor grado D:

    t0p4w3.jpg

    Gracias... es todo lo que puedo decir :3

  11. sorry to get involved

    ehm, I download the data and start the emulator but the names and descriptions of the skills and some things are in Korean, well those rare symbols :S ... which files should I have or should I change to appear in English?

    sorry for my bad English :/

    thanks :3

  12. hola

    amigo camotron donde conseguiste esa data casi totalmente actualizada xD, esk ando buscando lo mismo y no encuentro >_> me descargue una data limpia pero al entrar a mi server aparece todo en koreano :/ , bueno en esos simbolos que pretenden ser koreano xD

    gracias :3

  13. Yo tambien tengo ese problema :/

    Shinji podrias resubir la data esk no me baja... al llegar a 95% se congela y ya no descarga, lo intente varias veces y varios dias xD.

    Me descargue una data de un repositorio y ahora veo las skills en koreano :S, bueno en esos simbolos raros k no es coreano XD

    ayuda plis

  14. Hola n-n!

    muchas gracias por la respuesta... las probare n_n

    tengo entendido que el exe y los luas nitan ser de la misma fecha... tuve problemas de actualizacion con luas del 2011 por eso me pase al 2012... bueno ya vere que pasa :3

    Gracias n_n!

    EDIT: Pues ya me baje los luas correspondientes a la fecha de mi exe y sigue igual :/ ... k mas puede ser??

  15. Buenas foro :D !!!!

    pues no llevo mucho en el mundo del ragnarok como administrador xD pero bueno, en poko tiempo tuve mi server casero :3 de 3ceam pase a rathena xDDD

    en fin... lo que siempre se me dificulta es la data D: nunca encuentro buenas datas y menos actualizadas :/ en fin, me descargue una data super limpia XD, va muy bien con mi emulador de abril del 2012 *-*!! pero lo malo es que todo esta en koreano!, bueno esos simbolos que codificado son letras coreanas xD... mi duda es, que archivos debo de tener en la data o que modificaciones tengo que hacer para que este full traducido?? los items estan bien pero las skills no :/ aqui una pik

    300fxc0.jpg

    Desde ya muchas gracias n_n!!!

    bye bye

×
×
  • Create New...