Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/14/12 in all areas

  1. Original topic and code here: link Idea: link You can enable or disable the cash / item in file db/item_vending.txt Vending title can be looks like: "[ITEM_ID] name" Version 1.8 preview: Changelog conf/battle/feature.conf db/item_vending.txt Modify your client data files: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt Enjoy. New: rAthena only: ExtendedVendingSystem_1.8.1.patch ExtendedVendingSystem_1.8.patch Old:
    1 point
  2. Hey, guys! I am back for awhile! I had been wanting to contribute at least some of my works to RO community, but couldn't get much time to work on it so i came up with flux integrated themes from my past webs design idea as i know there aren't much free flux template released yet. This is my first time experimenting flux themes and is also my first integration. I am hoping that everyone will like it. My second release (Flux Themes). Sneak Peek: Edit: Simplicity v2.1 released! Click this link for more information -> http://elven.netne.net/blog/?p=344
    1 point
  3. src > map > skill.c find: if(unit_walktoxy(src, dx, dy, 2) && ud) { //Increase can't walk delay to not alter your walk path ud->canmove_tick = tick; speed = status_get_speed(src); for (i = 0; i < ud->walkpath.path_len; i ++) { if(ud->walkpath.path[i]&1) ud->canmove_tick+=7*speed/5; else ud->canmove_tick+=speed; } } } add below: if( sd && skillid == MO_EXTREMITYFIST)//[og2] { sd->canuseitem_tick = tick + 10000;//og2 } break;
    1 point
  4. I get warped whatever my job is. yuno,145,196,0 script seau#arch 139,4,4,{ if ((BaseJob == Job_Priest) && (roi == 2)) { OnTouch: sleep2 1500; warp "job3_arch01",29,27; end; } }
    1 point
  5. Homunculus S skills don't work yet, they're all passive as placeholders until the effects are coded.
    1 point
  6. What custom mods are in your server?.. I'm running the very latest pre-renewal config rAthena and whenever I create a new char.. I start as a novice with default stats? o_o
    1 point
  7. Hi Calypso000, You should follow every bit of those guides, and just replace the '127.0.0.1' values inside '/config/servers.php' with the IP of the "other VPS". This should work just fine as long as your MySQL user that you specify to use, can log in properly from that source.
    1 point
  8. Yeah, a giant Poring would just be a Mastering. :<
    1 point
  9. If you're going to remove the wings and the cloud.. it'll just be a regular poring.. which already exists?..
    1 point
  10. Another bugfix in r16625 regarding this feature, at this point I come to think this feature might be fully functional now.
    1 point
  11. I don't believe there's a script that can do what you're asking for. Moving this to Installation Support.
    1 point
  12. male /data/sprite/Àΰ£Á·/¸öÅë/³²/»êŸ_³².spr female /data/sprite/Àΰ£Á·/¸öÅë/¿©/»êŸ_¿©.spr
    1 point
  13. Are these edits already applied? If not, see if it works by adding them: - ceresCP_rA_update_r15583.patch
    1 point
×
×
  • Create New...