@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.
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.
@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.
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).
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;
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.
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; }
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
...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