Jump to content

Euphy

Members
  • Posts

    2997
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Euphy

  1. Then you have either an outdated GRF or data folder overwriting it.
  2. @Jhosef: That question has been answered many, many times already (within this thread alone). @mofo: Sure. It's already coded, and I was just waiting for the skills to be completed. I'll add it to the official Job Master later, too, thanks for reminding me! @bVersatile: Find & Replace "qshop" with anything else.
  3. Either you're using the old Izlude map with a new mapcache or the new map with an old mapcache.
  4. I really like this background image. It should be fine as default.
  5. @Swadon: The function needs to be loaded before it's called, so either move it before the script or place it in another script file altogether.
  6. Oh, thanks, Emistry! I was looking for that earlier but didn't find it, that's very helpful. c:
  7. There shouldn't be a limit, in theory.
  8. If you're not using rAthena, just use Emistry's script. You'd have to manually diff your source with r15521 (as Mysterious posted) for the database file to work.
  9. Yes. That's just a shorthand, you could write "OnHour00: OnHour02: OnHour04:" etc. and it'd do the same thing.
  10. @Jezu: You formatted it incorrectly. Add(1,5060,1,1000000,0,0,2236,1,7151,100,7111,100); There's an extra 0, in there, which is throwing off the item check.
  11. You don't need a script, there's a DB file for this now: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/mob_item_ratio.txt
  12. Looks really great! A few things: The bar holding Server Status/Login/Char/etc. could look a bit better - possibly a different font, borders, or whatever else you can think of. Also, I don't like the potions for online/offline very much, it doesn't really go with the theme. The page extends really far down, but the background image isn't very tall... you could restrict page length a little bit so you don't only see a gradient towards the bottom. "A server like no other..." shouldn't be there by default, that will surely get annoying to see on everyone's websites. xD A better screenshot (not sure if that was meant to stay or not, though).
  13. Did you read anything that EvilPuncker linked? o_O
  14. OnInit: while(1) { if (!getmapusers(strnpcinfo(4)) { killmonsterall strnpcinfo(4); atcommand "@cleanmap"; } sleep 10000; }
  15. All equipment dropped by monsters comes unidentified. You'll have to create entries in data\num2itemresnametable.txt.
  16. Euphy

    guild2

    Updated. This should be near-final now.
  17. Please provide proper information if you're going to respond in a support section. "Hour" does not translate to "Minute" in any language I'm aware of. @killua13: Change "OnMinute15:" to this: OnMinute00: if (gettime(3)%2) end;
  18. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/guild_skill_tree.txt Lower the max level of GD_EXTENSION, and if it's under lv5 you'll also have to edit the skill requirements for GD_EMERGENCYCALL.
  19. query_sql("SELECT `guild_lv` FROM `guild` WHERE `guild_id` = "+getcharid(2)+";", .@guildlevel); if (.@guildlevel > 49) { dispbottom "This guild has already reached the maximum level."; end; }
  20. You can't return values with just HTML, you'll need a PHP-enabled host.
  21. Euphy

    guild2

    Needs testing and fixing, it should be very accurate but I'm sure I made typos. Known issues: barriers don't get properly destroyed. Here's a list of things I renamed (only listed first NPC, you get the point): // - Rename ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -- "Manager#aru01_02" -> "Manager#arug_cas01" // -- "Steward#aru01" -> "Steward#ar01" // -- "#aru01_RL00" -> "RL0#arug_cas01" // -- "#aru01_df01" -> "df1#arug_cas01" // -- "#aru01_gard01" -> "gard1#arug_cas01" // -- "1st Guardian Stone#aru01" -> "1st Guardian Stone#ar01" // -- "2nd Guardian Stone#aru01" -> "2nd Guardian Stone#ar01" // -- "Control Device01#aru01" -> "Control Device01#ar01" // -- "Kafra Employee#aru01" -> "Kafra Employee#ar01" // - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This was terrible, I'm never doing something like this again, Maki, you better have made some good cookies. Good night. Edit: v2 actually works. guild2-v2.rar guild2_v2.gz
  22. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/enchan_arm.txt Custom items, though.
  23. http://pastebin.com/raw.php?i=5z6edTq2 Changed one line (86), I apologize, this is unforgivable. x-x
  24. ...yeah I just noticed that I had the completely wrong labels written. I'll fix and post that in my releases topic, but I won't commit it to the SVN for reasons you'll see by tomorrow, hopefully. ;3
×
×
  • Create New...