Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/forumdisplay.php?f=653)
-   -   Como descubrir o ID de CLan! (https://secretexperience.net/showthread.php?t=30847)

Genilson 17-04-2011 01:06 PM

Como descubrir o ID de CLan!
 
Galera como eu fasso pra fazer o Id de um clan ?


Abraços!

Mazokista 17-04-2011 01:17 PM

Apos Criar um Clan as Informacoes deles estaram na tabela Clan_data no Navicat pra facilitar basta ver o nome do clan vai achar o ID =x


Código:

clan_id INT NOT NULL default 0,
  clan_name varchar(45) ,
  clan_level INT,
  reputation_score INT NOT NULL default 0,
  hasCastle INT,
  ally_id INT,
  ally_name varchar(45),
  leader_id INT,
  crest_id INT,
  crest_large_id INT,
  ally_crest_id INT,
  auction_bid_at INT NOT NULL default 0,
  ally_penalty_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
  ally_penalty_type DECIMAL( 1 ) NOT NULL DEFAULT 0,
  char_penalty_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
  dissolving_expiry_time DECIMAL( 20,0 ) NOT NULL DEFAULT 0,
  PRIMARY KEY  (clan_id),
  KEY `leader_id` (`leader_id`),
  KEY `ally_id` (`ally_id`)


shadokancoult 17-04-2011 01:17 PM

é só vc ir na tabela de clan no Banco de Dados....

Genilson 17-04-2011 07:38 PM

flw irmãos abraços vlw msm!


Horários baseados na GMT -3. Agora são 01:12 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.