Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. Those are configurable in trunk/conf/groups.conf
  2. The file you need to edit is php.ini - are you using something like wamp?
  3. This is your problem
  4. Aren't the commands going to be a necessity for this: http://rathena.org/board/topic/68198-07252012-kro-maintenance/page__hl__%2Bwave+%2Bdungeon ?
  5. Akkarin

    Request: RSS guide

    For fluxCP http://rathena.org/board/topic/67027-rss2news-for-fluxcp/ You can adapt that if you're not using flux too.
  6. It's caused by the amount of colours - when you save the bitmap, it has to '24-bit Bitmap' (i think... it's one of those). Any more and the client crashes because it doesn't know how to handle the additional colours.
  7. No problem Can a mod move this script requests?
  8. Not really xD If users are going to learn, they should learn to do things properly.
  9. I seem to have missed this subforum, possibly because nothing was posted in it until Spre's this morning. However, i'd like to suggest it gets removed from the forum. In the past when new users didn't know what they were doing (myself included at one stage) pre-compiled releases were briliant. At the moment though, the general userbase is able to follow instructions on how to checkout and compile a revision on any OS, and there are very few posts about this - I wouldn't like to see users falling back into what some of us would call old habbits. I like having users who don't know what they're doing checking out the wiki - it's how they learn. The more they learn, the less support topics get opened. If we keep the subforum and more builds get submitted, then one of my favourite phrases can be applied "No point making things fool poof.. they just make better fools :/". This is just my two pennys - Spre don't hate on me @_@
  10. Could you elaborate a bit more o.O do you get any mapserver errors? did you change the sprite? are you using a custom/class sprite? did you change any of the co-ordinates?
  11. Joseph, that download link doesn't seem to work.. This achieves the same thing, but scripted: - script atcmd_afk -1,{ OnInit: bindatcmd("afk","atcmd_afk::Onafk"); bindatcmd("unafk","atcmd_afk::Onunafk"); end; Onafk: headupper=getlook(4); changelook 4,471; end; Onunafk: changelook 4,headupper; end; }
  12. Did you change the crc element in the configs in main.ini?
  13. *Intentionally "bump"s into the topic* Just wondering if anyone was working on the theoretical design before going afk? If not, I can give it ago?
  14. Is that a hint
  15. To be fair, when i first svn co'd eAthena i never noticed them until about a year later. Personally, i think they're nice to have.. but we have a perfectly good wiki and a /doc/ directory that explains everything in greater detail. 22 different viewers and only 10 votes. All you need to do is select one
  16. *headdesk*
  17. Lots of users viewing, but not alot of voting! Come on people, let me know your opinions
  18. That i may be good at dogsitting... WAT OR I might be a good Event GM:
  19. The html readme files has been in the svn since forever, but I'm trying to gauge how many users actually use them. This survey is designed to gather that information, then we can discuss what to do. I would appreciate it if everyone could select the option that closely reflects their own opinion.
  20. lmfao! Kamishi, you're a genius XD
  21. *adds this to his to-do list*
  22. I like the way anope achieves this - has a separate folder in /src/ and any files in there get included when performing ./configure && make. On the inside, 'include's are added for compiled addons in a super special secret file called addons.h (or whatever it was called) before anything else is checked. Could we do something similar?
  23. Akkarin

    Alliance Chat

    You sir, deserve a rep. On-topic though, is alliance chat between guilds that are allied? >_> I know this is gonna look like the biggest noob question ever, but I've never heard of it, nor been on a server that uses similar. Just wanted to ask to clarify
  24. Good idea
  25. I don't use emu-specific functions: all my addons will work with all versions of FluxCP. Not for this addon.. however, there'll be a support ticket and bug tracker addon released shortly
×
×
  • Create New...