Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/27/17 in all areas

  1. 986 downloads

    Moderators Note: As of 2022, Does not work with the latest version of FluxCP. MonstersSpawn add informations to mobs (their location) and maps with list of the monsters are on the map. Most map image are in the folder /data/maps/ but not all. Install: Folder maps_spawn move to addons (addons/maps_spawn) Folder data (map images) must be combine with you data Then create tables with mobs and maps (http://your.site/?module=admin_spawn) and upload file *Athena/db/(re|pre-re)/map_cache.dat to filling the database. All your scripts with mobs (*Athena/npc/(re|pre-re)/mobs) you must create zip archive, and upload too. Script tested on last FluxCP(29.07.2015), rAthena 17726, and Linux Sorry for my English GitHub (Last Version) - https://github.com/F...l/monster_spawn
    Free
    1 point
  2. This feature is merged and as rAthena's feature since Git Hash: e59cdfff903c1f7ea920858eb62a6ce1b31db9c6 SEE ALSO: For Item Random Option: getitem3, getitembound3, rentitem3, makeitem3, delitem3, countitem3 There are 2 new db files for this feature. item_randomopt_group.txt where you defines the group (that will be used later in mob_drop) with its entries and some rates. mob_drop.txt (whew, actually I want remove drops from mob_db.txt 'in previous life'), this is your workplace if you want to add drop item with the random option group, just like iRO's Crimson Weapon! How to add Custom Again, here my custom while testing this just now (Good! I create this feature only for 2 days) Don't forget add the item random option group to db/const.txt just like when you add item group. RDMOPTG_MaxHP 2 RDMOPTG_MaxSP 3 Then defines the group entries in db/[pre-]re/item_randomopt_group.txt // MaxHP RDMOPTG_MaxHP,100,RDMOPT_VAR_MAXHPAMOUNT,100,0 RDMOPTG_MaxHP,60,RDMOPT_VAR_MAXHPAMOUNT,150,0 RDMOPTG_MaxHP,30,RDMOPT_VAR_MAXHPAMOUNT,200,0 RDMOPTG_MaxHP,12,RDMOPT_VAR_MAXHPAMOUNT,300,0 RDMOPTG_MaxHP,6,RDMOPT_VAR_MAXHPAMOUNT,400,0 RDMOPTG_MaxHP,3,RDMOPT_VAR_MAXHPAMOUNT,600,0,RDMOPT_VAR_HPACCELERATION,10,0 RDMOPTG_MaxHP,2,RDMOPT_VAR_MAXHPAMOUNT,600,0,RDMOPT_VAR_HPACCELERATION,10,0,RDMOPT_VAR_MAXHPPERCENT,5,0 RDMOPTG_MaxHP,1,RDMOPT_VAR_MAXHPAMOUNT,600,0,RDMOPT_VAR_HPACCELERATION,20,0,RDMOPT_VAR_MAXHPPERCENT,7,0 // MaxSP RDMOPTG_MaxSP,100,RDMOPT_VAR_MAXSPAMOUNT,50,0 RDMOPTG_MaxSP,60,RDMOPT_VAR_MAXSPAMOUNT,100,0 RDMOPTG_MaxSP,30,RDMOPT_VAR_MAXSPAMOUNT,150,0 RDMOPTG_MaxSP,12,RDMOPT_VAR_MAXSPAMOUNT,250,0 RDMOPTG_MaxSP,6,RDMOPT_VAR_MAXSPAMOUNT,350,0 RDMOPTG_MaxSP,3,RDMOPT_VAR_MAXSPAMOUNT,500,0,RDMOPT_VAR_SPACCELERATION,10,0 RDMOPTG_MaxSP,2,RDMOPT_VAR_MAXSPAMOUNT,500,0,RDMOPT_VAR_SPACCELERATION,10,0,RDMOPT_VAR_MAXSPPERCENT,5,0 RDMOPTG_MaxSP,1,RDMOPT_VAR_MAXSPAMOUNT,500,0,RDMOPT_VAR_SPACCELERATION,20,0,RDMOPT_VAR_MAXSPPERCENT,7,0 Now, add for monster's drop in db/[pre-]re/mob_drop.txt // Additional Valkyrja's Shield as normal drop for Valkyrie Randgris 1751,2115,2000,RDMOPTG_MaxHP 1751,2115,2000,RDMOPTG_MaxSP // Additional Valkyrian Armor and Valkyrian Shoes as MVP reward for Valkyrie Randgris 1751,2357,1000,RDMOPTG_MaxHP,2 1751,2421,1000,RDMOPTG_MaxSP,2 OK, you can test it. Screen Shots Links Branch Initial release commit and its Diff Changelogs and its Diff or download the file Thanks for people who gave information, MrDiablo (what's again his account here?), Oda (that iRO's CM), Secrets (for the Random option system and make me wait and think 'what will he does about the rest item random option expansion?'), and Allanon (from OpenKore, for confirming a thing for me).
    1 point
  3. original by Napster ( https://rathena.org/board/topic/97889- ) equivalent ExtendedVendingSystem_1.9.4_r15149.diff very recommend use clean server for this patch. back up your server first before patch and use as your own risk. Step 1: download patch.diff and place to rAthena working directory. Step 2: in Git Bash, browse to rathena directory (cd command) and execute this command. patch -p1 -l < patch.diff or git apply patch.diff result should be. Step 3: migrate database by command. mysql --user=dbuser -p dbname < sql-files/upgrade_extended_vending_item.sql Step 4: re-compile. Step 5: start the server. test result with rAthena server commit "f8a8c9fe798c315a3a340eb5a484d275c5c543b2" (24 August 2016) Edit: Updated 10 August 2016 patch.diff
    1 point
  4. Remove the account-based variable character "#" from the variable #Freebie.
    1 point
  5. go to exp.conf find // PVP exp. Do players get exp in PvP maps // (Note: NOT exp from players, but from normal leveling) pvp_exp: yes if you have it in "No" change it to yes, and try it.
    1 point
  6. Nice. To anyone else who wants to implement it, I had a mistake; it's skill.c, not battle.c
    1 point
  7. you are looking for euphy event manger which is paid script but not available(which is not available anymore) even if someone got its having bugs with the latest version! hope someone fix it or you can use the free event manger release by stolao script
    1 point
  8. I did a mix with previous changes. It's not a good code, but it works. http://pastebin.com/raw/7MTcs3c2
    1 point
  9. Implemented in Git Hash: 9c2026d!
    1 point
  10. If you're talking about the message when you type '@go' try to edit it in conf/help.txt go: "Params: <city name|number>\n" "Warps you to a city.\n" " -3: (Memo point 2) 14: louyang 31: mora\n" " -2: (Memo point 1) 15: start point 32: dewata\n" " -1: (Memo point 0) 16: prison/jail 33: malangdo island\n" " 0: prontera 17: jawaii 34: malaya port\n" " 1: morocc 18: ayothaya 35: eclage\n" " 2: geffen 19: einbroch\n" " 3: payon 20: lighthalzen\n" " 4: alberta 21: einbech\n" " 5: izlude 22: hugel\n" " 6: aldebaran 23: rachel\n" " 7: xmas (lutie) 24: veins\n" " 8: comodo 25: moscovia\n" " 9: yuno 26: midgard camp\n" " 10: amatsu 27: manuk\n" " 11: gonryun 28: splendide\n" " 12: umbala 29: brasilis\n" " 13: niflheim 30: el dicastes\n" For your last question just add a mapflag nowarpto splendide mapflag nowarpto
    1 point
  11. Have you try this method ? So every server should have server files ?
    1 point
  12. pa reputation naman kung nakatulong hehe. pa pindot nung heart sa gilid salamat
    1 point
  13. item names with underscore ( _ ) as spaces are `aegis names`, try using the `names(non aegis)` or `item ID` instead. and you don't need to add `1` in the end if you only need 1 piece, it will always be 1 if you dont provide the quantity
    1 point
  14. I don't know if this'll work but try putting " on the item name. Example: @item "Ahura Mazda" 1
    1 point
×
×
  • Create New...