Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Mystery

  1. Would it not be better to make using palletes to stay equal to the player's character ? There's that feature already through a *Paid download through the download system.
  2. Try using the search function of the boards. http://rathena.org/board/topic/79144-i-need-ways-to-buy-items-from-a-kafrashop/?hl=%2Bkafra+%2Bshop#entry181902 http://rathena.org/board/topic/79148-are-there-other-ways/?hl=%2Bkafra+%2Bshop A "Kafra Shop" is simply a Cash Points shop as related in this script.
  3. Have you tried viewing this topic?
  4. Look at what iRO Renewal & iRO Pre-Renewal state.
  5. Use a better secured password? Use multiple different passwords for different databases? No other way to really prevent something like that unless there is a security flaw inside your control panel or your passwords and usernames are easily guessable.
  6. I'm sorry, but no. There are so many private servers out there it's hard to keep track. If this was the case, Gravity would of done something to all private servers (or at least majority of them) or even shut down eAthena, rAthena, Hercules, rAMod, eAMod, brAthena, etc. Also, as Mootie pointed out, people should stop providing services then for private server owners since now you're labeled as an acquaintance towards specific servers you work(ed) for. These emails are false until otherwise proven factual with actual proper grammar, logos, real business addresses, etc.
  7. I can download it o_O. What do you get?
  8. You can always check the downloads section. There's a lot already. http://rathena.org/board/files/file/2839-drawmove-free-animated-fluxcp-design-coded/ (Recent) Browse through the Web Resources Category
  9. Are you using a Custom Prontera or Regular Prontera? If it's a custom Prontera, probably the snow effect was put into that map.
  10. Indeed. rAthena will read either the Pre-Renewal Database or the Renewal Database depending on what you change up in your src/config/renewal.h file. Typically, look for this: /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL By commenting (//) that out, you server will read the Pre-Renewal folders.
  11. You can integrate it in whatever you want: fluxcp, cerescp, triton, custom CP, or without CP. How can I do that with FluxCP For anyone else about to ask... this isn't "Integrated". You would need to Integrate this Design into your Favourite Control Panel whether it being FluxCP, CeresCP, TritonCP, SGCP, etc. What's in the archive is only the Images, CSS, and HTML. xD To integrate it, you would have to pay someone that does integrations or integrate it yourself.
  12. Clean data folder: http://svn6.assembla.com/svn/ClientSide/Translation_Project/ http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/
  13. You only do this if you want to use VMFusion, Bootcamp, etc. you run the server. I've never tried XCode. But for me to RUN the ragnarok clients and their patchers, I use Crossover Games. You don't really need to do that through terminal just to get the SVN. You can actually download a client that you can download the SVN (i.e. http://www.smartsvn.com). Same for if rAthena converts to Git. Use Github's Mac client to download the repo. Easy. Now, if you want to compile the server on your mac, then yes, you need to do the following code listed above but also need xcode or get xcode dev tools instead of the entire Xcode application.
  14. Em.... Revert everything back to that starting point and create everything from scratch? o_O
  15. The only way to get RO on Mac is through Crossover games (From what I'm aware of). I currently was able to play a Private server through crossover games (hence my status updates) which was an exciting thing :> However, I must tell you its a long and tedious work.
  16. Yup. The IP Address is on default at the moment and you need to get your SQL Address from your provider. Your provider is responsible for having your VPS Address and a SQL One.
  17. Compare your Blitz Beat formula to the one thats in our SVN and see the difference. Our formula is as followed: //Blitz-beat Damage. if(!sd || (skill = pc_checkskill(sd,HT_STEELCROW)) <= 0) skill=0; md.damage=(sstatus->dex/10+sstatus->int_/2+skill*3+40)*2; if(mflag > 1) //Autocasted Blitz. nk|=NK_SPLASHSPLIT; if (skill_id == SN_FALCONASSAULT) { //Div fix of Blitzbeat skill = skill_get_num(HT_BLITZBEAT, 5); damage_div_fix(md.damage, skill); //Falcon Assault Modifier md.damage=(int64)md.damage*(150+70*skill_lv)/100; }
  18. I'm actually excited to see it in-game... I really wonder what the animations are going to be like and the effects :>!
  19. Very nice Morocc edit But, for me personally, I wouldn't call it Morocc anymore xD For me, Morocc has always been the desert map and that's what I will always think it as that no matter how much edits there is about it But really, it looks nice (from looking at the pictures) can't really say about it in-game. Nicely done :>
  20. Dark Crow... o_o It is interesting names.
  21. Please try to not edit your first post if you fixed your issue :>
  22. I think it's relevant enough because if you think about it, it's similar to script_commands in our documentation folder teaching some attributes ( a lot I must say) regarding scripting. Although this doesn't necessarily give a whole in-depth and a lot of functions about source, I think it's still good for people to understand the structuring of the source.
  23. Is what you're talking about similar too: http://rathena.org/b..._3189#entry3189 http://rathena.org/b...4797#entry14797 http://rathena.org/b...0584#entry10584 ?
  24. Instead of really bumping twice, have you looked through our Downloads section? http://rathena.org/board/files/file/2781-sae-create-weapon-pack-collection o_o
  25. It depends where exactly the code will be placed in our SVN. If it's placed in a different place in the source compared to where yours is, then it'll error because there's a duplicate in the source (as I'm aware of). If it gets placed in the SVN, you don't have to update since you already have it but it'd be careful if you automatically update your folder.
×
×
  • Create New...