-
Posts
48 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by deathdaniels
-
Hola amigos rathena tengo unas consultas, los items de Mora están mal scripteados, ya que según la descripción del Ragnarok mismo (e Irowiki), deberían dar efectos distintos a los que están setteados por rAthena. ¿Cómo estoy tan seguro? Es porque Ratemyserver usa en su información los scripts mismos de rathena (o al revés) y en el script que la misma página otorga, faltan los más importantes. Aquí vemos que el armor da aumento de daño en Judex, pero en el emulador rathena (lo he comprobado) no da ni el aumento de daño ni en el de SP. Indagando en el script (de RMS) { bonus bDefEle,Ele_Dark; bonus bMdef,10; bonus bStr,2; bonus2 bSubRace,RC_Demon,10; bonus2 bSubRace,RC_Undead,10; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_DemiHuman,-10; bonus2 bSubRace,RC_Plant,-10; bonus2 bSubRace,RC_Insect,-10; bonus2 bSubRace,RC_Fish,-10; bonus2 bSubRace,RC_Angel,-10; bonus2 bSubRace,RC_Dragon,-10; },{},{} Este efecto de resistencia a ciertas razas (Por ejemplo RC_Demon,10) le pertenece a la bota, como podemos ver aquí. Aquí viene la parte graciosa, el efecto que está en el Robe es de la botas, y aquí se puede comprobar el cambio. { bonus bMaxSP,150; /* bonus2 bSkillAtk,"AB_JUDEX",30; */ },{},{} Esto no se presenta en la bota de Affection que es así. { bonus bMaxHP,500; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Formless,-10; bonus2 bSubRace,RC_Undead,-10; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_Plant,-10; bonus2 bSubRace,RC_Insect,-10; bonus2 bSubRace,RC_Fish,-10; bonus2 bSubRace,RC_Demon,-10; bonus2 bSubRace,RC_Angel,-10; bonus2 bSubRace,RC_Dragon,-10; },{},{} Junto con esto, existe un bug en el Robe of Affection, ya que el código no contempla la reducción de SP de Clementia. { bonus bDefEle,Ele_Holy; bonus bMdef,10; bonus bInt,1; },{},{} Aquí no se presenta en ningún lugar el bono de Clementia. _________ Junto con estos bugs, el bono de Set está mal también. a) En Judgement: El bono de Adoramus debería ser de 200% (http://db.irowiki.or...tem-info/16013/), en el script se presenta como solo 100% { bonus2 bAddRace,RC_Undead,15; bonus2 bMagicAddRace,RC_Undead,15; bonus2 bSkillAtk,"AB_ADORAMUS",100; } En Affection: La reducción de Aftercast Delay no está presente en el script mismo (http://db.irowiki.or...item-info/1657/) { bonus bInt,2; bonus bAtkEle,Ele_Holy; bonus bHealPower,10; if(isequipped(2471,2569,15029)){ bonus bHealPower,25; }; },{},{} Esas serian mis consultas, muchas gracias. PD: disculpen me faltaba otra cosa que tambien note: Las pociones llamadas HP Increase Potion (Small/Medium/Large) están bug y te dejan en estado del buff de Kagerou/Oboro (No te puedes mover pero te regeneras HP/SP) pero por 8 min y apenas te golpean te regeneran completamente la hp. Reporto esto porque yo solo quería aumentar HP y creo que son un bug muy explotable... Te quedas inmóvil por 8 minutos tanqueando un MVP, ya que puedes aún así castear skills y golpear, así que un Royal Guard o Shura puede tankear fácilmente. Espero que se arregle esto :3. Gracias.
-
Muchas gracias Deep Forest, revisare lo que me enviaste, un abrazo muy grande, y que pases unas felices fiestas de año nuevo, te comento haber si se soluciona. Saludos.
-
Hola, que agrado saludarte, bueno la quest que visualizo ahí es la siguiente: 1115#Lope and Euridi - Song of the Abyss.#SG_FEEL#QUE_NOIMAGE# As Euridi sings a song for Lope, Euridi's friend said that she heard of a suspicious man near the entrance to the forest.# # así la tengo en mi questid2display.txt, igual la visualizo en coreano, en la única parte que no se visualiza en coreano es cuando presionas el botón de abajo la coronita, que hace que se visualice el nombre de la quest en tu pantalla en el juego con letras amarillas, que seria: Lope and Euridi - Song of the Abyss. Bueno eso te podría decir, un abrazo y cualquier cosa que necesites me abisas alomejor nos podemos ayudar. Aquí te adjunto mi archivo: Disculpa me fije de algo que no sale en mi archivo lo compare con el que me enviaste en el post y sale de esta manera: 1115#1115-Lope and Euridi - Song of the Abyss.#SG_FEEL#QUE_NOIMAGE# As Euridi sings a song for Lope, Euridi's friend said that she heard of a suspicious man near the entrance to the forest.# # al principio se repite la ID de la quest alomejor ese puede ser el problema, esta es la que sale en la mia. 1115#Lope and Euridi - Song of the Abyss.#SG_FEEL#QUE_NOIMAGE# As Euridi sings a song for Lope, Euridi's friend said that she heard of a suspicious man near the entrance to the forest.# # Bueno saludos ojala encuentre la solución. questid2display.txt
-
Entendido, Muchas gracias XD....
-
Hola amigos rathena, tengo problemas con algunas traducciones de questinfo, me di el tiempo de traducirlas de coreano a ingles en las Lua, porque el questid2display.txt ya están traducidas, e igual me salen en coreano, las quest que salen con estos códigos son las de Malangdo Island, Villa Mora y Malaya Port. Los archivos lua que traduje con ayuda de questid2display.txt son los siguientes están en carpeta lua files y luafiles514 "quest", me dije esto tiene que ser la solución para cambiarles el código Coreano : Carpeta epquest: ep_141quest_list.lua. Carpeta questinfo: epsoid141_list.lua hago el update con las mismas luas que uso del 2012-04-10 testeo y nada todo sigue igual, aquí dejo las Luas que traduje al ingles. http://www.mediafire...33jpj1pmpud47ji Una imagen de ejemplo: Por favor si me pudieran ayudar cual es el error que tengo, muchas gracias a todos. Update_lua_questinfo.rar
-
Hola Ziu, Muchas gracias por el evento, solo tengo una duda, ¿el mapa event_escal donde lo encuentro?. Saludos y muchas gracias.
-
Muchas gracias por la pronta respuesta, solo eran dudas ya que al parecer en el servidor oficial no se ve una gran velocidad al utilizar la skill Cloacking exceed. Gracias.
-
Hola amigos rathena, mi consulta es sobre la skill Cloaking Exceed, en la descripción dice lo siguiente: Prerrequisito: Cloaking 3 Tipo: Activa / Especial Desc.: A diferencia del Cloaking Regular permite esconderse de Insect and Demon. Cuando esta activa permite recibir 3 golpes antes de ser revelado. Los Niveles de la Habilidad aumentan el número de golpes y la velocidad de movimiento. [Level 1]: 9 SP por segundo / Velocidad de Movimiento 100% / Permite 1 golpes [Level 2]: 8 SP por segundo / Velocidad de Movimiento 110% / Permite 1 golpes [Level 3]: 7 SP por segundo / Velocidad de Movimiento 120% / Permite 2 golpes [Level 4]: 6 SP por segundo / Velocidad de Movimiento 130% / Permite 2 golpes [Level 5]: 5 SP por segundo / Velocidad de Movimiento 140% / Permite 3 golpes Solo quiero saber si la skill realmente aumenta el +140% de velocidad al caminar, osea mas que un Ranger con Montura, porque así lo veo en la ultima revisión de rathena, es como algo exagerado, quiero saber si es así o la skill aun esta en test por el momento, espero me ayuden con esa consulta estaría muy agradecido. Muchos saludos al equipo de rathena y su sección en español.
-
Hola, esto es solo una consulta, porque la magia pega tanto en renewal, es un Bug o que, como puedo hacer para que la magia pegue menos es terrible como los sorcerer y todos los magos pegan muchísimo, si alguien me podría guiar se lo agradecería mucho. Saludos a todos.
-
Hola amigos, tengo un problema con configurar comandos para mis amigos que juegan en red local quiero colocarles comandos ya que ellos son player nivel 0 estuve revisando Group.conf y no logro que tengan comandos, solo quiero agregarles los comandos básicos como los de super player creo que es nivel 1, o otra cosa seria como hacer que los jugadores ingresen al server automáticamente con group_id nivel 1 para que así tengan los comandos de super player, estoy algo confundido con eso, bueno muchísimas gracias espero me puedan ayudar.
-
Hola Ziu, quería solicitarle otro favor, resulta que quiero implementar la quest del capitán Tomas de la Isla de Malangdo, lo malo es que no encuentro la quest_db tampoco, me podría ayudar con eso, muchas gracias.
-
Hola, ya estoy testeando las quest y esta todo excelente, sin problemas aun, muchísimas gracias. Saludos.
-
Muchas Gracias Ziu, quería de hace mucho tiempo poder probar las quest de bifrost ahi le informo si tengo algún problema, muchos saludos y nuevamente 1 millon de gracias XD
-
Yuasa, Muchas gracias, ahora mismo me coloco a trabajar, pero creo que aun faltan algunas ID de las quest_db, como esta set .@teole_time,checkquest(11182,PLAYTIME); 11182 O.o, xD, Bueno Muchisimas gracias....
-
Hola Ziu un agrado saludarle, quiero probar su script del Episodio 14.1 Bifrost, pero me faltan algunas cositas en mi db, como en quest_db, para que no me salga algún error, solo quería ver si me podría ayudar con eso para poder editar mi quest_db, por ejemplo veo en el scrip una ID de quest 11185 la busco en mi quest_db y no esta, espero que me pueda ayudar, Muchos saludos.
-
Hola Alexandria, si es ese mismo, muchas gracias por la rápida respuesta le preguntare a Ziu, eres un amor xD....
-
Hola un agrado saludarles, tengo un pequeño problema con un script de nuestro amigo Ziu, la cosa es que quiero testear la quest del episodio 14.1 de bifrost, entonces reviso quest_db y aun no están agregadas ahí, quería saber si alguien me puede ayudar con la quest_db o que debo colocar para que no cause errores por ejemplo esta ID de quest 11183; esa seria mi consulta, si me podrían ayudar con eso muchas gracias por su tiempo.
-
Tengo un problema con mi test server (ayuda...).
deathdaniels replied to deathdaniels's topic in Spanish General
Este seria el contenido de atcommand_athena. //-------------------------------------------------------------- // rAthena atcommand/charcommand Configuration File //-------------------------------------------------------------- // The symbol that will be used to recognize commands. // You can set any one character except control-characters (0x00-0x1f), // '%', '$' (party/guild chat speaking) and '/' (standard client commands). // command_symbol represents @commands used locally // char_symbol represents #commands used on other players. command_symbol:@ char_symbol:# // The following settings in this file use the format "<command name>: level(@),level(#)". // They define the minimum GM level required to execute the associated command. // @ = atcommand. most work only on yourself. // # = charcommand. remote usage only. GMs will be able to use these on other players. // Adjust values as you like. Note that to activate commands for normal players, // (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'. // To completely disable a command, set its required GM level to 100. // Default levels were chosen so that they form the following hierarchy: // 0: Normal player // -> no commands accessible // 1: Super player // -> some minor advantage: storage, petrename, etc... // 10: Super player+ // -> more powerful commands, like mobsearch and changegm // 20: Mediator // -> GM commands for finding players and moving to them (also kicking them) // 40: Sub-GM // -> GM commands for basic tasks, no significant impact on other players // 50: Sub-GM+ // -> GM commands to spawn mobs and create guilds // 60: GM // -> almost all commands available (except administration and mass commands) // 80: GM Chief // -> can do anything, except administration commands // 99: Administrator // -> can do anything! // 100: Disabled // -> commands that will not be available to anyone // Syntax of file: // command: @level,#level [<alias commands seperated by commas>] // Syntax Example: // command: 40,40 [alias,alias2,alias3,alias4] // If it has more than 4 aliases you can keep adding, just like in the example below: // Example: // blvl: 60,60 [lvup,blevel,baselvl,baselvup,baselevel,baselvlup] //-------------------------- // 0: normal player commands // None for security purposes. //------------------------- // 1: Super player commands // Displays a list of @ commands available to the player. commands: 1,1 // Displays a list of # commands available to the player. charcommands: 1,1 // Displays the server rates. rates: 1,1 // Show server uptime since last map server restart uptime: 1,1 // Shows/Hides the "there is a delay after a skill" message. showdelay: 1,1 // Displays current levels and % progress. exp: 1,40 // To change your (own) email // note: this command doesn't check email itself, but check structure of the email (xxx@xxx) // if you want be sure of each e-mail disable this option (value: 100) email: 1,60 // Show Monster info (rates, stats, drops, MVP stuff) monsterinfo: 1,1 [mobinfo, mi] // Show Item info (type, price, etc) iteminfo: 1,1 [ii] // Show who drops an item (mobs with highest drop rate) whodrops: 1,1 // Syncs the player's position on the client with the one stored on the server. refresh: 1,40 // Give server time. (4 same commands) time: 1,1 [date,serverdate,servertime] // Displays SVN version of the server. version: 1,1 // Suicide your character. die: 1,1 // Enables you to rename your pet. petrename: 1,50 // Organize a new party, with you as the party leader party: 1,1 // Opens your Kafra storage wherever you are storage: 1,1 // Opens your mailbox mail: 1,1 // Opens auctions window auction: 1,1 // Locate someone on a map, returns your coordinates if the person isn't on. where: 1,1 // Duel organizing commands duel: 1,1 invite: 1,1 accept: 1,1 reject: 1,1 leave: 1,1 // Main chat main: 1,1 // Autorejecting Deals/Invites noask: 1,1 // Displays remaining jail time jailtime: 1,40 // Homunculus commands for players hominfo: 1,40 homstats: 1,40 // Kill Steal Protection noks: 1,1 // Set Font font: 1,1 //--------------------------- // 10: Super player+ commands // Displays/Hides Experience gained messages showexp: 10,10 // Displays/Hides Zeny gained messages showzeny: 10,10 // Warps you to predefined locations in major cities. go: 10,10 // Enables/disables autolooting from killed mobs. autoloot: 10,10 // Enables/disables autolooting an item. alootid: 10,10 // Allows you continue vending offline. autotrade: 10,10 [at] // Change Guild Master of your Guild changegm: 10,10 // Change the leader of your party. changeleader: 10,10 // Change the party exp- and item share rules. partyoption: 10,10 // Command what the player's pet will say. pettalk: 10,10 // Command what the player's homunculus will say. homtalk: 10,10 // Locates and displays the position of a certain mob on the current map. mobsearch: 10,10 // Locates and displays the position of a certain mob on your mini-map showmobs: 10,10 // Prints out in which maps a monster normally spawns at (does not count script-invoked mobs) whereis: 10,10 // Resets a Star Gladiator's marked maps feelreset: 10,60 //---------------------- // 20: Mediator commands // Displays helpfile in rAthena base directory (2 same commands). help: 20,20 help2: 20,20 [h2] // Warp yourself to a person (3 same commands + /shift). goto: 20,20 [jumpto,warpto] // Displays the motd file to all players gmotd: 20,20 // Follow a player (including warping to them) follow: 20,20 // Sends a request to all connected GMs (via the gm whisper system) request: 20,100 // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit"). kick: 20,20 // Changes your appearance. model: 20,50 // To get a peco to (un)ride (2 same commands). mount: 20,50 [mountpeco] // Returns list of logged in characters with their position (2 same commands). who: 20,20 [whois] // Returns list of logged in characters with their job. who2: 20,20 // Returns list of logged in characters with their party/guild. who3: 20,20 // Returns list of logged in characters with their position in a specifical map. whomap: 20,20 // Returns list of logged in characters with their job in a specifical map. whomap2: 20,20 // Returns list of logged in characters with their party/guild in a specifical map. whomap3: 20,20 // Displays GMs online. For those who are higher GM level than yourself, // only the name is shown, for the rest, it displays the same info of // @who+@who2+who3 whogm: 20,20 // Change your appearence to other players to a mob. disguise: 20,60 // Restore your normal appearance. undisguise: 20,20 // Displays the text as a normal message with the format "*name message*" // instead of "name : message" (Like the /me command in IRC) me: 20,20 // Changes your name to your choice temporarily. fakename: 20,50 // Changes your size. size: 20,50 // Can command what other npcs (by name) can say. npctalk: 20,100 [npctalkc] //-------------------- // 40: Sub-GM commands // Broadcast to the whole server. Using (1 command + /nb, /b). broadcast: 40,40 // Broadcast to the map you are on (1 command + /lb, /nlb). localbroadcast: 40,40 // Broadcast (with or without name) kami: 40,40 // Same as kami but with blue color kamib: 40,40 // Same as kami but you can choose the color (uses different packet) kamic: 40,40 // Enables GvG on a map (2 same commands). gvgon: 40,100 [gpvpon] // Turns GvG (Guild vs. Guild) off on a map (2 same commands). gvgoff: 40,100 [gpvpoff] // Activate/Deactivate kill steal protection on a map allowks: 40,100 // Modifies your HP/SP. heal: 40,60 // GM Hide (total invisibility to characters and monsters) (1 command + /hide). hide: 40,60 // Changes your job to one you specify (2 same commands). job: 40,60 [jobchange] // Enables you to to jump randomly on a map (that you are already on). jump: 40,40 // Warps you to your last save point (2 same commands). load: 40,60 [return] // Warps you to a specific npc tonpc: 40,40 // Saves a warp point. memo: 40,40 // Set your character display options. (Visual effects of your character) option: 40,60 // Sets the level of intemecy of your pet. petfriendly: 40,50 // Sets hunger level of your pet. pethungry: 40,50 // Turns PvP (Person vs. Person) off on a map. pvpoff: 40,100 // Enables PvP on a map. pvpon: 40,100 // Permanently adds a quest skill questskill: 40,60 // Permanently removes a quest skill lostskill: 40,60 // Sets the speed you can walk/attack at. Default is 150. speed: 40,60 // Summons spirit spheres around you. spiritball: 40,60 // Warp yourself to a certain map, at (x,y) coordinates (2 same commands) + also /mm or /mapmove. warp: 40,60 [rura,mapmove] // Changes GM clothes color (2 same commands) dye: 40,50 [ccolor] // Changes GM hair style (2 same commands) hairstyle: 40,40 [hstyle] // Changes GM hair color (2 same commands) haircolor: 40,50 [hcolor] // Deletes all your items. itemreset: 40,60 // Does a skill/stat reset. reset: 40,60 // Displays distribution of players on the server per map (% on each map which has players) users: 40,40 // Deletes floor items in your range of sight cleanmap: 40,40 // Kill all monsters in map (without drops) killmonster2: 40,40 // Sets your spawn point (aka save point). save: 40,60 // Do some visual effect on your character effect: 40,40 // Do some visual effect on your character (misceffect) misceffect: 40,40 // GM's magnifier identify: 40,40 // Drop all your items dropall: 40,60 // Store all your items storeall: 40,60 // Allow other players to hit you out of PvP killable: 40,60 // Look up a skill by name skillid: 40,40 // Use a skill by id useskill: 40,40 // What skills are required to get this skill skilltree: 40,40 // Marriage commands marry: 40,40 divorce: 40,40 // Adopt a novice into a family adopt: 40,40 // Play a Sound! sound: 40,40 // Displays a player's storage storagelist: 40,40 // Displays a player's cart contents cartlist: 40,40 // Displays a player's items itemlist: 40,40 // Displays a player's stats stats: 40,40 //--------------------- // 50: Sub-GM+ commands // Creates a new guild, with you as the guildmaster. guild: 50,50 // Brings up your guild storage wherever you are. gstorage: 50,60 // Spawns a monster, and a certain amount (2 same commands + /monster). monster: 50,50 [spawn] // Spawns a smaller sized version of a monster. monstersmall: 50,50 // Spawns a larger sized version of a monster. monsterbig: 50,50 // Spawns mobs that treat you as their master (they disappear after some time) summon: 50,50 // It will spawn a supportive clone of the given player. clone: 50,50 // It will spawn a supportive clone of the given player that follows the creator around. slaveclone: 50,50 // It will spawn an aggresive clone of the given player. evilclone: 50,50 //---------------- // 60: GM commands // Add or Remove Cash Points to/from yourself cash: 60,60 // Add or Remove Kafra Points to/from yourself points: 60,60 // Starts Guild Wars agitstart: 60,100 // Ends Guild Wars agitend: 60,100 // Resurects yourself. alive: 60,60 // Raises your base level by specified amount (7 same commands). blvl: 60,60 [lvup,blevel,baselvl,baselvup,baselevel,baselvlup] // Raises your job level by specified amount (6 same commands). jlvl: 60,60 [jlevel,joblvl,joblvup,joblevel,joblvlup] // Changes the sex of yourself changesex: 60,60 // Raises your guild level by specified amount (6 same commands). glvl: 60,60 [glevel,guildlvl,guildlvup,guildlevel,guildlvlup] // Find an itemID based on item name idsearch: 60,60 // Creates an item of your choosing, either Item ID or Name (1 command + /item). item: 60,60 // Creates a complet item (card, etc...) of your choosing, either Item ID or Name. item2: 60,60 // Deletes an item of your choosing, either Item ID or Name. delitem: 60,60 // Kill another character without hitting them. kill: 60,60 // Kill all monsters in map (with drops) killmonster: 60,60 // Creates yourself a pet egg. makeegg: 60,60 // Hatches an egg hatch: 60,60 // Instantly kills player whose name is entered and deals insane damage to everything around nuke: 60,60 // Enable hitting a player even when not in PvP killer: 60,60 // Creates weapon of desired element. produce: 60,60 // Warps a character to you (1 command + /recall). recall: 60,60 // Refines all weapons in your items list. refine: 60,80 // Will repair all broken items in inventory. repairall: 60,60 // Change Status of your character str: 60,60 agi: 60,60 vit: 60,60 int: 60,60 dex: 60,60 luk: 60,60 // Gives all skills allskill: 60,60 [allskills,skillall,skillsall] // Sets GM stats to maximum allstats: 60,60 [allstat,statall,statsall] // Gives you stat points. stpoint: 60,60 // Gives you skill points of desired amount. skpoint: 60,60 // Warps all online character of a guild to you. (at least one member of that guild must be on.) guildrecall: 60,60 // Warps all online character of a party to you. // (at least one party member must be online.) partyrecall: 60,60 // Allows you to spy on any Guilds Guild chat. // (at least one member of that guild must be on.) // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes) guildspy: 60,60 // Allows you to spy on any party's party chat. // (at least one party member must be online.) // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes) partyspy: 60,60 // Gives you zeny (or subtracts, if amount is negative) zeny: 60,80 // Block a player indefinitely block: 60,100 [charblock] // Unblock a player unblock: 60,100 [charunblock] // Ban a player for a limited time ban: 60,100 [banish,charban,charbanish] // Unban a player unban: 60,100 [unbanish,charunban,charunbanish] // To send specified character in jails jail: 60,100 // To discharge a jailed character (2 same commands) unjail: 60,100 [discharge] // Timed jailing jailfor: 60,60 // Create a static warp portal that lasts until the next reboot addwarp: 60,60 // Open a trade window with any player trade: 60,60 // Changes the player's appearance (headgear) changelook: 60,60 // Homunculus commands for GMs hlvl: 60,60 [homlevel,hlevel,homlvl,homlvup] homevolve: 60,60 [homevolution] makehomun: 60,60 homfriendly: 60,60 homhungry: 60,60 // Re-calculates stats, as if the homun was sent back to level 1 and re-leveled homshuffle: 60,60 // WoE 2 start/stop commands agitstart2: 60,100 agitend2: 60,100 // Resets player stats streset: 60,60 // Resets player skills skreset: 60,60 //---------------------- // 80: GM Chief commands // Set the server to day. day: 80,100 // Set the server to night. night: 80,100 // Kills everyone on the server. doom: 80,100 // Kills everyone on the map you are on. doommap: 80,80 // Recalls Everyone To Your Coordinates recallall: 80,80 // Revives all players on the map. raisemap: 80,80 // Revives all players on the server. raise: 80,100 // Hides a NPC. hidenpc: 80,100 // Unhides a NPC. shownpc: 80,100 // Loads an NPC script by path loadnpc: 80,100 // Unloads a NPC unloadnpc: 80,100 // Move a NPC npcmove: 80,100 // turn skills on for a map skillon: 80,100 // turn skills off for a map skilloff: 80,100 // Mute a player (prevents talking, usage of skills and commands) mute: 80,100 // Unmute a player unmute: 80,100 //--------------------------- // 99: Administrator commands // Disconnect all users from the server kickall: 99,100 // Closes Map-Server mapexit: 99,100 // Used for testing packet sends from the client (debug function) send: 99,100 // Give information about terrain/area (debug function) gat: 99,100 // Displays a status change without really applying it (debug function) displaystatus: 99,100 // Displays the animation of a skill without really using it (debug function) displayskill: 99,100 // Shows information about the map mapinfo: 99,100 // Set Map Flags mapflag: 99,100 // Re-load item database (admin command) reloaditemdb: 99,100 // Re-load monsters database (admin command) reloadmobdb: 99,100 // Re-load skills database (admin command) reloadskilldb: 99,100 // Re-load scripts (admin command) reloadscript: 99,100 // Change a battle_config flag without rebooting server setbattleflag: 99,100 // Re-load gm command config (admin command) reloadatcommand: 99,100 // Re-load battle config (admin command) // Note that some player config settings won't take effect until relog // (display exp, display zeny, display skill delay fail, ...) reloadbattleconf: 99,100 // Re-load status database (admin command) reloadstatusdb: 99,100 // Re-load player info database (admin command) reloadpcdb: 99,100 // Re-load the Message of the Day (admin command) reloadmotd: 99,100 // Changes the GM level of another character // (lasts until reboot, or gm list reload) adjgmlvl: 99,100 // Changes the required GM level of an @ command // (effect lasts until restart or command reload) adjcmdlvl: 99,100 // [un]Disguise All Players (admin command) disguiseall: 99,100 undisguiseall: 99,100 // Mutes every player on screen (admin command) mutearea: 99,100 [stfu] // Makes you immune to attacks (monsters/players/skills cannot target/hit you, admin command) battleignore: 99,100 [monsterignore] //--------------------------------------------------------------- // 99: Weather effects snow: 99,100 clouds: 99,100 clouds2: 99,100 fog: 99,100 fireworks: 99,100 sakura: 99,100 leaves: 99,100 // Stop all weather effects clearweather: 99,100 //--------------------------------------------------------------- // 100: Disabled commands //--------------------------------------------------------------- //Custom atcommand //This allows you to track a player name, part of a player name (with use of %%, e.g. @accinfo %Mario% results all chars with mario in its name). accinfo: 99,99 //Usage: @trigger <labelname> //Example: @trigger OnInit // this will trigger all npcs that has OnInit label in it ohmy.gif! trigger: 99,99 whosell: 0,99 //@gw <message>, the access to permission control is only available to the guild master, the syntax is: @gw <member position> <1|0> //For example @gw 1 1 would make the member position #1 (the first after the guild master) to be able to send @gw's, while @gw 1 0 would revoke the position #1 @gw access. gw: 0,99 guildmes: 0,99 //@itemmap A way of giving items to all players on a whole map itemmap: 99,99 //guild member with @seehp seehp: 0,99 //logout on player afk: 0,99 //Break guild guildbreak: 0,99 //--------------------- // OTHER: not a command import:conf/import/atcommand_conf.txt -
Tengo un problema con mi test server (ayuda...).
deathdaniels replied to deathdaniels's topic in Spanish General
aquí tengo lo que esta en carpeta conf y conf/battle, agradezco mucho su ayuda -
Tengo un problema con mi test server (ayuda...).
deathdaniels replied to deathdaniels's topic in Spanish General
Lo que pasa es que no esta ese archivo group.conf en el emulador ya que no es Rathena 100% el emulador es una mezcla de 3ceam, rathena, ream, brathena, xtreme, por eso no sale ese archivo, ya no se que mas hacer, gracias.... -
Tengo un problema con mi test server (ayuda...).
deathdaniels replied to deathdaniels's topic in Spanish General
xD, ese es el problema, que cualquier pj sea o no GM puede ver el equipo de los user, sin restriccion alguna, no encuentro la solucion... Gracias por responder xD. -
Tengo un problema con mi test server (ayuda...).
deathdaniels replied to deathdaniels's topic in Spanish General
Gracias por responder, pero en el emulador que tengo como test local server no contiene esa configuración conf/group.conf, es de antes que colocaran ese nuevo group.conf, le agradeseria mucho que me ayudara para ver ese problema, antes tenia que haber un archivo el cual reemplazaba lo de group.conf, bueno muchas gracias. -
Hola quisiera pedirle la ayuda de alguien de esta buena comunidad, bueno mi problema es el siguiente, tengo mi server con cliente 2011-11-22, funciona sin ningún problema, pero al ingresar al server uno apreta el boton derecho en algun user y apreta para ver el equipo de ellos y se puede ver aunque este bloqueada la entrada para ver el equipo de los pjs, no se en que momento edite eso, para que se vea el equipo sin restricción, busque en carpeta conf y nada en atcommand nada, entonces quisiera saber si alguien sabe que puede ser ese pequeño problema que tengo, de antemano muchas gracias.