Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. Version 1.0.0

    197 downloads

    Contents: 3 map files (.gat .gnd .rsw) 1 minimap (.bmp) There is no script for this map, it was just something i created for a friend last year as he had a "wave" instance script where mobs were spawned in the south-east corner of the map and they made their way to the north-west corner, so i built a small town and placed a wooden door hidden amongst the trees to signify the end-point.
    Free
  2. View File xmas event map Contents: 3 map files (.gat .gnd .rsw) 1 minimap (.bmp) There is no script for this map, it was just something i created for a friend last year as he had a "wave" instance script where mobs were spawned in the south-east corner of the map and they made their way to the north-west corner, so i built a small town and placed a wooden door hidden amongst the trees to signify the end-point. Submitter Akkarin Submitted 05/14/2017 Category Maps & 3D Resources Content Author  
  3. Version 1.0.0

    170 downloads

    Contents: 3 map files (.gat .gnd .rsw) 1 instance script file (.txt) This is just a quick instance script i wrote for a server i used to develop for. It uses a slightly modified version of the default @jail map with the staircase and bars removed so that the mobs spawned inside each of the cells can roam around once they're spawned by the script. On entrance, 2 mobs are spawned, then once killed the script will spawn two more further down the corridor. When they're killed you get two more mobs spawned a little further up. etc etc until you reach the top of the map where MvPs are spawned in the cells at the top, one at a time. There is no instance entrance script, you should decide how you want to create the instance yourself. This was designed to be IM_CHAR with a Base Level requirement of 99+ but it's up to you how you implement it. There are probably errors. If you can't fix them yourself, you shouldn't be running a server. Prize is configured at the bottom of the script. Don't forget to add to your db/import/instance_db.txt file.
    Free
  4. View File Instance: Prison Break Contents: 3 map files (.gat .gnd .rsw) 1 instance script file (.txt) This is just a quick instance script i wrote for a server i used to develop for. It uses a slightly modified version of the default @jail map with the staircase and bars removed so that the mobs spawned inside each of the cells can roam around once they're spawned by the script. On entrance, 2 mobs are spawned, then once killed the script will spawn two more further down the corridor. When they're killed you get two more mobs spawned a little further up. etc etc until you reach the top of the map where MvPs are spawned in the cells at the top, one at a time. There is no instance entrance script, you should decide how you want to create the instance yourself. This was designed to be IM_CHAR with a Base Level requirement of 99+ but it's up to you how you implement it. There are probably errors. If you can't fix them yourself, you shouldn't be running a server. Prize is configured at the bottom of the script. Don't forget to add to your db/import/instance_db.txt file. Submitter Akkarin Submitted 05/14/2017 Category Games, Events, Quests Content Author  
  5. You begin by downloading the translated files from https://github.com/zackdreaver/ROenglishRE and then follow any one of the client-side guides found on the forums.
  6. We use Github because we use the Git Workflow. Stop using svn :/
  7. Renewal features don't work in pre-renewal mode because... they're renewal..
  8. ...? rAthena should be cloned from Github using git, not svn. There are plenty of instructions on these forums that will guide you on how to do this.
  9. https://github.com/rathena/FluxCP/issues
  10. If you read the script youd see that you can just change the rand script to whatever twice your current rates are. Don't be lazy.
  11. - script PvPPoints -1,{ OnInit: .Delay = 180; setarray $PVPMAPS1$[0],"guild_vs2","guild_vs3"; //you can add more maps here end; OnPCKillEvent: if (getcharid(0)) for(set .@i,0; .@i < getarraysize($PVPMAPS1$); set .@i,.@i+1) { if(strcharinfo(3) == $PVPMAPS1$[.@i]) { if( @Delay < gettimetick(2) ){ .@Amount = 1; #PVPPOINTS += .@Amount; dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#PVPPOINTS+" PvP Points."; if( .Delay ){ @Delay = gettimetick(2) + .Delay; } } } } end; OnPCDieEvent: if(strcharinfo(3) == $PVPMAPS1$[.@i]) { if(strcharinfo(3) == $PVPMAPS1$[.@i]) { .@Amount = 1; if(#PVPPOINTS >= .@Amount) { #PVPPOINTS -= .@Amount; dispbottom "Lost "+.@Amount+" Cash Point. Total = "+#PVPPOINTS+" Cash Points."; } else { //dispbottom "Attempting to subtract more points than the player owns."; // You could optionally just reset to 0 here too //#PVPPOINTS = 0; } end; } } end; }
  12. Every Tuesday. I've installed a script that calculates income in the past week and then processes withdrawals on a first come first served basis upto that value. Some weeks we manage to process 2, some weeks we can process 10. It mostly depends on whether users are purchasing with old account credit or not, as that means the file owner can withdraw funds that don't exist @.@
      • 4
      • Upvote
  13. 4324!
  14. ...? This is a support thread for the files i provide, not for how to install and run rAthena. https://github.com/rathena/rathena/wiki/Install-on-Windows Or use the search button - or have a look in the Client Release section for full packages that you can just extract-and-go.
  15. You download rA using the links in the navigation bar of the rAthena forums.
  16. That's a local server, and yes. Like i said, i've already told you what you need in order to play locally.
  17. I'm still concerned by what you mean as "offline". By definition, a server that is offline is broken. You can install rA and play "locally", but not "offline". I've already stated what you need in order to play on a local server.
  18. There are links all over the forums if you used the magic search function. https://github.com/zackdreaver/ROenglishRE
  19. "offline"? This the full install from kRO. This is not a client for you to play a private server with. Download this, then get an english translation pack, then a client and diff it. you can then connect it to any rAthena server providing you have the correct clientinfo.xml.
  20. Quite honestly, server staff need to keep their drama to themselves and not plaster it all over my forums. If you want drama and sympathy, go to RMS.
  21. Ensure you add your map files to the correct mapcache and map_index file. Also, i'm not sure what "LHZ Pack" you're talking about. If this is default rAthena stuff, i'd be interested in knowing what you've changed in order for these maps to not be detected in the index list.
  22. Approved, though you'll have to forgive me for not testing the Spanish version.
  23. This went great for a few days then kinda stopped. How do i re-motivate you guys?
×
×
  • Create New...