Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Szack

Members
  • Posts

    3
  • Joined

  • Last visited

About Szack

  • Birthday November 30

Profile Information

  • Gender
    Male
  • Location
    philippines
  • Interests
    Event scripts, gvg scripts

Recent Profile Visitors

1821 profile views

Szack's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. hi can anyone give a @restock script? like from guildstorage to your inventory thankyou in advance
  2. how to change guild cap to 20? #define MAX_GUILD 6+10*3 is this correct? guild cap to 25 mmo.hpp #define MAX_GUILD 25 ///Increased max guild members +6 per 1 extension levels [Lupus] int_guild.cpp // Set the max number of members, Guild Extention skill - currently adds 6 to max per skill lv. g->max_member = MAX_GUILD; if(g->max_member > MAX_GUILD) // Initialize guild property g->max_member=25; g->average_lv=master->lv; g->connect_member=1;
×
×
  • Create New...