Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. Mystery

    MVP ?

    How did you change the location? What's the script that you used?
  2. You don't have item_combo in your compilation? So, I'm guessing your using a very old rAthena revision? o_o. This item_combo_db was first introduced/implemented in r16393. And if you just add the .txt to your db/ folder without adjusting the source the actually read the file, it won't do anything ;P
  3. 2012 clients, you gotta do luafiles514/lua files.
  4. There's this one: http://rathena.org/board/files/file/2306-lava-pvp-map/ that's similar.. The original download link has been deleted so hopefully there's still a leak somewhere.
  5. By looking at this post.. I would say it's more updated than Flux's currently outdated item package. Because Akkarin extracted these items just recently while Flux's is how many years old?
  6. Yes. You need to replace your old izlude map with the new one VIA your client side as well as your map_cache. Follow Syouji's list and it'll work.
  7. The link to go to Thor's patcher site? o_o
  8. All antiviruses are different in the way they sense threats in programs. I've been using Thor for awhile and I havent ran into problems with my antivirus.
  9. You can use any (warp) portal structure found in any of your scripts located in your /warps folder. For example, this is mine from my custom mall: http://mysterious-pr...nk/npc/Mall.txt // Warps to Mall and Out fayon,57,123,0 warp tmallin 2,2,mal_in02,161,60 mal_in02,158,60,0 warp tmallout 2,2,fayon,57,120 But for what you want, prontera,156,195,0 warp tmallin 2,2,new_1-2,23,187
  10. Find this part: if(attachrid(.@Killer)){ dispbottom "You Gained 1 Cash Points from "+rid2name(.@Killed); emotion e_meh,1; set #CASHPOINTS,#CASHPOINTS+1; set @LastKilled,.@Killed; attachnpctimer; initnpctimer; and change it to: if(attachrid(.@Killer)){ dispbottom "You Gained 1 <item name> from "+rid2name(.@Killed); emotion e_meh,1; getitem <id>,<amount>; set @LastKilled,.@Killed; attachnpctimer; initnpctimer; Please note that you will still have to change this part: if(#CASHPOINTS){ dispbottom "You Lost 1 Cash Point from "+rid2name(.@Killer); set #CASHPOINTS,#CASHPOINTS-1; emotion e_sob,1; detachrid; because it's stating to the killed player that he lost 1 Cash Point for dying while his/her killer has gained 1 <item>.
  11. What a bunch of haters :>! It's only because I'm a leader and not a follower >o<
  12. Mystery

    Manhole Bug

    You must save and recompile your emulator afterwards for it to take affect
  13. https://rathena.svn....de_svn16517.sql You need an updated client. Probably one 2011-11 +? For Favorite Tab you need 2011-11-22aRagexeRE client.
  14. They are in kRO's rdata.grf. You must patch your clients. They were implemented in 05/30/2012 kRO Maintenance.
  15. Is your client diffed to read many headgears above 1200?
  16. Oh.. the Costume Tab.. not custom.. :S Updating your client and emulator would help. I don't know the exact date where the Costume tabs were implemented but they should be around 2011-11-+?
  17. Thats a RO (equip) item. Update your kRO files as suggested. Or, reset your appearance.
  18. Mystery

    Manhole Bug

    or fixing it??? According to iRO wiki: http://irowiki.org/wiki/Manhole So I don't think it needs to be fixed o_O I believe this is what Malufett was referring to: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/clif.c if (sd->sc.count && (sd->sc.data[sC_TRICKDEAD] || sd->sc.data[sC_AUTOCOUNTER] || sd->sc.data[sC_BLADESTOP] || //sd->sc.data[sC__MANHOLE] || sd->sc.data[sC_CURSEDCIRCLE_ATKER] || sd->sc.data[sC_CURSEDCIRCLE_TARGET] )) return;
  19. This is starting to get very repetitive.. o_o Put the msgstringtable in your data folder. Patch your msgstringtable into your GRF since 2012+ clients are not supposed to have the diff "Read Data Folder". After doing so, your problem will be solved because I've done it thousands of times .
  20. Mystery

    why ?

    Normally those are automatically written if A) You disabled allowing the public to view your equipment (Alt +Q) B ) You are currently in a party. Clicking on that circle thing will open a box with different options for your chatbox.
  21. Caspa, please try to not edit your first post. Other people might have the same problem as you've stated (before) and with you removing what you asked helped for is now gone. I know it could of been something very simple, but it could help other people . http://rathena.org/b...orum/132-rules/
  22. Mystery

    Help

    What did you diff your client with?.. Do not diff it to read the data folder and Luas before lubs first. The options in which your settings are saved (for 2012 clients) should be .../System. If you diffed your client to read the data folder first, your client won't read the System folder.
×
×
  • Create New...