Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/l2j-duvidas-solucionadas/)
-   -   buffer sumindo no restart (https://secretexperience.net/l2j-duvidas-solucionadas/3445-buffer-sumindo-no-restart.html)

cleberhills 29-01-2009 10:13 AM

buffer sumindo no restart
 
[SIZE="3"]Alguem sabe dizer om mudo pra salvar o buff quando der restart no servidor??[/SIZE]

Kryer 29-01-2009 10:46 AM

Gameserver/Config/other.propertiers

Altera essa linha:

Citação:

# Store buffs/debuffs other effects on user logout?
StoreSkillCooltime = True
(Y)

cleberhills 29-01-2009 11:47 AM

Ja estava desse jeito ai eu troquei e nao adiantou.

Kryer 29-01-2009 12:03 PM

Qual pack vc está usando?

cleberhills 30-01-2009 12:06 PM

o seu gracia. e tbm tem itens que eu naum consigo pegar do chao.

1eo 07-05-2009 06:38 AM

estou com o msm problema quanto aos buffs ajuda ai... vlw..

Setokaiba 07-05-2009 10:26 AM

Dê uma olhada na tabela character_skill_save:
Código:

-- ---------------------------
-- Table structure for character_skills
-- ---------------------------
CREATE TABLE IF NOT EXISTS character_skills_save (
  char_obj_id INT NOT NULL default 0,
  skill_id INT NOT NULL default 0,
  skill_level INT NOT NULL default 0,
  effect_count INT NOT NULL default 0,
  effect_cur_time INT NOT NULL default 0,
  reuse_delay INT(8) NOT NULL DEFAULT 0,
  restore_type INT(1) NOT NULL DEFAULT 0,
  `class_index` INT(1) NOT NULL DEFAULT 0,
  `buff_index` int(2) NOT NULL default 0,
  PRIMARY KEY  (char_obj_id,skill_id,`class_index`)
) ;


1eo 07-05-2009 01:22 PM

mano aki a tabela tem 10 colunas essa ai tem 9 apenas minha rev ea do presuntinho.


Horários baseados na GMT -3. Agora são 06:17 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0