Jump to content

Aries

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aries

  1. Here you go. <?php if (!defined('FLUX_ROOT')) exit; ?> <?php $subMenuItems = $this->getSubMenuItems(); $menus = array() ?> <?php if (!empty($subMenuItems)): ?> <div id="submenu">Menu: <select onchange="window.location.href=this.value"> <?php foreach ($subMenuItems as $menuItem): ?> <?php echo sprintf('<option value="%s"%s>%s</option>', $this->url($menuItem['module'], $menuItem['action']), $params->get('module') == $menuItem['module'] && $params->get('action') == $menuItem['action'] ? ' selected="selected"' : '', htmlspecialchars($menuItem['name'])); ?> <?php endforeach ?> </select> </div> <?php endif ?>
  2. Yep. I'm using the blue ghostring setup.exe.
  3. Players receive that error when opening blue setup.exe. I'll give more info once I received it from players.
  4. Is it only me? Mage class mount shadow is a little bit off? using 2011-11-22 client.
  5. 2011-11-22. I stand corrected. Thanks! I fixed this already. It is not a clientside problem after all.
  6. upon more testing I noticed that all dispbottom messages get an extra character in the end. Also I tried all the langtypes and found out that 2 out of 18 langtypes works fine. I don't know if its normal?
  7. I see. I'll try it. edited: still the same.
  8. Anyone encountered the same problem before? My client is 2011-11-22 Thank you! I've checked my msg_athena.conf if there is an extra char for the email notification but there's none. Found a similar topic but it wasn't solved.
  9. Thanks. It is just one of my mods in the src.
  10. The items are broken even after the character was created. I just thought this is client side problem.
  11. this will only work with varialbles and not yet with arrays?
  12. This Setup.exe works for me. *Just tick the Mouse Exclusive option.
  13. Did you edit your DATA.INI then adding your custom grf if you have one. Also I would recommend you to get both KRO & KRORE from RMS then run the patchers. Haven't heard of miruku, I've been very outdated for quite some time already.
  14. Yes it is possible but rAthena doesn't support it yet. eq loc: 8192 tested with rAthena r16624 and 2012-04-18 client. NOTE!!! This is my own modification so use at your own risk but I meant no harm. COSTUME_GARMENT_rAthena.patch
  15. Actually no. I'm getting that when I hex the client ragnarok URL from http://ragnarok.co.kr to another url. Even replacing it with the same url length will cause this issue. I wonder how can I correctly replace the default url of the ragnarok button. Anyone? or is there a way to remove the ragnarok button?
  16. did you hex your client?if you hex you client or you make any changes. it will give you a problem regarding on @font commands I did hex my client. I'll test it out if it will work without hexing the client.
  17. @font [1-9] command doesn't work at all it turns into arial with a bit of pink outline. I'm using 2011-11-22 ragexere thanks!
  18. you have to add a priviledge to that mysql user to allow creating temporary table. HOW TO: GRANT priviledges
  19. This is just a small problem that I still can't figure out why it remains like that even i changed it in msgstringtable.txt Client Version: 2011-03-15a msgstringtable.txt
×
×
  • Create New...