Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/03/17 in all areas

  1. Version 1.0.1

    88 downloads

    Lucky Roulette System with award of items, easy configuration of items, quantity and chance of success. By buying this script, you agree to these terms: You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. Terms above may be changed or adjusted without prior notification. Copyright © - Emperium Games 2017 - All Rights Reserved
    5.00 USD
    1 point
  2. View File Lucky Roulette (Script + Img + PSD) Lucky Roulette System with award of items, easy configuration of items, quantity and chance of success. By buying this script, you agree to these terms: You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. Terms above may be changed or adjusted without prior notification. Copyright © - Emperium Games 2017 - All Rights Reserved Submitter M4karov Submitted 06/27/2017 Category Games, Events, Quests Video Content Author Wagner Passos, Douglas Santos  
    1 point
  3. Version 0-13

    476 downloads

    Ergo Patcher Guide Setup the Patcher Extract the patcher. Open the Config File (/ErgoPatcher/System/Config/PatcherConfig.XML) with Notepad++ or any other text Editor. Edit the Black parts. (Value Settings) Required are: <HTTPLink_Patcher_List> - The PatchList.XML file should be directly reachable. (On your website/server). It requires the complete patch to this file. "http:" is also required. <HTTPLink_Patches_Directory> - The remote folder where your patches will be downloadable. <RagnarokEXEName> Is required for the "Start" Button. Your client belongs into the /RO/ Folder. <MetroColor> The Patcher uses MahAppsMetro for thr window design. Possible colors without any further changes in this application are: “Red”, “Green”, “Blue”, “Purple”, “Orange”, “Lime”, “Emerald”, “Teal”, “Cyan”, “Cobalt”, “Indigo”, “Violet”, “Pink”, “Magenta”, “Crimson”, “Amber”, “Yellow”, “Brown”, “Olive”, “Steel”, “Mauve”, “Taupe”, “Sienna”. A tip: Keep the standard config around. So that you know where a number, a string or an bool (true/false) is requested. The rest is self explaining I guess. If there is a problem setting up the patcher feel free to ask. (PM me or ask for me in discord) Here is a Video for Starters: ErgoPatcher_Starter_Guide.mp4 Currently Working on: Crypted-Config: [IIIIIIIIII] ~ 0% Done. Hash-Checking Files: [IIIIIIIIII] ~ 0% Done.
    Free
    1 point
  4. June Digest 2017 The following digest covers the month of June, 2017. Staff Changes None Development Highlights CORE: Fixed warps between 2 maps of the instance (ddee418) Implemented Clan Instance support (f450538) Added support for 2016's guild packets (9412ebb) Fixed login on 2017-03-15 and later (52ac564) Added support for 2017's guild leader change (b51617c) Fixed party window for 2017 clients (816d8ab, 7351b88) Fixed Status Recovery's interaction with other skills (b2d72ca) Corrected a SQL buffer type for bound items (1282594) Fixed color by default in questinfo script command (ad82c6b) Changed some GvG checks (264af55) Fixed some damage skills which ignored walls (05a778d) Updated atcommand changegm area name update (3093824) Fixed false duplication of items on trading (6b8dbf9) Implemented basic RODEX support (58776da, 3acf1aa) Adjusted RODEX mail return and delete timer (9d7d368) Adjusted NPC casted skill cast times (2a6277a) Added a config for Banana Bomb (e804970) Fixed a bug with script command strnpcinfo (a7c8751) Replaced rand() to rnd() (20908ee) Fixed motd parsing (9827bf6) Updated sleep2 command (a8e4c83) DATABASE: Item DB updated (887efa4, 55935a1) Updated Rune Knight Runestone effects (4a2bd82, c212b2e) Corrected some Aegis item names (a89e051, fb2ab5b) Added some placeholder from kRO data patch 2017-06-07 (8e7d739) Updated Item Package and Aegis names (6c266ae, 6d962d7, 399d11c) Updated mapcache.dat (b9db861) Updated produce_db.txt to include Combination Kit (6ce8468) Updated /re/refine_db.txt (56201ae) Removed all bAtkRate item bonuses from renewal (d5b67f3) Added some placeholder for mob_db.txt (c8496a1) Resolved function timers not being freed properly (ba242eb) SCRIPT: Fixed bug with vip_status command (d0ca637) Initial release of Lasagna NPCs (a5afb06) Added Clan Emblem to the NPCs (45e91e2) OTHERS: Added instruction on how to get Git Hash (1005b46) Cleaned up Visual Studio project minicore (76786e2, da036de) Resolved compiler warning when compiling rAthena using clang++ (bd33f01, 6fc2399) Migrate core source files to C++ (4a2574c, 809fc35) Fixed compile error when ADJUST_SKILL_DAMAGE macro is defined (e87626c) Statistics Excluding merges, 7 authors have pushed 61 commits to master and 96 commits to all branches. On master, 252 files have changed. There have been 28,706 additions and 3,487 deletions. There are 20 merged Pull Requests and 8 Proposed Pull Requests. There are 11 new Issues and 30 Closed Issues. List of Contributors @admkakaroto, @aleos89, @anacondaqq, @Atemo, @awayne910, @cydh, @exneval, @Felleonel, @hazimjauhari90, @jenkijo, @Jeybla, @jezznar, @kukuasir1,@Lemongrass3310, @mrdiablo, @RadianFord, @RagnarokNova, @secretdataz, @Tokeiburu, @uddevil, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  5. prt_in,86,91,2 script Gold Coin US Exchanger 100,{ function Exchange; switch( select( "Yggdrasilberry Box", "Royal Jelly Box", "Elunium Box", "Costume Iron Chain", "Costume Indian Hairband", "Costume Wizard Hat", "Costume Memmory of Lovers", "Costume Spiky Band", "Costume Vicious Stop Bandage", "Costume Vicious Mind Aura" )){ // Exchange( <Item Gained>,<Amount>,<Item Required>,<Amount> ); case 1: Exchange( 13517,1,7720,12 ); break; case 2: Exchange( 13516,5,7720,10 ); break; case 3: Exchange( 12997,10,7720,11 ); break; case 4: Exchange( 19528,10,7720,18 ); break; case 5: Exchange( 31130,10,7720,25 ); break; case 6: Exchange( 20093,10,7720,18 ); break; case 7: Exchange( 20376,10,7720,28 ); break; case 8: Exchange( 19527,10,7720,18 ); break; case 9: Exchange( 19825,10,7720,17 ); break; case 10: Exchange( 20407,10,7720,35 ); break; default: mes "Wrong Selection"; break; } close; function Exchange { mes "Exchange "+getarg(3)+" "+getitemname( getarg(2) )+" into "+getarg(1)+" "+getitemname( getarg(0) )+"?"; if(select("Yes","No")==1){ if( countitem( getarg(2) ) < getarg(3) ){ mes "Sorry you didnt have enough Items to trade."; close; }else{ mes "Done"; delitem getarg(2),getarg(3); getitem getarg(0),getarg(1); } } return; } }
    1 point
  6. mmm, this is very interesting, thanks Sunset.
    1 point
  7. Hello! Idk the status of this, but if anything, then this could do that, what you are looking for.(aka stealing costumisations) https://rathena.org/board/topic/65959-packetparser-yommys-amazing-ragnarok-packet-analyzer-framework/?page=3
    1 point
  8. if (!vip_status(VIP_STATUS_ACTIVE)) end; add on top of the script.
    1 point
  9. Use this: if( getgroupid() < 1) { end; }
    1 point
  10. there is different kinda wiki templates available in web the example you showed is from is this https://www.mediawiki.org/wiki/MediaWiki i personally use dokuwiki since its easy to edit pages https://www.dokuwiki.org/dokuwiki#
    1 point
  11. try command @sakura if that work, i would guess it from the map it's self
    1 point
  12. try to change */data/À¯ÀúÀÎÅÍÆäÀ̽º/questitem if you want to change Background. maybe there is an easier way, i dont know. hope it helps! greets Koams
    1 point
  13. Got warning.. Sorry and will more cautious and alert after this.. Really don't notice have this third-party services menu.. I looking at forum category only.. My bad.. As reminder for other members, who maybe don't notice it.. Here it is :
    1 point
  14. No, english isn't my first language. I need a luafiles with "accessoryid.lua" bigger than ACCESSORY_MAGICAL_BOOSTER = 873 All you need to do is update your kRO :/ I have everything up to the latest released: http://nn.nachtwolke.com/dev/viewlist/
    1 point
  15. you don't need to find the "latest lua files", but "the suitable" one with the client you are using. and I believe you can't get new (2014) features if you're using 2010 client. http://svn6.assembla.com/svn/ClientSide/Lua_Project/
    1 point
×
×
  • Create New...