Leaderboard
Popular Content
Showing content with the highest reputation on 06/14/13 in Posts
-
Euphy's Scripts Disclaimer You may use, modify, and host all of my released scripts. You may not sell them, re-release them in any way (modified or otherwise), or remove the credits. < Event Manager > < Hunting Missions > < Queue System > < Euphy's WOE Controller > < All-In-One NPC > < Euphy's Quest Shop > < Euphy's Warper > < Item Rewards > < Custom Currency Multi-Shop > < Build Manager + > < Class Mastery System > < Class Specialization > < Badge System > < Guarantee Refine Ticket > < Item Fusion > < Euphy's MVP Ladder > < Card Trader > < NPC Duplicate Generator > < Auto-Potion >1 point
-
File Name: [Recolor] Archangel Wings File Submitter: Taeko File Submitted: 12 Jun 2013 File Category: Headgears Content Author: Taeko, Ragnarok Hi this a request ^^ Enjoy!! In the .rar archive the are: -sprites (female, male and drops) -textures This work is use for headgear not robe Click here to download this file1 point
-
Hello friends! this is interesting to you? can i continue the development? or it's not a good project? Page: http://barrosfilipe.github.io/robrew/ Github: https://github.com/barrosfilipe/robrew What is RObrew? It's a Linux (Debian Based OS / Red Hat Based OS) application that will provide you a simple life in ragnarok emulator management. Example without RObrew: You need to install package dependencies to your emulator manually, for example: * gcc * make * mysql * mysql-devel * mysql-server * pcre-devel * subversion * zlib-devel And then download the emulator from svn/repo and compile it manually! Example with RObrew: After install RObrew you just need to do that command in your terminal: $ robrew install <emulator> For rATHENA: $ robrew install rathena Package Dependencies: * gcc * make * mysql * mysql-devel * mysql-server * pcre-devel * subversion * zlib-devel The robrew command will install all package dependencies automatically, download rATHENA from official svn/repository. If you want to compile: $ robrew compile /path/to/downloaded/hercules/folder/ RObrew is now in development and the first release will have plugins. For example, a plugin named emulator-dropbox-backup that provide automatically daily backups from your emulator and database to a DropBox storage. if you are interested to get involved contact me (PM). Thanks! Let's make the world better with Love <3, c0nsumer (Filipe Barros)1 point
-
File Name: Stylist with autoscroll File Submitter: Brian File Submitted: 13 Jun 2013 File Category: Utilities Content Author: Brian, Euphy This is a modified version of the rAthena Stylist (trunk/npc/custom/stylist.txt) It adds 2 new menu options "Next autoscroll" and "Previous autoscroll". When a player picks these options, after they close the NPC message box, the script will begin scrolling through palettes with a 1-second progressbar delay. To stop scrolling, just move your character and interrupt the progressbar. Other changes from the original rAthena Stylist: after selecting "Previous", then Previous appears before Next in the menu starts at your current palette instead of always starting at #1 the first menu (Cloth color, Hairstyle, Hair color) displays your current palette numbers Click here to download this file1 point
-
This script is old and I'm not using it anymore so I decided to share this here. Chained Quest ~ Scripts including 9 NPCs ~ ~ Dende ~ Master Popo ~ Bulma ~ Chi-Chi ~ Master Roshi ~ Krillin ~ Goku ~ Master Karin ~ Shenron Can set Random Prizes ~ set .@gamble1,rand(1,10); if (.@gamble1 == 1) set .@item,1161; else if (.@gamble1 == 2) set .@item,30021; // Change else if (.@gamble1 == 3) set .@item,2115; // Change else if (.@gamble1 == 4) set .@item,2421; // Change else if (.@gamble1 == 5) set .@item,30029; // Change else if (.@gamble1 == 6) set .@item,7086; // Change else if (.@gamble1 == 7) set .@item,30013; // Change else if (.@gamble1 == 8) set .@item,675; // Change else if (.@gamble1 == 9) set .@item,30014; // Change else if (.@gamble1 == 10) set .@item,30004; // Change getitem .@item,1; Dragon Ball Z Quest.txt1 point
-
File Name: Account Bound Items File Submitter: Xantara File Submitted: 16 Sep 2012 File Category: Source Modifications Content Author: Xantara, Zephyrus, RO Information This system would allow (non-stackable, non-pet-egg) items to be bounded onto a player's account. This means that the bounded items cannot be traded, dropped, auctioned, nor mailed. But, they can be storaged so that it can be shared among the characters of that account. Features: - Item coloration to distinguish bounded items and non-bounded ones (see screenshot) - Script commands (getitembound, getitembound2, equipisbounded) to create and check for bounded items - At commands (@itembound, @itembound2) to create bounded items - New group permission (can_trade_bounded) to allow the group to distribute these bounded items if enabled (mostly just for High GMs / Admins) - Changes to the SQL files to track bounded items. This would effect cart, inventory, and storage databases. Tested on rAthena revision 17294 (using v1.5.1). Script Command Documentations At Commands Documentations Known Issues - When moving a bounded item to storage, item colouration is gone. However, re-opening the storage or re-logging will fix this issue.1 - When moving a bounded item to the cart inventory, item colouration is gone. However, re-logging will fix this issue.1 1 If you are able to find these packets (ie. PACKET_ZC_ADD_ITEM_TO_STORE3 and/or PACKET_ZC_ADD_ITEM_TO_CART3), please let me know! Credits Created by @Xantara Popularized by Zephyrus Idea by Ragnarok Online License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Like my work? Rate/vote this download Rep up my support topic post Do not mirror without my consent. Click here to download this file1 point
-
File Name: Livion Town File Submitter: kasumy File Submitted: 13 Jun 2013 File Category: Maps & 3D Resources Content Author: kasumy*-* Livion is a white city ^^ I hope enjoy it xD Click here to download this file1 point
-
1 point
-
1 point
-
according to your error you must execute. upgrade_svn17351 to your SQL database. SlashGeeGee1 point
-
1 point
-
@Euphy: I forgot save change. look it again. http://pastebin.com/AqbnH7PW1 point
-
- shop custom_seller1 -1,501:50 morocc,159,97,5 script SQL NPC Shop 60,{ mes "Welcome to my shop!"; callshop "custom_seller1",1; npcshopattach "custom_seller1"; end; OnBuyItem: for(set @i,0; .shop_list[@i]; set @i,@i+1) { for(set @d,0; @d<getarraysize(@bought_nameid); set @d,@d+1){ set .@shpl, .shop_list[@i]; set .@pril, .price_list[@i]; set .@boun, @bought_nameid[@d]; set .@bouq, @bought_quantity[@d]; if(.@boun==.@shpl) { if(checkweight(.@shpl,.@bouq)){ if(query_sql("SELECT `pontos` FROM `char` WHERE `char_id` = "+getcharid(0)+" AND `pontos` -"+( .@pril*.@bouq )+" > 0 FOR UPDATE;",.@a)){ query_sql("UPDATE `char` SET `pontos` = `pontos` -"+( .@pril*.@bouq )+" WHERE `char_id` = "+getcharid(0)+";"); getitem .@shpl,.@bouq; dispbottom "Transaction complete you have "+(.@a-(.@pril*.@bouq))+" points left."; } else { dispbottom "I'm sorry you don't have enough points for "+getitemname(.@shpl)+"s."; } } else { dispbottom "I'm sorry but you can't hold that many "+getitemname(.@shpl)+"s."; } } } } deletearray @bought_quantity, getarraysize(@bought_quantity); deletearray @bought_nameid, getarraysize(@bought_nameid); close; OnInit: //=================Configuration================ //Itemlist setarray .shop_list,607,678; setarray .price_list,20,15; //================================================= npcshopdelitem "custom_seller1",501; for(set .i,0; .i<getarraysize(.shop_list); set .i,.i+1) npcshopadditem "custom_seller1",.shop_list[.i],.price_list[.i]; end; } LOL I didn't see your post Chapuche! Chapuche, you forgot to add a weight check.1 point
-
- shop falseshop -1,909:-1 prontera,155,160,5 script dffddf 56,{ callshop "falseshop",1; npcshopattach "falseshop"; end; OnBuyItem: query_sql "select `pontos` from `char` where `char_id` = "+ getcharid(0), .@pontos; while( @bought_nameid[.@j] ) { for ( .@i = 0; .@i < .size_shop; .@i += 2 ) if ( .item_shop[.@i] == @bought_nameid[.@j] ) break; .@amount = .@amount + @bought_quantity[.@j] * .item_shop[.@i+1]; .@j++; } if ( .@amount > .@pontos ) { dispbottom "You need "+ .@amount +" point(s) and you have "+ .@pontos +" point(s)."; end; } query_sql "update `char` set `pontos` = ( `pontos` - "+ .@amount +" ) where `char_id` = "+ getcharid(0); for ( .@i = 0; .@i < getarraysize( @bought_nameid ); .@i++ ) getitem @bought_nameid[.@i], @bought_quantity[.@i]; dispbottom "You use "+ .@amount +" point(s). "+ .@pontos +" point(s) remains."; end; OnInit: setarray .item_shop, 7447,5, 7448,6; // <Item ID>, <amount points required> .size_shop = getarraysize( .item_shop ); npcshopdelitem "falseshop",909; while( .@i < .size_shop ) { npcshopadditem "falseshop", .item_shop[.@i], .item_shop[.@i+1] ; .@i += 2; } }1 point
-
Check your src/common/mmo.h if what's the PACKETVER you got and change it to your client date like that your using 2012 - 04 - 10 it should be like this #define PACKETVER 20120410 //#define PACKETVER 201303201 point
-
1 point
-
1 point
-
1 point
-
Your webpage displays fine: http://cataclysmicro57.zxq.net/thor/notice.html You are missing a trailing slash in the base_url. It should be: base_url=http://cataclysmicro57.zxq.net/thor/1 point
-
mob_db.txt 1708,THANATOS,Thanatos,Memory of Thanatos,99,445660,0,3666000,2145060,3,3812,7483,35,35,100,108,30,86,147,32,10,12,2,6,88,0x37B5,120,115,816,504,1833000,617,5500,603,5000,732,2000,7444,1000,2519,1000,7450,5000,2342,5000,2412,5000,2515,1000,2655,500,0,0,0,0,0,0 SlashGeeGee1 point
-
12/06/2013 - Mantenimiento kRO ** ¡¡Puede contener errores de interpretación!! ■ Inspection Time - Mains: 02:30 to 06:30 (Hora españa) - Sakray: 02:30 to 09:30 (Hora españa) Common Patch: Mains Servers: - En las WoE TE todos los artículos procedentes de los tesoros con efecto único en las areas de los castillos (ataque, defensa, etc) se modifican para que no se puedan usar en dichas areas. - Se añade el sistema bancario. -> El sistema bancario es un sistema para que el usuario guarde sus zenys. -> El banco no es solo para un personaje, sino común para todos los personajes de una misma cuenta. - Generic Habilidad Modificada: La habilidad [Fire Expansion] Nivel 5 (Acid Demonstration) se modifica su efecto para aplicar el efecto más nuevo del acid demonstration, ya que se aplicaba la versión anterior. - El éxito de usar una habilidad de mejora''Buff'' en algunos monstruos se ha modificado. -> El efecto de mejora''Buff'' se mantiene durante 30 segundos. -> Los MvP detale y beelzebub reducen el daño físico recibido en un 80%, a la vez aumenta el daño mágico recibido en un 80%. -> Los monstruos necromancer, Hardrock Mammoth y Nidhoggur's Shadow reducen el daño físico recibido en un 60%, a la vez aumenta el daño mágico recibido en un 60%. -> El MvP Lost Dragon(Wandering Purple Dragon) reduce el daño físico recibido en un 20%, a la vez aumenta el daño mágico recibido en un 20%. -> Toda la familia de mob's scaraba reduce el daño físico recibido en un 60%~80%, a la vez aumenta el daño mágico recibido en un 60%~80%. Sakray Server: - Se Añaden 48 nuevas cartas. - Puedes usar las recompensas obtenidas en la instancia old glast heim(Dificil) para encantar las botas del tiempo (slot) con sustanciales mejoras. - En el reino de midgard el poder diabólico que cubría morocc ha sido vencido. -> Nunca más se podrán hacer las aventuras de la resurrección de Satan Morocc. -> Gracias a los estudios de los eruditos del reino de midgard del crack dimensional(dali02) se ha podido cumplir la misión de satan morocc. Extensión del patch (compensación) (12/06/2013) - Se añade el tipico NPC (en paradise group) que te incrementa el job en 1,05 (30 minutos) y te restaura HP/SP, te borra el delay de las principales instancias de los main servers una sola vez. ** Nota Ziu: (Debido a un fallo con los lubs [attempt call a nil value] que muchos usuarios de rAthena conocen cuando crean clientes) solo esto puede pasarle a gravity. Actualizado... Ilustraciones Nuevas Cartas (12/06/2013) kRO1 point
-
It's rsupack, by Ai4rei: http://www.eathena.ws/board/index.php?showtopic=235987 http://nn.nachtwolke.com/dev/rsu/1 point
-
better if you disable it since some files are missing how to disable? here. trunk/conf/char_athena.conf and goto line 169 pincode_enabled: yes change it to " no " to disable the pincode system i hope this will help you...1 point
-
Thanks for releasing into public we're really appreciate this kind of Flux Design. Edit: +11 point
-
Use a 2012-04-10 client, because it's the latest stable that rA supports.1 point