Jump to content

Recommended Posts

Hey, someone can help ?  :D 
I would to add to my server that I can add my guild exp from case . I did this but it doesn't work. I can't complain 

 

#include <numeric>
void CGuild::Doboz(int lv, LPCHARACTER ch)
{
    case 80009:
        lv = MINMAX(m_data.level, lv, GUILD_MAX_LEVEL);
        if (lv != m_data.level)
            GuildPointChange(POINT_EXP, 10000, true);
        ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("EXP gave"));
}

 

And how I can do that every guild level have a bonus for example lv 1 : tp  +10%  lv2  str +10 .

Edited by Datheft15
bad info
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.