Jump to content

Myzter

Members
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Myzter

  1. I'm using this functions in my server, players can switch between 2 classes and now they recover the hot keys in each state. Thanks, very useful.
  2. Hi, I've been away from ragnarok for a few years and recently created a new server, now I need a well done battleground system. Searching in rAthena I saw people with this type of scripts, so I would like to know if someone can recommend me a full collection of battlegrounds and the price (if it is paid) I'm using rAthena, so i need scripts compatible with the emulator, i don't use raMod or something else. Regards, Myzter
  3. Hi, This is a simple utility to convert files from the old format (data\idnum*.txt) to the current lua format: System\yourfile.lub The output file is a standard LUA file. If you don't fill the database information, the resulting LUA file will not include the slot count and view id from your database. Regards, Myzter IdNum2Lua.rar
  4. Hola, Quiero compartirles el último script de minería que hice, en español. A diferencia de los sistemas de minería que hice años atrás, éste es desatendido, es decir, una vez que el jugador se convierte en ingeniero en minas, tendrá una perforadora automática a combustible que hará el trabajo por ellos, con algunos requisitos mínimos de mantenimiento obviamente, con lo que evitamos el mal uso. Características: Para adquirir una perforadora, deben ir a Einbech, a la ubicación que se aprecia en la imagen. Las perforadoras se llaman AX, y tal como se aprecia en las imágenes, pueden mostrar el tiempo para su desmantelamiento automático o bien, cuando están operando, indican la cantidad de combustible y la broca restante. Después de 24 horas el servidor destruirá las AX que no estén haciendo nada, perdiendo el combustible, la broca y los ítems de su inventario, cayendo al suelo, permitiendo que otros jugadores recojan todo sin que sea un delito. El tiempo de desmantelación no aplica si los AX están funcionando, así que asegúrate de ponerle combustible y de reemplazar la broca cuando se agote. El combustible se agota lentamente, al igual que la broca, pero lo bueno es que los AX mantienen informados a sus dueños sin importar su ubicación en el server: Cuando obtienen algún ítem Cuando se gasta la broca Cuando se agota el combustible Hay muchos items que sirven de combustible, pero el principal es el alcohol. Por defecto la broca es una lanza Guisarme[2], la que debe instalarse en el AX cuando éste se encuentre instalado en la mina. El sistema viene con 3 tipos de mina, donde cada una permite extraer ítems con diferentes rates configurables por el admin. Se pueden crear infinitos tipos de minas, con los items que el Admin quiera, sólo deben entender el modelo de las tablas adjuntas en el zip. Mina de Minerales: Rough Oridecon, Rough Elunium, Oridecon, Elunium, Enriched Elunium y Enriched Oridecon Mina de Joyas: Red Blood, Green Live, Wind of Verdure, Crystal Blue, Rough Wind, Mystic Frozen, Flame Heart, Great Nature, Cracked Diamond, 1carat Diamond, 2carat Diamond y 3carat Diamond Mina de Oro: Scell, Gold, Emperium, Treasure Box, Gold Ore Los Admin pueden usar el comando @ax2 para crear o eliminar minas en lugares estratégicos de su server, o usar @ax3 para visualizar todas las minas del mapa, diferenciadas por color, o @ax4 para ver todas las del server. Los AX no pueden instalarse pegados a otro AX, a menos que la mina haya sido descubierta por ese jugador, asegurando que siempre tenga espacio para instalar su AX. Creanme, se acaban los sectores y quedan jugadores sin poder minar, a la espera que desarmen algún AX. El comando @ax es para los jugadores, y permite operar con el sistema, hacer búsquedas en los mapas, como también, realizar la instalación del AX para que comience a excavar. Los jugadores sólo pueden operar con su AX, aunque podrán hacerlo desde una distancia de 10 celdas para que no tengan problemas con otros jugadores. Si el inventario del AX se llena y su dueño no acude de inmediato a sacar los items, la perforadora podría extraer más items pero éstos caerán al suelo, así que ojo con los leechers. En la medida que el tiempo de perforación aumente, podrán hablar con el líder de los ingenieros en minas y pedirle que les entregue un AX más avanzado, son 10 y en cada uno aumenta la capacidad del estanque y del inventario. Video: https://youtu.be/TvHmP4w_ukk Tengan en cuenta que este sistema incluye tablas nuevas para su base de datos MySQL, nuevos ítems, elementos gráficos y sonidos, además de algunos cambios en el emulador que deben compilar, lean los archivos txt incluidos en el ZIP para saber qué hacer. Saludos, Myzter Miner AX.zip
  5. Version updated to work with rAthena, replaced the npc:family with @family command. PD: The english translation is very poor and incomplete.
  6. Please share the lua file to fix the bug. Thanks Added a fix for lines with cero length inside descriptions, maybe works, please check it out.
  7. I need to write a new BotKiller, a little different than BotKiller 6, but i'm busy working on other stuff right now, maybe in 1 or 2 months the new BK7 will be available here
  8. Hi, This tool generate the txt item files (idnum2itemdesctable.txt and others) reading the info from a ItemInfo.lua file. (non encrypted file) Sample of a compatible LUA file: tbl = { [501] = { unidentifiedDisplayName = "Red Potion", unidentifiedResourceName = "»¡°£Æ÷¼Ç", unidentifiedDescriptionName = { "A potion made from", "grinded Red Herbs that", "restores ^000088about 45 HP^000000.", "^ffffff_^000000", "Weight: ^7777777^000000" }, identifiedDisplayName = "Red Potion", identifiedResourceName = "»¡°£Æ÷¼Ç", identifiedDescriptionName = { "^000088HP Recovery Item^000000", "A potion made from", "grinded Red Herbs that", "restores ^000088about 45 HP^000000.", "^ffffff_^000000", "Weight: ^7777777^000000" }, slotCount = 0, ClassNum = 0 }, [502] = { ... Screenshot: I hope be useful for someone. Myzter ItemInfo2Txt_1.1.rar
  9. BK6 only works with emulators with "query_sql" support. sorry for another noob question,,,,where can I find this query_sql and is it "on" by default(ex after dl the git) The most emulators support this command by default. - script BKAtLogin -1,{ OnPCLoginEvent: callfunc "CheckBKNPC",10000; // Allways start BK } But why no time count for kick? and NOT Freeze? I don't know why, sometimes other scripts with timers conflicts with BK6, also event labels like OnPCLoginEvent and OnPCKillEvent can use all the stack, producing failures in timers...
  10. BK6 only works with emulators with "query_sql" support.
  11. - script BKAtLogin -1,{ OnPCLoginEvent: callfunc "CheckBKNPC",10000; // Allways start BK }
  12. Hi, Try removing the "close;", it should work because is the last command in the script and there are not "mes" commands, Regards, Myzter
  13. Thank you Adam, I'll really like to contribute with my ideas, sometimes I am too busy and so I disappear, but eventually I end here, reading and trying to help. Thank you very much for taking the time to write something like this! As at the moment, when I m trying to whisper the NPC with a regular account (non-GM), I get the dialog "I don't have the rights to use that service" Also, could you please confirm that there is a "cooldown" to prevent people to abuse and spam investigate the same players (where do I set this please ?). Thanks for the help/great script. BUMP, Anyone ? Open the table bk6_config and change the parameter "$@BKMinUsrLvl", the default minimum level is 2, if you set 0 everyone in your server will be allowed to use the whisper mode, except users with bad statistics in their interrogations. Hi, the securiry is one of the most important things in a MMORPG game, but there are limits, if you send BK every 5 minutes to each player, they will hate you, that's why BK6 start randomly every 30 or 45 minutes while they are killing monsters, 5 minutes is annoying, seriously. There are a sample NPC inside the script that explain how to add BK6 in your own NPCs, using different probabilities but always waiting at least 30 minutes before start again. Also, you can lower the minimum level to use the whisper mode (table bk6_config -> set 0 to "$@BKMinUsrLvl"), making your users guardians of the server.
  14. Only the first (WordNum) because the second one (minimap) doesn't work on certain maps. This version provide new plugins, ie: lie2me, fakename
  15. BK6 is the lastest release of Botkiller
  16. I don't know, i've never test BK with that emulator.
  17. Ok, download and install this new version of LangManagement.txt, error fixed.
  18. chriser, the game forces you to change your position to reduce the use of bots, the probabilities to destroy a mine increase with each new user working on the same mine, so when a player finds a mine and work alone... the mine will be safe for more time, it's a good part of the game. Every mine is a sum of cells and there's not difference to work on any of them, the total size of the mine is random like this: ┌─┬─┬─┐ ├─┼─┼─┤ ├─┼─┼─┤ └─┴─┴─┘ ┌─┬─┬─┬─┐ ├─┼─┼─┼─┤ ├─┼─┼─┼─┤ ├─┼─┼─┼─┤ └─┴─┴─┴─┘ ┌─┬─┬─┬─┬─┬─┬─┬─┐ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ ├─┼─┼─┼─┼─┼─┼─┼─┤ └─┴─┴─┴─┴─┴─┴─┴─┘ If you are working on any of these cells and the mine is destroyed, the entire mine is destroyed in the process. Regards, Myzter
  19. 1. Look the line 606, change the "rand" value 2. Download the new LangManagement.txt with the fix: http://www.myzter.com/downloads/LangManagement.txt thx sir Myzter it's very helpfull and thx for sharing this awesome script.. EDITED : i'm little bit confuse on column "mines" inside mn_maps table, can you explain to me the structure of that column sir Myzter?? Sure, This is the struct of that table: `map`: The name of the map where you want to add mines, ie: anthell02 `mines`: The maximum amount of mine spots in that map, ie: 5 `mtypes`: The sum of the mine ID's, ie: 1+8+32 = 41 The mine id's are unique and the next mine ID must be always the previous id * 2 (1,2,4,8,16,32,64,etc.), just in the case you want to create more mines. When 1 map have more than 1 mine specified, the system create the mines at random using the specified id's. Regards, Myzter
  20. 1. Look the line 606, change the "rand" value 2. Download the new LangManagement.txt with the fix: http://www.myzter.com/downloads/LangManagement.txt
  21. open "script_athena.conf" and ensure the variables "check_cmdcount" and "check_gotocount" have that values... 655360
  22. Thanks, your translation is now available in the main post. To disable the time restriction, just set 0 to "$@BuildCooltime" Myzter
  23. This system is for any kind of weddings, if you want to use wedding clothes and marry in a Religious ceremony or get married using any other clothes in the middle of the desert is your decision. The wedding ring is for Ragnarok Weddings, but Family Gangs uses npc:family to use commands and support any kind of command, lots of commands more than the common way. btw, see the video in the main post.
  24. Thanks,It should by, this script works well in eAthena. Regards, Myzter
×
×
  • Create New...