Sei Posted September 18, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/14/13 Last Seen: March 25, 2018 Share Posted September 18, 2013 So, the 2012-04-10 Client isn't allowing me to connect, It just says Rejected From Server. The Mmo.h is 20120410 #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Can anyone help me out, on why it's not letting me connect? Server side It says Connection accepted. Quote Link to comment Share on other sites More sharing options...
Brynner Posted September 18, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 2 hours ago Share Posted September 18, 2013 have you receive any error message on your map server? Quote Link to comment Share on other sites More sharing options...
Sei Posted September 18, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/14/13 Last Seen: March 25, 2018 Author Share Posted September 18, 2013 (edited) No sir, this is the only thing i get [Warning]: pc_groups:read_config: non-existent command name 'channel', removing... (conf/groups.conf:132) [Warning]: pc_groups:read_config: non-existent permission name 'channel_admin', removing... (conf/groups.conf:275) Edited September 22, 2013 by Sei Quote Link to comment Share on other sites More sharing options...
Sei Posted September 22, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/14/13 Last Seen: March 25, 2018 Author Share Posted September 22, 2013 (edited) Still can't seem to get it to work. I don't get any errors in the map server, so i don't know why i'm getting rejected [spoiler=Clientinfo]Ragnarok Client InformationkoreaprimarySERVER NAME HERERagnarok Onlinethis is a tool tip xxxxxxxxxx 6900301REGISTRATION URHERE200000120000022000003loading00.jpgloading01.jpgloading02.jpgloading03.jpgloading04.jpgloading05.jpgloading06.jpgloading07.jpgloading08.jpgloading09.jpgloading10.jpg [spoiler=Mmo.h]// Copyright © Athena Dev Teams - Licensed under GNU GPL// For more information, see LICENCE in the main folder#ifndef _MMO_H_#define _MMO_H_#include "../common/cbasetypes.h"#include "../common/db.h"#include// server->client protocol version// 0 - pre-?// 1 - ? - 0x196// 2 - ? - 0x78, 0x79// 3 - ? - 0x1c8, 0x1c9, 0x1de// 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da// 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5?// 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5// 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c// 20061023 - 2006-10-23aSakexe+ - 0x6b, 0x6d// 20070521 - 2007-05-21aSakexe+ - 0x283// 20070821 - 2007-08-21aSakexe+ - 0x2c5// 20070918 - 2007-09-18aSakexe+ - 0x2d7, 0x2d9, 0x2da// 20071106 - 2007-11-06aSakexe+ - 0x78, 0x7c, 0x22c// 20080102 - 2008-01-02aSakexe+ - 0x2ec, 0x2ed , 0x2ee// 20081126 - 2008-11-26aSakexe+ - 0x1a2// 20090408 - 2009-04-08aSakexe+ - 0x44a (dont use as it overlaps with RE client packets)// 20080827 - 2008-08-27aRagexeRE+ - First RE Client// 20081217 - 2008-12-17aRagexeRE+ - 0x6d (Note: This one still use old Char Info Packet Structure)// 20081218 - 2008-12-17bRagexeRE+ - 0x6d (Note: From this one client use new Char Info Packet Structure)// 20090603 - 2009-06-03aRagexeRE+ - 0x7d7, 0x7d8, 0x7d9, 0x7da// 20090617 - 2009-06-17aRagexeRE+ - 0x7d9// 20090922 - 2009-09-22aRagexeRE+ - 0x7e5, 0x7e7, 0x7e8, 0x7e9// 20091103 - 2009-11-03aRagexeRE+ - 0x7f7, 0x7f8, 0x7f9// 20100105 - 2010-01-05aRagexeRE+ - 0x133, 0x800, 0x801// 20100126 - 2010-01-26aRagexeRE+ - 0x80e// 20100223 - 2010-02-23aRagexeRE+ - 0x80f// 20100413 - 2010-04-13aRagexeRE+ - 0x6b// 20100629 - 2010-06-29aRagexeRE+ - 0x2d0, 0xaa, 0x2d1, 0x2d2// 20100721 - 2010-07-21aRagexeRE+ - 0x6b, 0x6d// 20100727 - 2010-07-27aRagexeRE+ - 0x6b, 0x6d// 20100803 - 2010-08-03aRagexeRE+ - 0x6b, 0x6d, 0x827, 0x828, 0x829, 0x82a, 0x82b, 0x82c, 0x842, 0x843// 20101124 - 2010-11-24aRagexeRE+ - 0x856, 0x857, 0x858// 20110111 - 2011-01-11aRagexeRE+ - 0x6b, 0x6d// 20110928 - 2011-09-28aRagexeRE+ - 0x6b, 0x6d// 20111025 - 2011-10-25aRagexeRE+ - 0x6b, 0x6d// 20120307 - 2012-03-07aRagexeRE+ - 0x970#ifndef PACKETVER#define PACKETVER 20120410//#define PACKETVER 20130320//#define PACKETVER 20111116#endif//Remove/Comment this line to disable sc_data saving. [skotlex]#define ENABLE_SC_SAVING//Remove/Comment this line to disable server-side hot-key saving support [skotlex]//Note that newer clients no longer save hotkeys in the registry!#define HOTKEY_SAVING#if PACKETVER < 20090603// (27 = 9 skills x 3 bars) (0x02b9,191)#define MAX_HOTKEYS 27#elif PACKETVER < 20090617// (36 = 9 skills x 4 bars) (0x07d9,254)#define MAX_HOTKEYS 36#else// (38 = 9 skills x 4 bars & 2 Quickslots)(0x07d9,268)#define MAX_HOTKEYS 38#endif#define MAX_MAP_PER_SERVER 2500 // Increased to allow creation of Instance Maps#define MAX_INVENTORY 100//Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.#define MAX_CHARS 9//Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [skotlex]//Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size.#define MAX_SLOTS 4//Max amount of a single stacked item#define MAX_AMOUNT 30000#define MAX_ZENY 1000000000#define MAX_FAME 1000000000#define MAX_CART 100#define MAX_SKILL 3100#define MAX_SKILL_TREE 84#define GLOBAL_REG_NUM 256 // max permanent character variables per char#define ACCOUNT_REG_NUM 64 // max permanent local account variables per account#define ACCOUNT_REG2_NUM 16 // max permanent global account variables per account//Should hold the max of GLOBAL/ACCOUNT/ACCOUNT2 (needed for some arrays that hold all three)#define MAX_REG_NUM 256#define DEFAULT_WALK_SPEED 150#define MIN_WALK_SPEED 0#define MAX_WALK_SPEED 1000#define MAX_STORAGE 600#define MAX_EXTRA_STORAGE 100 // Extra Storage Size#define MAX_GUILD_STORAGE 600#define MAX_PARTY 12#define MAX_GUILD 16+10*6 // increased max guild members +6 per 1 extension levels [Lupus]#define MAX_GUILDPOSITION 20 // increased max guild positions to accomodate for all members [Valaris] (removed) [PoW]#define MAX_GUILDEXPULSION 32#define MAX_GUILDALLIANCE 16#define MAX_GUILDSKILL 15 // increased max guild skills because of new skills [sara-chan]#define MAX_GUILDLEVEL 50#define MAX_GUARDIANS 8 //Local max per castle. [skotlex]#define MAX_QUEST_DB 2700 //Max quests that the server will load#define MAX_QUEST_OBJECTIVES 3 //Max quest objectives for a quest// for produce#define MIN_ATTRIBUTE 0#define MAX_ATTRIBUTE 4#define ATTRIBUTE_NORMAL 0#define MIN_STAR 0#define MAX_STAR 3#define MAX_STATUS_TYPE 5#define WEDDING_RING_M 2634#define WEDDING_RING_F 2635//For character names, title names, guilds, maps, etc.//Includes null-terminator as it is the length of the array.#define NAME_LENGTH (23 + 1)//For item names, which tend to have much longer names.#define ITEM_NAME_LENGTH 50//For Map Names, which the client considers to be 16 in length including the .gat extension#define MAP_NAME_LENGTH (11 + 1)#define MAP_NAME_LENGTH_EXT (MAP_NAME_LENGTH + 4)//Pincode Length#define PINCODE_LENGTH 4#define MAX_FRIENDS 40#define MAX_MEMOPOINTS 3#define MAX_SKILLCOOLDOWN 20//Size of the fame list arrays.#define MAX_FAME_LIST 10//Limits to avoid ID collision with other game objects#define START_ACCOUNT_NUM 2000000#define END_ACCOUNT_NUM 100000000#define START_CHAR_NUM 150000//Guilds#define MAX_GUILDMES1 60#define MAX_GUILDMES2 120//Base Homun skill.#define HM_SKILLBASE 8001#define MAX_HOMUNSKILL 43#define MAX_HOMUNCULUS_CLASS 52 //[orn], Increased to 60 from 16 to allow new Homun-S.#define HM_CLASS_BASE 6001#define HM_CLASS_MAX (HM_CLASS_BASE+MAX_HOMUNCULUS_CLASS-1)//Mail System#define MAIL_MAX_INBOX 30#define MAIL_TITLE_LENGTH 40#define MAIL_BODY_LENGTH 200//Mercenary System#define MC_SKILLBASE 8201#define MAX_MERCSKILL 40#define MAX_MERCENARY_CLASS 61//Elemental System#define MAX_ELEMENTALSKILL 42#define EL_SKILLBASE 8401#define MAX_ELESKILLTREE 3#define MAX_ELEMENTAL_CLASS 12#define EL_CLASS_BASE 2114#define EL_CLASS_MAX (EL_CLASS_BASE+MAX_ELEMENTAL_CLASS-1)//Achievement System#define ACHIEVEMENT_MAX 50#define ACHIEVEMENT_OBJETIVE_MAX 5enum item_types {IT_HEALING = 0,IT_UNKNOWN, //1IT_USABLE, //2IT_ETC, //3IT_WEAPON, //4IT_ARMOR, //5IT_CARD, //6IT_PETEGG, //7IT_PETARMOR,//8IT_UNKNOWN2,//9IT_AMMO, //10IT_DELAYCONSUME,//11IT_CASH = 18,IT_MAX};//Questlog system [Kevin] [inkfish]typedef enum quest_state { Q_INACTIVE, Q_ACTIVE, Q_COMPLETE } quest_state;struct quest {int quest_id;unsigned int time;int count[MAX_QUEST_OBJECTIVES];quest_state state;};struct item {int id;short nameid;short amount;unsigned short equip; // location(s) where item is equipped (using enum equip_pos for bitmasking)char identify;char refine;char attribute;short card[MAX_SLOTS];unsigned int expire_time;char favorite, bound;uint64 unique_id;};struct point {unsigned short map;short x,y;};enum e_skill_flag{SKILL_FLAG_PERMANENT,SKILL_FLAG_TEMPORARY,SKILL_FLAG_PLAGIARIZED,SKILL_FLAG_REPLACED_LV_0, // temporary skill overshadowing permanent skill of level 'N - SKILL_FLAG_REPLACED_LV_0',SKILL_FLAG_PERM_GRANTED, // permanent, granted through someway e.g. scriptSKILL_FLAG_TMP_COMBO, //@FIXME for homon combo atm//...};struct s_skill {unsigned short id;unsigned char lv;unsigned char flag; // see enum e_skill_flag};struct global_reg {char str[32];char value[256];};//Holds array of global registries, used by the char server and converter.struct accreg {int account_id, char_id;int reg_num;struct global_reg reg[MAX_REG_NUM];};//For saving status changes across sessions. [skotlex]struct status_change_data {unsigned short type; //SC_typelong val1, val2, val3, val4, tick; //Remaining duration.};struct skill_cooldown_data {unsigned short skill_id;long tick;};struct storage_data {int storage_amount;struct item items[MAX_STORAGE];};struct extra_storage_data {int storage_amount;struct item items[MAX_EXTRA_STORAGE];};struct guild_storage {int dirty;int guild_id;short storage_status;short storage_amount;struct item items[MAX_GUILD_STORAGE];unsigned short lock;};struct s_pet {int account_id;int char_id;int pet_id;short class_;short level;short egg_id;//pet egg idshort equip;//pet equip name_idshort intimate;//pet friendlyshort hungry;//pet hungrychar name[NAME_LENGTH];char rename_flag;char incuvate;};struct s_homunculus { //[orn]char name[NAME_LENGTH];int hom_id;int char_id;short class_;short prev_class;int hp,max_hp,sp,max_sp;unsigned int intimacy; //[orn]short hunger;struct s_skill hskill[MAX_HOMUNSKILL]; //albatorshort skillpts;short level;unsigned int exp;short rename_flag;short vaporize; //albatorint str ;int agi ;int vit ;int int_ ;int dex ;int luk ;char spiritball; //for homun S [lighta]};struct s_mercenary {int mercenary_id;int char_id;short class_;int hp, sp;unsigned int kill_count;unsigned int life_time;};struct s_elemental {int elemental_id;int char_id;short class_;int mode;int hp, sp, max_hp, max_sp, matk, atk, atk2;short hit, flee, amotion, def, mdef;int life_time;};struct s_friend {int account_id;int char_id;char name[NAME_LENGTH];};#ifdef HOTKEY_SAVINGstruct hotkey {unsigned int id;unsigned short lv;unsigned char type; // 0: item, 1: skill};#endifstruct s_killrank {unsigned shortkill_count,death_count;int score;};struct s_battleground_stats {unsigned inttop_damage,damage_done,damage_received,boss_damage;unsigned short// Triple Infernoskulls,ti_wins, ti_lost, ti_tie,// Tierra EoSeos_flags,eos_bases,eos_wins, eos_lost, eos_tie,// Tierra Bossniaboss_killed,boss_flags,boss_wins, boss_lost, boss_tie,// Tierra Dominationdom_bases,dom_off_kills,dom_def_kills,dom_wins, dom_lost, dom_tie,// Flavius TDtd_kills,td_deaths,td_wins, td_lost, td_tie,// Flavius SCsc_stole,sc_captured,sc_droped,sc_wins, sc_lost, sc_tie,// Flavius CTFctf_taken,ctf_captured,ctf_droped,ctf_wins, ctf_lost, ctf_tie,// Conquestemperium_kill,barricade_kill,gstone_kill,cq_wins, cq_lost,// Rushru_captures,ru_wins, ru_lost;unsigned int // Ammosp_heal_potions,hp_heal_potions,yellow_gemstones,red_gemstones,blue_gemstones,poison_bottles,acid_demostration,acid_demostration_fail,support_skills_used,healing_done,wrong_support_skills_used,wrong_healing_done,sp_used,zeny_used,spiritb_used,ammo_used;unsigned shortkill_count,death_count,win, lost, tie,leader_win, leader_lost, leader_tie,deserter, rank_games;int score, points, rank_points;};struct s_woestats {int score;unsigned shortkill_count,death_count;unsigned inttop_damage,damage_done,damage_received;unsigned intemperium_damage,guardian_damage,barricade_damage,gstone_damage;unsigned shortemperium_kill,guardian_kill,barricade_kill,gstone_kill;unsigned int // Ammosp_heal_potions,hp_heal_potions,yellow_gemstones,red_gemstones,blue_gemstones,poison_bottles,acid_demostration,acid_demostration_fail,support_skills_used,healing_done,wrong_support_skills_used,wrong_healing_done,sp_used,zeny_used,spiritb_used,ammo_used;};struct s_skillcount {unsigned short id,count;};/////////////////////////////////////////////////////////////// Achievement System/////////////////////////////////////////////////////////////struct s_achievement {int id;int count[ACHIEVEMENT_OBJETIVE_MAX];bool completed;};/////////////////////////////////////////////////////////////struct mmo_charstatus {int char_id;int account_id;int partner_id;int father;int mother;int child;unsigned int base_exp,job_exp,bg_exp;int zeny;short class_;unsigned int status_point,skill_point;int hp,max_hp,sp,max_sp;unsigned int option;short manner;unsigned char karma;short hair,hair_color,clothes_color;int party_id,guild_id,pet_id,hom_id,mer_id,ele_id,faction_id;int fame;// Mercenary Guilds Rankint arch_faith, arch_calls;int spear_faith, spear_calls;int sword_faith, sword_calls;time_t last_tick;unsigned int playtime;short weapon; // enum weapon_typeshort shield; // view-idshort head_top,head_mid,head_bottom;short robe;char name[NAME_LENGTH];unsigned int base_level,job_level,bg_level;short str,agi,vit,int_,dex,luk;unsigned char slot,sex;uint32 mapip;uint16 mapport;// Ranking Datastruct s_killrank pvp, pk;struct s_battleground_stats bgstats;struct s_skillcount bg_skillcount[MAX_SKILL_TREE]; // BG Limitedstruct s_woestats wstats;struct s_skillcount skillcount[MAX_SKILL_TREE]; // WoE Limitedstruct point last_point,save_point,memo_point[MAX_MEMOPOINTS];struct item inventory[MAX_INVENTORY],cart[MAX_CART];struct storage_data storage;struct extra_storage_data ext_storage;struct s_skill skill[MAX_SKILL];struct s_friend friends[MAX_FRIENDS]; //New friend system [skotlex]#ifdef HOTKEY_SAVINGstruct hotkey hotkeys[MAX_HOTKEYS];#endifbool show_equip;unsigned char iprank;short rename;time_t delete_date;// Char server addon systemunsigned int character_moves;};typedef enum mail_status {MAIL_NEW,MAIL_UNREAD,MAIL_READ,} mail_status;struct mail_message {int id;int send_id;char send_name[NAME_LENGTH];int dest_id;char dest_name[NAME_LENGTH];char title[MAIL_TITLE_LENGTH];char body[MAIL_BODY_LENGTH];mail_status status;time_t timestamp; // marks when the message was sentint zeny;struct item item;};struct mail_data {short amount;bool full;short unchecked, unread;struct mail_message msg[MAIL_MAX_INBOX];};struct auction_data {unsigned int auction_id;int seller_id;char seller_name[NAME_LENGTH];int buyer_id;char buyer_name[NAME_LENGTH];struct item item;// This data is required for searching, as itemdb is not read by char serverchar item_name[iTEM_NAME_LENGTH];short type;unsigned short hours;int price, buynow;time_t timestamp; // auction's end timeint auction_end_timer;};struct registry {int global_num;struct global_reg global[GLOBAL_REG_NUM];int account_num;struct global_reg account[ACCOUNT_REG_NUM];int account2_num;struct global_reg account2[ACCOUNT_REG2_NUM];};struct party_member {int account_id;int char_id;char name[NAME_LENGTH];unsigned short class_;unsigned short map;unsigned short lv;unsigned leader : 1,online : 1;};struct party {int party_id;char name[NAME_LENGTH];unsigned char count; //Count of online characters.unsigned exp : 1,item : 2; //&1: Party-Share (round-robin), &2: pickup style: shared.struct party_member member[MAX_PARTY];};struct map_session_data;struct guild_member {int account_id, char_id;short hair,hair_color,gender,class_,lv;uint64 exp;int exp_payper;short online,position;char name[NAME_LENGTH];struct map_session_data *sd;unsigned char modified;};struct guild_position {char name[NAME_LENGTH];int mode;int exp_mode;unsigned char modified;};struct guild_alliance {int opposition;int guild_id;char name[NAME_LENGTH];bool war;};struct guild_expulsion {char name[NAME_LENGTH];char mes[40];int account_id;};struct guild_skill {int id,lv;};#define RANK_CASTLES 34 // eAMod Setting for Castle Rankingstruct guild_rank_data {unsigned shortcapture, // Number of times you have captured this castleemperium, // Number of times you have break an emperium on this castletreasure, // Number of opened treasurestop_eco, // Max economy reach on this castletop_def, // Max defense reach on this castleinvest_eco, // Total of Economy pointsinvest_def, // Total of Defense pointsoffensive_score,defensive_score;unsigned intposesion_time,zeny_eco,zeny_def;unsigned shortskill_battleorder,skill_regeneration,skill_restore,skill_emergencycall;struct {unsigned intkill_count,death_count;} off, def, ext, ali;bool changed;};struct guild {int guild_id;short guild_lv, connect_member, max_member, average_lv;uint64 exp;unsigned int next_exp;int skill_point;char name[NAME_LENGTH],master[NAME_LENGTH];struct guild_member member[MAX_GUILD];struct guild_position position[MAX_GUILDPOSITION];char mes1[MAX_GUILDMES1],mes2[MAX_GUILDMES2];int emblem_len,emblem_id;char emblem_data[2048];struct guild_alliance alliance[MAX_GUILDALLIANCE];struct guild_expulsion expulsion[MAX_GUILDEXPULSION];struct guild_skill skill[MAX_GUILDSKILL];struct guild_rank_data castle[RANK_CASTLES];int skill_block_timer[MAX_GUILDSKILL];unsigned short save_flag; // for TXT savingbool war;time_t war_tick;};struct guild_castle {int castle_id;int mapindex;char castle_name[NAME_LENGTH];char castle_event[NAME_LENGTH];int guild_id;int economy;int defense;int triggerE;int triggerD;int nextTime;int payTime;int createTime;int visibleC;time_t capture_tick; // [WoE Ranking]struct {unsigned visible : 1;int id; // object id} guardian[MAX_GUARDIANS];int* temp_guardians; // ids of temporary guardians (mobs)int temp_guardians_max;};struct fame_list {int id;int fame;char name[NAME_LENGTH];};enum { //Change Guild InfosGBI_EXP =1, // Guild Experience (EXP)GBI_GUILDLV, // Guild levelGBI_SKILLPOINT, // Guild skillpointsGBI_SKILLLV, // Guild skill_lv ?? seem unused};enum { //Change Member InfosGMI_POSITION =0,GMI_EXP,GMI_HAIR,GMI_HAIR_COLOR,GMI_GENDER,GMI_CLASS,GMI_LEVEL,};enum e_guild_skill {GD_SKILLBASE=10000,GD_APPROVAL=10000,GD_KAFRACONTRACT=10001,GD_GUARDRESEARCH=10002,GD_GUARDUP=10003,GD_EXTENSION=10004,GD_GLORYGUILD=10005,GD_LEADERSHIP=10006,GD_GLORYWOUNDS=10007,GD_SOULCOLD=10008,GD_HAWKEYES=10009,GD_BATTLEORDER=10010,GD_REGENERATION=10011,GD_RESTORE=10012,GD_EMERGENCYCALL=10013,GD_DEVELOPMENT=10014,GD_ITEMEMERGENCYCALL=10015,GD_MAX,};//These mark the ID of the jobs, as expected by the client. [skotlex]enum {JOB_NOVICE,JOB_SWORDMAN,JOB_MAGE,JOB_ARCHER,JOB_ACOLYTE,JOB_MERCHANT,JOB_THIEF,JOB_KNIGHT,JOB_PRIEST,JOB_WIZARD,JOB_BLACKSMITH,JOB_HUNTER,JOB_ASSASSIN,JOB_KNIGHT2,JOB_CRUSADER,JOB_MONK,JOB_SAGE,JOB_ROGUE,JOB_ALCHEMIST,JOB_BARD,JOB_DANCER,JOB_CRUSADER2,JOB_WEDDING,JOB_SUPER_NOVICE,JOB_GUNSLINGER,JOB_NINJA,JOB_XMAS,JOB_SUMMER,JOB_HANBOK,JOB_MAX_BASIC,JOB_NOVICE_HIGH = 4001,JOB_SWORDMAN_HIGH,JOB_MAGE_HIGH,JOB_ARCHER_HIGH,JOB_ACOLYTE_HIGH,JOB_MERCHANT_HIGH,JOB_THIEF_HIGH,JOB_LORD_KNIGHT,JOB_HIGH_PRIEST,JOB_HIGH_WIZARD,JOB_WHITESMITH,JOB_SNIPER,JOB_ASSASSIN_CROSS,JOB_LORD_KNIGHT2,JOB_PALADIN,JOB_CHAMPION,JOB_PROFESSOR,JOB_STALKER,JOB_CREATOR,JOB_CLOWN,JOB_GYPSY,JOB_PALADIN2,JOB_BABY,JOB_BABY_SWORDMAN,JOB_BABY_MAGE,JOB_BABY_ARCHER,JOB_BABY_ACOLYTE,JOB_BABY_MERCHANT,JOB_BABY_THIEF,JOB_BABY_KNIGHT,JOB_BABY_PRIEST,JOB_BABY_WIZARD,JOB_BABY_BLACKSMITH,JOB_BABY_HUNTER,JOB_BABY_ASSASSIN,JOB_BABY_KNIGHT2,JOB_BABY_CRUSADER,JOB_BABY_MONK,JOB_BABY_SAGE,JOB_BABY_ROGUE,JOB_BABY_ALCHEMIST,JOB_BABY_BARD,JOB_BABY_DANCER,JOB_BABY_CRUSADER2,JOB_SUPER_BABY,JOB_TAEKWON,JOB_STAR_GLADIATOR,JOB_STAR_GLADIATOR2,JOB_SOUL_LINKER,JOB_GANGSI,JOB_DEATH_KNIGHT,JOB_DARK_COLLECTOR,JOB_RUNE_KNIGHT = 4054,JOB_WARLOCK,JOB_RANGER,JOB_ARCH_BISHOP,JOB_MECHANIC,JOB_GUILLOTINE_CROSS,JOB_RUNE_KNIGHT_T,JOB_WARLOCK_T,JOB_RANGER_T,JOB_ARCH_BISHOP_T,JOB_MECHANIC_T,JOB_GUILLOTINE_CROSS_T,JOB_ROYAL_GUARD,JOB_SORCERER,JOB_MINSTREL,JOB_WANDERER,JOB_SURA,JOB_GENETIC,JOB_SHADOW_CHASER,JOB_ROYAL_GUARD_T,JOB_SORCERER_T,JOB_MINSTREL_T,JOB_WANDERER_T,JOB_SURA_T,JOB_GENETIC_T,JOB_SHADOW_CHASER_T,JOB_RUNE_KNIGHT2,JOB_RUNE_KNIGHT_T2,JOB_ROYAL_GUARD2,JOB_ROYAL_GUARD_T2,JOB_RANGER2,JOB_RANGER_T2,JOB_MECHANIC2,JOB_MECHANIC_T2,JOB_BABY_RUNE = 4096,JOB_BABY_WARLOCK,JOB_BABY_RANGER,JOB_BABY_BISHOP,JOB_BABY_MECHANIC,JOB_BABY_CROSS,JOB_BABY_GUARD,JOB_BABY_SORCERER,JOB_BABY_MINSTREL,JOB_BABY_WANDERER,JOB_BABY_SURA,JOB_BABY_GENETIC,JOB_BABY_CHASER,JOB_BABY_RUNE2,JOB_BABY_GUARD2,JOB_BABY_RANGER2,JOB_BABY_MECHANIC2,JOB_SUPER_NOVICE_E = 4190,JOB_SUPER_BABY_E,JOB_KAGEROU = 4211,JOB_OBORO,JOB_MAX,};enum {SEX_FEMALE = 0,SEX_MALE,SEX_SERVER};// sanity checks...#if MAX_ZENY > INT_MAX#error MAX_ZENY is too big#endif#endif /* _MMO_H_ */ [spoiler=Packet_Db]// Client<->Map Packet Database//// Structure of Database:// PacketType,PacketLength[,Name,FieldIndex1:FieldIndex2:FieldIndex3:...]//// 01. PacketType ID of the packet.// 02. PacketLength Length of the packet. If 0, packet is disabled in current packet version. If -1, packet has variable size.// 03. Name Name of the packet parser function (optional, for incoming packets only).// 04. FieldIndex Specifies the offset of a packet field in bytes from the begin of the packet (only specified when Name is given).// Can be 0, when the layout is not known.// ...//// NOTE: Up to MAX_PACKET_POS (typically 20) field indexes may be used.//// The packet database allows you to add support for new clients,// because packets change every release.//// Note: Every packet version needs a wanttoconnection specification, since// that is the packet used to identify a client's version.// If multiple versions have the same connection packet, the higher version// will be used (unless the lower one is specified as the default)//// Incoming packets have their parser function and layout specified, which enables// them for the current and all higher versions, unless explicitely disabled.//// Outgoing packets must be specified in order to enable them for the current// and all higher versions, unless explicitely disabled. Packets that are not// enabled for a packet version are silently discarded when sent as multicast.//// Every packet version inherits packet definitions from the previous (lower)// packet version.//// Main packet version of the DB to use (default = max available version)// Client detection is faster when all clients use this version.// Version 23 is the latest Sakexe (above versions are for Renewal clients)//packet_db_ver: 25packet_db_ver: 30packet_ver: 50x0064,550x0065,170x0066,60x0067,370x0068,460x0069,-10x006a,230x006b,-10x006c,30x006d,1080x006e,30x006f,20x0070,60x0071,280x0072,19,wanttoconnection,2:6:10:14:180x0073,110x0074,30x0075,-10x0076,90x0077,50x0078,540x0079,530x007a,580x007b,600x007c,410x007d,2,loadendack,00x007e,6,ticksend,20x007f,60x0080,70x0081,30x0082,20x0083,20x0084,20x0085,5,walktoxy,20x0086,160x0087,120x0088,100x0089,7,actionrequest,2:60x008a,290x008b,20x008c,-1,globalmessage,2:40x008d,-10x008e,-1//0x008f,-10x0090,7,npcclicked,20x0091,220x0092,280x0093,20x0094,6,getcharnamerequest,20x0095,300x0096,-1,wis,2:4:280x0097,-10x0098,30x0099,-1,broadcast,2:40x009a,-10x009b,5,changedir,2:40x009c,90x009d,170x009e,170x009f,6,takeitem,20x00a0,230x00a1,60x00a2,6,dropitem,2:40x00a3,-10x00a4,-10x00a5,-10x00a6,-10x00a7,8,useitem,2:40x00a8,70x00a9,6,equipitem,2:40x00aa,70x00ab,4,unequipitem,20x00ac,7//0x00ad,-10x00ae,-10x00af,60x00b0,80x00b1,80x00b2,3,restart,20x00b3,30x00b4,-10x00b5,60x00b6,60x00b7,-10x00b8,7,npcselectmenu,2:60x00b9,6,npcnextclicked,20x00ba,20x00bb,5,statusup,2:40x00bc,60x00bd,440x00be,50x00bf,3,emotion,20x00c0,70x00c1,2,howmanyconnections,00x00c2,60x00c3,80x00c4,60x00c5,7,npcbuysellselected,2:60x00c6,-10x00c7,-10x00c8,-1,npcbuylistsend,2:40x00c9,-1,npcselllistsend,2:40x00ca,30x00cb,30x00cc,6,gmkick,20x00cd,30x00ce,2,killall,00x00cf,27,wisexin,2:260x00d0,3,wisall,20x00d1,40x00d2,40x00d3,2,wisexlist,00x00d4,-10x00d5,-1,createchatroom,2:4:6:7:150x00d6,30x00d7,-10x00d8,60x00d9,14,chataddmember,2:60x00da,30x00db,-10x00dc,280x00dd,290x00de,-1,chatroomstatuschange,2:4:6:7:150x00df,-10x00e0,30,changechatowner,2:60x00e1,300x00e2,26,kickfromchat,20x00e3,2,chatleave,00x00e4,6,traderequest,20x00e5,260x00e6,3,tradeack,20x00e7,30x00e8,8,tradeadditem,2:40x00e9,190x00ea,50x00eb,2,tradeok,00x00ec,30x00ed,2,tradecancel,00x00ee,20x00ef,2,tradecommit,00x00f0,30x00f1,20x00f2,60x00f3,8,movetokafra,2:40x00f4,210x00f5,8,movefromkafra,2:40x00f6,80x00f7,2,closekafra,00x00f8,20x00f9,26,createparty,20x00fa,30x00fb,-10x00fc,6,partyinvite,20x00fd,270x00fe,300x00ff,10,replypartyinvite,2:60x0100,2,leaveparty,00x0101,60x0102,6,partychangeoption,20x0103,30,removepartymember,2:60x0104,790x0105,310x0106,100x0107,100x0108,-1,partymessage,2:40x0109,-10x010a,40x010b,60x010c,60x010d,20x010e,110x010f,-10x0110,100x0111,390x0112,4,skillup,20x0113,10,useskilltoid,2:4:60x0114,310x0115,350x0116,10,useskilltopos,2:4:6:80x0117,180x0118,2,stopattack,00x0119,130x011a,150x011b,20,useskillmap,2:40x011c,680x011d,2,requestmemo,00x011e,30x011f,160x0120,60x0121,140x0122,-10x0123,-10x0124,210x0125,80x0126,8,putitemtocart,2:40x0127,8,getitemfromcart,2:40x0128,8,movefromkafratocart,2:40x0129,8,movetokafrafromcart,2:40x012a,2,removeoption,00x012b,20x012c,30x012d,40x012e,2,closevending,00x012f,-10x0130,6,vendinglistreq,20x0131,860x0132,60x0133,-10x0134,-1,purchasereq,2:4:80x0135,70x0136,-10x0137,60x0138,30x0139,160x013a,40x013b,40x013c,40x013d,60x013e,240x013f,26,itemmonster,20x0140,22,mapmove,2:18:200x0141,140x0142,60x0143,10,npcamountinput,2:60x0144,230x0145,190x0146,6,npccloseclicked,20x0147,390x0148,80x0149,9,gmreqnochat,2:6:70x014a,60x014b,270x014c,-10x014d,2,guildcheckmaster,00x014e,60x014f,6,guildrequestinfo,20x0150,1100x0151,6,guildrequestemblem,20x0152,-10x0153,-1,guildchangeemblem,2:40x0154,-10x0155,-1,guildchangememberposition,20x0156,-10x0157,60x0158,-10x0159,54,guildleave,2:6:10:140x015a,660x015b,54,guildexpulsion,2:6:10:140x015c,900x015d,42,guildbreak,20x015e,60x015f,420x0160,-10x0161,-1,guildchangepositioninfo,20x0162,-10x0163,-10x0164,-10x0165,30,createguild,60x0166,-10x0167,30x0168,14,guildinvite,20x0169,30x016a,300x016b,10,guildreplyinvite,2:60x016c,430x016d,140x016e,186,guildchangenotice,2:6:660x016f,1820x0170,14,guildrequestalliance,20x0171,300x0172,10,guildreplyalliance,2:60x0173,30x0174,-10x0175,60x0176,1060x0177,-10x0178,4,itemidentify,20x0179,50x017a,4,usecard,20x017b,-10x017c,6,insertcard,2:40x017d,70x017e,-1,guildmessage,2:40x017f,-10x0180,6,guildopposition,20x0181,30x0182,1060x0183,10,guilddelalliance,2:60x0184,100x0185,34//0x0186,-10x0187,60x0188,80x0189,40x018a,4,quitgame,00x018b,40x018c,290x018d,-10x018e,10,producemix,2:4:6:80x018f,60x0190,90,useskilltoposinfo,2:4:6:8:100x0191,860x0192,240x0193,6,solvecharname,20x0194,300x0195,1020x0196,90x0197,4,resetchar,20x0198,8,changemaptype,2:4:60x0199,40x019a,140x019b,100x019c,-1,localbroadcast,2:40x019d,6,gmhide,00x019e,20x019f,6,catchpet,20x01a0,30x01a1,3,petmenu,20x01a2,350x01a3,50x01a4,110x01a5,26,changepetname,20x01a6,-10x01a7,4,selectegg,20x01a8,40x01a9,6,sendemotion,20x01aa,100x01ab,120x01ac,60x01ad,-10x01ae,4,selectarrow,20x01af,4,changecart,20x01b0,110x01b1,70x01b2,-1,openvending,2:4:84:850x01b3,670x01b4,120x01b5,180x01b6,1140x01b7,60x01b8,30x01b9,60x01ba,26,remove,20x01bb,26,shift,20x01bc,26,recall,20x01bd,26,summon,20x01be,20x01bf,30x01c0,20x01c1,140x01c2,100x01c3,-10x01c4,220x01c5,220x01c6,40x01c7,20x01c8,130x01c9,97//0x01ca,-10x01cb,90x01cc,90x01cd,300x01ce,6,autospell,20x01cf,280x01d0,80x01d1,140x01d2,100x01d3,350x01d4,60x01d5,-1,npcstringinput,2:4:80x01d6,40x01d7,110x01d8,540x01d9,530x01da,600x01db,20x01dc,-10x01dd,470x01de,330x01df,6,gmreqaccname,20x01e0,300x01e1,80x01e2,340x01e3,140x01e4,20x01e5,60x01e6,260x01e7,2,sndoridori,00x01e8,28,createparty2,20x01e9,810x01ea,60x01eb,100x01ec,260x01ed,2,snexplosionspirits,00x01ee,-10x01ef,-10x01f0,-10x01f1,-10x01f2,200x01f3,100x01f4,320x01f5,90x01f6,340x01f7,14,adoptreply,00x01f8,20x01f9,6,adoptrequest,00x01fa,480x01fb,560x01fc,-10x01fd,4,repairitem,20x01fe,50x01ff,100x0200,260x0201,-10x0202,26,friendslistadd,20x0203,10,friendslistremove,2:60x0204,180x0205,260x0206,110x0207,340x0208,11,friendslistreply,2:6:100x0209,360x020a,10//0x020b,-1//0x020c,-10x020d,-1//2004-07-05aSakexepacket_ver: 60x0072,22,wanttoconnection,5:9:13:17:210x0085,8,walktoxy,50x00a7,13,useitem,5:90x0113,15,useskilltoid,4:9:110x0116,15,useskilltopos,4:9:11:130x0190,95,useskilltoposinfo,4:9:11:13:150x0208,14,friendslistreply,2:6:100x020e,24//2004-07-13aSakexepacket_ver: 70x0072,39,wanttoconnection,12:22:30:34:380x0085,9,walktoxy,60x009b,13,changedir,5:120x009f,10,takeitem,60x00a7,17,useitem,6:130x0113,19,useskilltoid,7:9:150x0116,19,useskilltopos,7:9:15:170x0190,99,useskilltoposinfo,7:9:15:17:19//2004-07-26aSakexepacket_ver: 80x0072,14,dropitem,5:120x007e,33,wanttoconnection,12:18:24:28:320x0085,20,useskilltoid,7:12:160x0089,15,getcharnamerequest,110x008c,23,useskilltopos,3:6:17:210x0094,10,takeitem,60x009b,6,walktoxy,30x009f,13,changedir,5:120x00a2,103,useskilltoposinfo,3:6:17:21:230x00a7,12,solvecharname,80x00f3,-1,globalmessage,2:40x00f5,17,useitem,6:120x00f7,10,ticksend,60x0113,16,movetokafra,5:120x0116,2,closekafra,00x0190,26,movefromkafra,10:220x0193,9,actionrequest,3:8//2004-08-09aSakexepacket_ver: 90x0072,17,dropitem,8:150x007e,37,wanttoconnection,9:21:28:32:360x0085,26,useskilltoid,11:18:220x0089,12,getcharnamerequest,80x008c,40,useskilltopos,5:15:29:380x0094,13,takeitem,90x009b,15,walktoxy,120x009f,12,changedir,7:110x00a2,120,useskilltoposinfo,5:15:29:38:400x00a7,11,solvecharname,70x00f5,24,useitem,9:200x00f7,13,ticksend,90x0113,23,movetokafra,5:190x0190,26,movefromkafra,11:220x0193,18,actionrequest,7:17//2004-08-16aSakexe0x0212,26,rc,20x0213,26,check,20x0214,42//2004-08-17aSakexe0x020f,10,pvpinfo,2:60x0210,22//2004-09-06aSakexepacket_ver: 100x0072,20,useitem,9:200x007e,19,movetokafra,3:150x0085,23,actionrequest,9:220x0089,9,walktoxy,60x008c,105,useskilltoposinfo,10:14:18:23:250x0094,17,dropitem,6:150x009b,14,getcharnamerequest,100x009f,-1,globalmessage,2:40x00a2,14,solvecharname,100x00a7,25,useskilltopos,10:14:18:230x00f3,10,changedir,4:90x00f5,34,wanttoconnection,7:15:25:29:330x00f7,2,closekafra,00x0113,11,takeitem,70x0116,11,ticksend,70x0190,22,useskilltoid,9:15:180x0193,17,movefromkafra,3:13//2004-09-20aSakexepacket_ver: 110x0072,18,useitem,10:140x007e,25,movetokafra,6:210x0085,9,actionrequest,3:80x0089,14,walktoxy,110x008c,109,useskilltoposinfo,16:20:23:27:290x0094,19,dropitem,12:170x009b,10,getcharnamerequest,60x00a2,10,solvecharname,60x00a7,29,useskilltopos,6:20:23:270x00f3,18,changedir,8:170x00f5,32,wanttoconnection,10:17:23:27:310x0113,14,takeitem,100x0116,14,ticksend,100x0190,14,useskilltoid,4:7:100x0193,12,movefromkafra,4:8//2004-10-05aSakexepacket_ver: 120x0072,17,useitem,6:130x007e,16,movetokafra,5:120x0089,6,walktoxy,30x008c,103,useskilltoposinfo,2:6:17:21:230x0094,14,dropitem,5:120x009b,15,getcharnamerequest,110x00a2,12,solvecharname,80x00a7,23,useskilltopos,3:6:17:210x00f3,13,changedir,5:120x00f5,33,wanttoconnection,12:18:24:28:320x0113,10,takeitem,60x0116,10,ticksend,60x0190,20,useskilltoid,7:12:160x0193,26,movefromkafra,10:22//2004-10-25aSakexepacket_ver: 130x0072,13,useitem,5:90x007e,13,movetokafra,6:90x0085,15,actionrequest,4:140x008c,108,useskilltoposinfo,6:9:23:26:280x0094,12,dropitem,6:100x009b,10,getcharnamerequest,60x00a2,16,solvecharname,120x00a7,28,useskilltopos,6:9:23:260x00f3,15,changedir,6:140x00f5,29,wanttoconnection,5:14:20:24:280x0113,9,takeitem,50x0116,9,ticksend,50x0190,26,useskilltoid,4:10:220x0193,22,movefromkafra,12:18//2004-11-01aSakexe0x0084,-10x0215,6//2004-11-08aSakexe0x0084,20x0216,60x0217,2,blacksmith,00x0218,2,alchemist,00x0219,2820x021a,2820x021b,100x021c,10//2004-11-15aSakexe0x021d,6,lesseffect,2//2004-11-29aSakexepacket_ver: 140x0072,22,useskilltoid,8:12:180x007e,30,useskilltopos,4:9:22:280x0085,-1,globalmessage,2:40x0089,7,ticksend,30x008c,13,getcharnamerequest,90x0094,14,movetokafra,4:100x009b,2,closekafra,00x009f,18,actionrequest,6:170x00a2,7,takeitem,30x00a7,7,walktoxy,40x00f3,8,changedir,3:70x00f5,29,wanttoconnection,3:10:20:24:280x00f7,14,solvecharname,100x0113,110,useskilltoposinfo,4:9:22:28:300x0116,12,dropitem,4:100x0190,15,useitem,3:110x0193,21,movefromkafra,4:170x0221,-10x0222,6,weaponrefine,20x0223,8//2004-12-13aSakexe//skipped: many packets being set to -10x0066,30x0070,30x01ca,30x021e,60x021f,660x0220,10//2005-01-10bSakexepacket_ver: 150x0072,26,useskilltoid,8:16:220x007e,114,useskilltoposinfo,10:18:22:32:340x0085,23,changedir,12:220x0089,9,ticksend,50x008c,8,getcharnamerequest,40x0094,20,movetokafra,10:160x009b,32,wanttoconnection,3:12:23:27:310x009f,17,useitem,5:130x00a2,11,solvecharname,70x00a7,13,walktoxy,100x00f3,-1,globalmessage,2:40x00f5,9,takeitem,50x00f7,21,movefromkafra,11:170x0113,34,useskilltopos,10:18:22:320x0116,20,dropitem,15:180x0190,20,actionrequest,9:190x0193,2,closekafra,0//2005-03-28aSakexe0x0224,100x0225,2,taekwon,00x0226,282//2005-04-04aSakexe0x0227,180x0228,18//2005-04-11aSakexe0x0229,150x022a,580x022b,570x022c,64//2005-04-25aSakexe0x022d,5,hommenu,2:40x0232,9,hommoveto,2:60x0233,11,homattack,2:6:100x0234,6,hommovetomaster,2//2005-05-09aSakexepacket_ver: 160x0072,25,useskilltoid,6:10:210x007e,102,useskilltoposinfo,5:9:12:20:220x0085,11,changedir,7:100x0089,8,ticksend,40x008c,11,getcharnamerequest,70x0094,14,movetokafra,7:100x009b,26,wanttoconnection,4:9:17:21:250x009f,14,useitem,4:100x00a2,15,solvecharname,110x00a7,8,walktoxy,50x00f5,8,takeitem,40x00f7,22,movefromkafra,14:180x0113,22,useskilltopos,5:9:12:200x0116,10,dropitem,5:80x0190,19,actionrequest,5:18//2005-05-23aSakexe0x022e,690x0230,12//2005-05-30aSakexe0x022e,710x0235,-10x0236,100x0237,2,rankingpk,00x0238,282//2005-05-31aSakexe0x0216,20x0239,11//2005-06-08aSakexe0x0216,60x0217,2,blacksmith,00x022f,50x0231,26,changehomunculusname,00x023a,40x023b,36,storagepassword,2:4:200x023c,6//2005-06-22aSakexe0x022e,71//2005-06-28aSakexepacket_ver: 170x0072,34,useskilltoid,6:17:300x007e,113,useskilltoposinfo,12:15:18:31:330x0085,17,changedir,8:160x0089,13,ticksend,90x008c,8,getcharnamerequest,40x0094,31,movetokafra,16:270x009b,32,wanttoconnection,9:15:23:27:310x009f,19,useitem,9:150x00a2,9,solvecharname,50x00a7,11,walktoxy,80x00f5,13,takeitem,90x00f7,18,movefromkafra,11:140x0113,33,useskilltopos,12:15:18:310x0116,12,dropitem,3:100x0190,24,actionrequest,11:230x0216,-10x023d,-10x023e,4//2005-07-18aSakexepacket_ver: 180x0072,19,useskilltoid,5:11:150x007e,110,useskilltoposinfo,9:15:23:28:300x0085,11,changedir,6:100x0089,7,ticksend,30x008c,11,getcharnamerequest,70x0094,21,movetokafra,12:170x009b,31,wanttoconnection,3:13:22:26:300x009f,12,useitem,3:80x00a2,18,solvecharname,140x00a7,15,walktoxy,120x00f5,7,takeitem,30x00f7,13,movefromkafra,5:90x0113,30,useskilltopos,9:15:23:280x0116,12,dropitem,6:100x0190,21,actionrequest,5:200x0216,60x023f,2,mailrefresh,00x0240,80x0241,6,mailread,20x0242,-10x0243,6,maildelete,20x0244,6,mailgetattach,20x0245,70x0246,4,mailwinopen,20x0247,8,mailsetattach,2:40x0248,680x0249,30x024a,700x024b,4,auctioncancelreg,00x024c,8,auctionsetitem,00x024d,140x024e,6,auctioncancel,00x024f,10,auctionbid,00x0250,30x0251,20x0252,-1//2005-07-19bSakexepacket_ver: 190x0072,34,useskilltoid,6:17:300x007e,113,useskilltoposinfo,12:15:18:31:330x0085,17,changedir,8:160x0089,13,ticksend,90x008c,8,getcharnamerequest,40x0094,31,movetokafra,16:270x009b,32,wanttoconnection,9:15:23:27:310x009f,19,useitem,9:150x00a2,9,solvecharname,50x00a7,11,walktoxy,80x00f5,13,takeitem,90x00f7,18,movefromkafra,11:140x0113,33,useskilltopos,12:15:18:310x0116,12,dropitem,3:100x0190,24,actionrequest,11:23//2005-08-01aSakexe0x0245,30x0251,4//2005-08-08aSakexe0x024d,12,auctionregister,00x024e,4//2005-08-17aSakexe0x0253,30x0254,3,feelsaveok,0//2005-08-29aSakexe0x0240,-10x0248,-1,mailsend,2:4:28:680x0255,50x0256,-10x0257,8//2005-09-12bSakexe0x0256,50x0258,20x0259,3//2005-10-10aSakexe0x020e,320x025a,-10x025b,6,cooking,0//2005-10-13aSakexe0x007a,60x0251,320x025c,4,auctionbuysell,0//2005-10-17aSakexe0x007a,580x025d,6,auctionclose,00x025e,4//2005-10-24aSakexe0x025f,60x0260,6//2005-11-07aSakexe0x024e,6,auctioncancel,00x0251,34,auctionsearch,0//2006-01-09aSakexe0x0261,110x0262,110x0263,110x0264,200x0265,200x0266,300x0267,40x0268,40x0269,40x026a,40x026b,40x026c,40x026d,40x026f,20x0270,20x0271,380x0272,44//2006-01-26aSakexe0x0271,40//2006-03-06aSakexe0x0273,60x0274,8//2006-03-13aSakexe0x0273,30,mailreturn,2:6//2006-03-27aSakexepacket_ver: 200x0072,26,useskilltoid,11:18:220x007e,120,useskilltoposinfo,5:15:29:38:400x0085,12,changedir,7:11//0x0089,13,ticksend,90x008c,12,getcharnamerequest,80x0094,23,movetokafra,5:190x009b,37,wanttoconnection,9:21:28:32:360x009f,24,useitem,9:200x00a2,11,solvecharname,70x00a7,15,walktoxy,120x00f5,13,takeitem,90x00f7,26,movefromkafra,11:220x0113,40,useskilltopos,5:15:29:380x0116,17,dropitem,8:150x0190,18,actionrequest,7:17//2006-10-23aSakexe0x006d,110//2006-04-24aSakexe to 2007-01-02aSakexe0x023e,80x0277,840x0278,20x0279,20x027a,-10x027b,140x027c,600x027d,620x027e,-10x027f,80x0280,120x0281,40x0282,2840x0283,60x0284,140x0285,60x0286,40x0287,-10x0288,60x0289,80x028a,180x028b,-10x028c,460x028d,340x028e,40x028f,60x0290,40x0291,40x0292,2,autorevive,00x0293,700x0294,100x0295,-10x0296,-10x0297,-10x0298,80x0299,60x029a,270x029c,660x029d,-10x029e,110x029f,3,mermenu,00x02a0,-10x02a1,-10x02a2,8//2007-01-08aSakexepacket_ver: 210x0072,30,useskilltoid,10:14:260x007e,120,useskilltoposinfo,10:19:23:38:400x0085,14,changedir,10:130x0089,11,ticksend,70x008c,17,getcharnamerequest,130x0094,17,movetokafra,4:130x009b,35,wanttoconnection,7:21:26:30:340x009f,21,useitem,7:170x00a2,10,solvecharname,60x00a7,8,walktoxy,50x00f5,11,takeitem,70x00f7,15,movefromkafra,3:110x0113,40,useskilltopos,10:19:23:380x0116,19,dropitem,11:170x0190,10,actionrequest,4:9//2007-01-22aSakexe0x02a3,180x02a4,2//2007-01-29aSakexe0x029b,720x02a3,-10x02a4,-10x02a5,8// 2007-02-05aSakexe0x02aa,40x02ab,360x02ac,6//2007-02-12aSakexepacket_ver: 220x0072,25,useskilltoid,6:10:210x007e,102,useskilltoposinfo,5:9:12:20:220x0085,11,changedir,7:100x0089,8,ticksend,40x008c,11,getcharnamerequest,70x0094,14,movetokafra,7:100x009b,26,wanttoconnection,4:9:17:21:250x009f,14,useitem,4:100x00a2,15,solvecharname,11//0x00a7,8,walktoxy,50x00f5,8,takeitem,40x00f7,22,movefromkafra,14:180x0113,22,useskilltopos,5:9:12:200x0116,10,dropitem,5:80x0190,19,actionrequest,5:18//2007-05-07aSakexe0x01fd,15,repairitem,2//2007-02-27aSakexe to 2007-10-02aSakexe0x0288,10,cashshopbuy,2:4:60x0289,120x02a6,220x02a7,220x02a8,1620x02a9,580x02ad,80x02b0,850x02b1,-10x02b2,-10x02b3,1070x02b4,60x02b5,-10x02b6,7,queststate,2:60x02b7,70x02b8,220x02b9,1910x02ba,11,hotkey,2:4:5:90x02bb,80x02bc,60x02bf,100x02c0,20x02c1,-10x02c2,-10x02c4,26,partyinvite2,20x02c5,300x02c6,300x02c7,7,replypartyinvite2,2:60x02c8,30x02c9,30x02ca,30x02cb,200x02cc,40x02cd,260x02ce,100x02cf,60x02d0,-10x02d1,-10x02d2,-10x02d3,40x02d4,290x02d5,20x02d6,6,viewplayerequip,20x02d7,-10x02d8,10,equiptickbox,60x02d9,100x02da,30x02db,-1,battlechat,2:40x02dc,-10x02dd,320x02de,60x02df,360x02e0,34//2007-10-23aSakexe0x02cb,650x02cd,71//2007-11-06aSakexe0x0078,550x007c,420x022c,650x029b,80//2007-11-13aSakexe0x02e1,33//2007-11-20aSakexe//0x01df,10 <- ???0x02e2,140x02e3,250x02e4,80x02e5,80x02e6,6//2007-11-27aSakexe0x02e7,-1//2008-01-02aSakexe0x01df,6,gmreqaccname,20x02e8,-10x02e9,-10x02ea,-10x02eb,130x02ec,670x02ed,590x02ee,600x02ef,8//2008-03-18aSakexe0x02bf,-10x02c0,-10x02f0,100x02f1,2,progressbar,00x02f2,2//2008-03-25bSakexe0x02f3,-10x02f4,-10x02f5,-10x02f6,-10x02f7,-10x02f8,-10x02f9,-10x02fa,-10x02fb,-10x02fc,-10x02fd,-10x02fe,-10x02ff,-10x0300,-1//2008-04-01aSakexe0x0301,-10x0302,-10x0303,-10x0304,-10x0305,-10x0306,-10x0307,-10x0308,-10x0309,-10x030a,-10x030b,-10x030c,-10x030d,-10x030e,-10x030f,-10x0310,-10x0311,-10x0312,-10x0313,-10x0314,-10x0315,-10x0316,-10x0317,-10x0318,-10x0319,-10x031a,-10x031b,-10x031c,-10x031d,-10x031e,-10x031f,-10x0320,-10x0321,-10x0322,-10x0323,-10x0324,-10x0325,-10x0326,-10x0327,-10x0328,-10x0329,-10x032a,-10x032b,-10x032c,-10x032d,-10x032e,-10x032f,-10x0330,-10x0331,-10x0332,-10x0333,-10x0334,-10x0335,-10x0336,-10x0337,-10x0338,-10x0339,-10x033a,-10x033b,-10x033c,-10x033d,-10x033e,-10x033f,-10x0340,-10x0341,-10x0342,-10x0343,-10x0344,-10x0345,-10x0346,-10x0347,-10x0348,-10x0349,-10x034a,-10x034b,-10x034c,-10x034d,-10x034e,-10x034f,-10x0350,-10x0351,-10x0352,-10x0353,-10x0354,-10x0355,-10x0356,-10x0357,-10x0358,-10x0359,-10x035a,-1//2008-05-27aSakexe0x035b,-10x035c,20x035d,-10x035e,20x035f,-10x0389,-1//2008-08-20aSakexe0x040c,-10x040d,-10x040e,-10x040f,-10x0410,-10x0411,-10x0412,-10x0413,-10x0414,-10x0415,-10x0416,-10x0417,-10x0418,-10x0419,-10x041a,-10x041b,-10x041c,-10x041d,-10x041e,-10x041f,-10x0420,-10x0421,-10x0422,-10x0423,-10x0424,-10x0425,-10x0426,-10x0427,-10x0428,-10x0429,-10x042a,-10x042b,-10x042c,-10x042d,-10x042e,-10x042f,-10x0430,-10x0431,-10x0432,-10x0433,-10x0434,-10x0435,-1//2008-09-10aSakexepacket_ver: 230x0436,19,wanttoconnection,2:6:10:14:180x0437,7,actionrequest,2:60x0438,10,useskilltoid,2:4:60x0439,8,useitem,2:4//2008-11-13aSakexe0x043d,80x043e,-10x043f,8//2008-11-26aSakexe0x01a2,370x0440,100x0441,4//2008-12-10aSakexe0x0442,-10x0443,8,skillselectmenu,2:6//2009-01-14aSakexe0x043f,250x0444,-10x0445,10//2009-02-18aSakexe0x0446,14//2009-02-25aSakexe0x0448,-1//2009-03-30aSakexe0x0449,4//2009-04-08aSakexe0x02a6,-10x02a7,-10x044a,6//Renewal Clients//2008-08-27aRagexeREpacket_ver: 240x0072,22,useskilltoid,9:15:180x007c,440x007e,105,useskilltoposinfo,10:14:18:23:250x0085,10,changedir,4:90x0089,11,ticksend,70x008c,14,getcharnamerequest,100x0094,19,movetokafra,3:150x009b,34,wanttoconnection,7:15:25:29:330x009f,20,useitem,7:200x00a2,14,solvecharname,100x00a7,9,walktoxy,60x00f5,11,takeitem,70x00f7,17,movefromkafra,3:130x0113,25,useskilltopos,10:14:18:230x0116,17,dropitem,6:150x0190,23,actionrequest,9:220x02e2,200x02e3,220x02e4,110x02e5,9//2008-09-10aRagexeREpacket_ver: 250x0436,19,wanttoconnection,2:6:10:14:180x0437,7,actionrequest,2:60x0438,10,useskilltoid,2:4:60x0439,8,useitem,2:4//2008-11-12aRagexeRE0x043d,8//0x043e,-10x043f,8//2008-12-17aRagexeRE0x01a2,37//0x0440,10//0x0441,4//0x0442,8//0x0443,8//2008-12-17bRagexeRE0x006d,114//2009-01-21aRagexeRE0x043f,25//0x0444,-1//0x0445,10//2009-02-18aRagexeRE//0x0446,14//2009-02-26cRagexeRE//0x0448,-1//2009-04-01aRagexeRE//0x0449,4//2009-05-14aRagexeRE//0x044b,2//2009-05-20aRagexeRE//0x07d0,6//0x07d1,2//0x07d2,-1//0x07d3,4//0x07d4,4//0x07d5,4//0x07d6,4//0x0447,2//2009-06-03aRagexeRE0x07d7,8,partychangeoption,2:6:70x07d8,80x07d9,2540x07da,6,partychangeleader,2//2009-06-10aRagexeRE//0x07db,8//2009-06-17aRagexeRE0x07d9,268//0x07dc,6//0x07dd,54//0x07de,30//0x07df,54//2009-07-01aRagexeRE//0x0275,37//0x0276,-1//2009-07-08aRagexeRE//0x07e0,58//2009-07-15aRagexeRE0x07e1,15//2009-08-05aRagexeRE0x07e2,8//2009-08-18aRagexeRE0x07e3,60x07e4,-1,itemlistwindowselected,2:4:80x07e6,8//2009-08-25aRagexeRE//0x07e6,280x07e7,5//2009-09-22aRagexeRE0x07e5,80x07e6,80x07e7,320x07e8,-10x07e9,5//2009-09-29aRagexeRE//0x07ea,2//0x07eb,-1//0x07ec,6//0x07ed,8//0x07ee,6//0x07ef,8//0x07f0,4//0x07f2,4//0x07f3,3//2009-10-06aRagexeRE//0x07ec,8//0x07ed,10//0x07f0,8//0x07f1,15//0x07f2,6//0x07f3,4//0x07f4,3//2009-10-27aRagexeRE0x07f5,6,gmreqaccname,20x07f6,14//2009-11-03aRagexeRE0x07f7,-10x07f8,-10x07f9,-1//2009-11-17aRagexeRE0x07fa,8//2009-11-24aRagexeRE0x07fb,25//2009-12-01aRagexeRE//0x07fc,10//0x07fd,-10x07fe,26//0x07ff,-1//2009-12-15aRagexeRE0x0800,-1//0x0801,-1//2009-12-22aRagexeRE0x0802,18,bookingregreq,2:4:6 // Booking System0x0803,40x0804,8 // Booking System0x0805,-10x0806,4,bookingdelreq,2 // Booking System//0x0807,20x0808,4 // Booking System//0x0809,14//0x080A,50//0x080B,18//0x080C,6//2009-12-29aRagexeRE0x0804,14,bookingsearchreq,2:4:6:8:12 // Booking System0x0806,2,bookingdelreq,0 // Booking System0x0807,40x0808,14,bookingupdatereq,2 // Booking System0x0809,500x080A,180x080B,6 // Booking System//2010-01-05aRagexeRE0x0801,-1,purchasereq2,2:4:8:12//2010-01-26aRagexeRE//0x080C,2//0x080D,30x080E,14//2010-02-09aRagexeRE//0x07F0,6//2010-02-23aRagexeRE0x080F,20//2010-03-03aRagexeRE0x0810,30x0811,-1,reqopenbuyingstore,2:4:8:9:89//0x0812,86//0x0813,6//0x0814,6//0x0815,-1//0x0817,-1//0x0818,6//0x0819,4//2010-03-09aRagexeRE0x0813,-1//0x0814,2//0x0815,60x0816,60x0818,-1//0x0819,10//0x081A,4//0x081B,4//0x081C,60x081d,220x081e,8//2010-03-23aRagexeRE//0x081F,-1//2010-04-06aRagexeRE//0x081A,6//2010-04-13aRagexeRE//0x081A,100x0820,11//0x0821,2//0x0822,9//0x0823,-1//2010-04-14dRagexeRE//0x081B,8//2010-04-20aRagexeRE0x0812,80x0814,860x0815,2,reqclosebuyingstore,00x0817,6,reqclickbuyingstore,20x0819,-1,reqtradebuyingstore,2:4:8:120x081a,40x081b,100x081c,100x0824,6//2010-06-01aRagexeRE//0x0825,-1//0x0826,40x0835,-1,searchstoreinfo,2:4:5:9:13:14:150x0836,-10x0837,3//0x0838,3//2010-06-08aRagexeRE0x0838,2,searchstoreinfonextpage,00x083A,4 // Search Stalls Feature0x083B,2,closesearchstoreinfo,00x083C,12,searchstoreinfolistitemclick,2:6:100x083D,6//2010-06-15aRagexeRE//0x083E,26//2010-06-22aRagexeRE//0x083F,22//2010-06-29aRagexeRE0x00AA,9//0x07F1,18//0x07F2,8//0x07F3,6//2010-07-01aRagexeRE0x083A,5 // Search Stalls Feature//2010-07-13aRagexeRE//0x0827,6//0x0828,14//0x0829,6//0x082A,10//0x082B,6//0x082C,14//0x0840,-1//0x0841,19//2010-07-14aRagexeRE//0x841,4//2010-08-03aRagexeRE0x0839,660x0842,6,recall2,20x0843,6,remove2,2//2010-11-24aRagexeREpacket_ver: 260x0288,-1,cashshopbuy,4:80x0436,19,wanttoconnection,2:6:10:14:180x035f,5,walktoxy,20x0360,6,ticksend,20x0361,5,changedir,2:40x0362,6,takeitem,20x0363,6,dropitem,2:40x0364,8,movetokafra,2:40x0365,8,movefromkafra,2:40x0366,10,useskilltopos,2:4:6:80x0367,90,useskilltoposinfo,2:4:6:8:100x0368,6,getcharnamerequest,20x0369,6,solvecharname,20x0856,-10x0857,-10x0858,-10x0859,-1//2011-10-05aRagexeREpacket_ver: 270x0364,5,walktoxy,20x0817,6,ticksend,20x0366,5,changedir,2:40x0815,6,takeitem,20x0885,6,dropitem,2:40x0893,8,movetokafra,2:40x0897,8,movefromkafra,2:40x0369,10,useskilltopos,2:4:6:80x08ad,90,useskilltoposinfo,2:4:6:8:100x088a,6,getcharnamerequest,20x0838,6,solvecharname,20x0439,8,useitem,2:40x08d2,10// 2011-11-02aRagexepacket_ver: 280x0436,26,friendslistadd,20x0898,5,hommenu,40x0281,36,storagepassword,00x088d,26,partyinvite2,20x083c,19,wanttoconnection,2:6:10:14:180x08aa,7,actionrequest,2:60x02c4,10,useskilltoid,2:4:60x0811,-1,itemlistwindowselected,2:4:80x890,80x08a5,18,bookingregreq,2:4:60x0835,-1,reqopenbuyingstore,2:4:8:9:890x089b,2,reqclosebuyingstore,00x08a1,6,reqclickbuyingstore,20x089e,-1,reqtradebuyingstore,2:4:8:120x08ab,-1,searchstoreinfo,2:4:5:9:13:14:150x088b,2,searchstoreinfonextpage,00x08a2,12,searchstoreinfolistitemclick,2:6:10//2012-03-07fRagexeREpacket_ver:290x086A,19,wanttoconnection,2:6:10:14:180x0437,5,walktoxy,20x0887,6,ticksend,20x0890,5,changedir,2:40x0865,6,takeitem,20x02C4,6,dropitem,2:40x093B,8,movetokafra,2:40x0963,8,movefromkafra,2:40x0438,10,useskilltopos,2:4:6:80x0366,90,useskilltoposinfo,2:4:6:8:100x096A,6,getcharnamerequest,20x0368,6,solvecharname,20x0369,26,friendslistadd,20x0863,5,hommenu,40x0861,36,storagepassword,00x0929,26,partyinvite2,20x0885,7,actionrequest,2:60x0889,10,useskilltoid,2:4:60x0870,-1,itemlistwindowselected,2:4:80x0926,18,bookingregreq,2:4:60x0815,-1,reqopenbuyingstore,2:4:8:9:890x0817,2,reqclosebuyingstore,00x0360,6,reqclickbuyingstore,20x0811,-1,reqtradebuyingstore,2:4:8:120x0884,-1,searchstoreinfo,2:4:5:9:13:14:150x0835,2,searchstoreinfonextpage,00x0838,12,searchstoreinfolistitemclick,2:6:100x0439,8,useitem,2:4//2012-05-15aRagexeREpacket_ver: 300x01FD,15,repairitem,20x0369,26,friendslistadd,20x094B,5,hommenu,2:40x089A,36,storagepassword,00x0288,-1,cashshopbuy,4:80x091F,26,partyinvite2,20x08A8,19,wanttoconnection,2:6:10:14:180x0923,7,actionrequest,2:60x0947,10,useskilltoid,2:4:60x0439,8,useitem,2:40x0366,-1,itemlistwindowselected,2:4:80x0891,-1,reqopenbuyingstore,2:4:8:9:890x092C,2,reqclosebuyingstore,00x091A,6,reqclickbuyingstore,20x096A,-1,reqtradebuyingstore,2:4:8:120x0817,-1,searchstoreinfo,2:4:5:9:13:14:150x0367,2,searchstoreinfonextpage,00x087E,12,searchstoreinfolistitemclick,2:6:100x087C,5,walktoxy,20x087D,6,ticksend,20x08AC,5,changedir,2:40x0964,6,takeitem,20x0364,6,dropitem,2:40x085A,8,movetokafra,2:40x0869,8,movefromkafra,2:40x08AD,10,useskilltopos,2:4:6:80x08A2,90,useskilltoposinfo,2:4:6:8:100x08A5,6,getcharnamerequest,20x0957,6,solvecharname,20x08E5,41,bookingregreq,2:4 //Added to prevent disconnections0x08E6,40x08E7,10,bookingsearchreq,20x08E8,-10x08E9,2,bookingdelreq,20x08EA,40x08EB,39,bookingupdatereq,20x08EC,730x08ED,430x08EE,60x08EF,6,bookingignorereq,20x08F0,60x08F1,6,bookingjoinpartyreq,20x08F2,360x08F3,-10x08F4,60x08F5,-1,bookingsummonmember,2:40x08F6,220x08F7,30x08F8,70x08F9,60x08FA,60x08FB,6,bookingcanceljoinparty,20x0907,5,moveitem,2:40x0908,50x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections Edited September 22, 2013 by Sei Quote Link to comment Share on other sites More sharing options...
Brynner Posted September 22, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 2 hours ago Share Posted September 22, 2013 check your clientinfo.xml it will not work. Quote Link to comment Share on other sites More sharing options...
Sei Posted September 22, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/14/13 Last Seen: March 25, 2018 Author Share Posted September 22, 2013 What do you mean? As in you can't see it? Ragnarok Client Informationkoreaprimary SERVER NAME HERERagnarok Onlinethis is a tool tipxxxxxxxxxx 6900301REGISTRATION URHERE 200000120000022000003 loading00.jpgloading01.jpgloading02.jpgloading03.jpgloading04.jpgloading05.jpgloading06.jpgloading07.jpgloading08.jpgloading09.jpgloading10.jpg Quote Link to comment Share on other sites More sharing options...
Brynner Posted September 22, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 2 hours ago Share Posted September 22, 2013 http://rathena.org/wiki/Clientinfo.xml Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted September 22, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted September 22, 2013 same here i got reject from the server Quote Link to comment Share on other sites More sharing options...
Sei Posted September 22, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/14/13 Last Seen: March 25, 2018 Author Share Posted September 22, 2013 http://rathena.org/wiki/Clientinfo.xml That is what my clientinfo looks like, pasting it here just changed it. http://snag.gy/XB7zh.jpg Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted September 22, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted September 22, 2013 same error <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> <extendedslot /> <readfolder /> <connection> <display>rathena</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo> can i borrow your client Quote Link to comment Share on other sites More sharing options...
Brynner Posted September 22, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1960 Reputation: 202 Joined: 01/08/12 Last Seen: 2 hours ago Share Posted September 22, 2013 just try to use this. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>agnarok</display> <desc>Ragnarok</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>6900</port> <version>1</version> <langtype>0</langtype> <registrationweb>http://127.0.0.1</registrationweb> <aid> <admin></admin><admin></admin><admin></admin> </aid> <yellow> <admin></admin><admin></admin><admin></admin> </yellow> </connection> </clientinfo> Quote Link to comment Share on other sites More sharing options...
Sei Posted September 23, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/14/13 Last Seen: March 25, 2018 Author Share Posted September 23, 2013 just try to use this. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>agnarok</display> <desc>Ragnarok</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>6900</port> <version>1</version> <langtype>0</langtype> <registrationweb>http://127.0.0.1</registrationweb> <aid> <admin></admin><admin></admin><admin></admin> </aid> <yellow> <admin></admin><admin></admin><admin></admin> </yellow> </connection> </clientinfo> It still has the same issue. Rejected from server. Quote Link to comment Share on other sites More sharing options...
Question
Sei
So, the 2012-04-10 Client isn't allowing me to connect, It just says Rejected From Server. The Mmo.h is 20120410
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.