How to create buff book

No puedo hacer que funcione. ¿Puede poner un ejemplo para este elemento xml y también para 2 o más elementos en la base de datos?

Mi artículo no hace nada.

Buff_templates.xml

<template menuId = "99934" target = "BUFF_PLAYER">
<consume>
<item id = "9338" amount= "1" />
</consume>
<! - GUERRERO ->
<producto>
<! - Bailes ->
<! - guerrero ->
<skill id = "274" level = "1" />
<! - fuego ->
<skill id = "271" level = "1" />
<! - furia ->
<skill id = "275" level = "1" />
<! - vampiro ->
<skill id = "310" level = "1" />
<! - Canciones ->
<! - tierra ->
<skill id = "264" level = "1" />
<! - agua ->
<skill id = "266" level = "1" />
<! - protección ->
<skill id = "267" level = "1" />
<! - viento ->
<skill id = "268" level = "1" />
<! - cazador ->
<skill id = "269" level = "1" />
<! - vitalmente ->
<skill id = "304" level = "1" />
</produce>
</template>

Item.xml


<etcitem id = "9338" name = "Warrior_Muse_Scroll">
<! - NO EXISTE ->
<set name = "class" value = "OTHER" />
<set name = "crystal_type" value = "NINGUNO" />
<set name = "icon" value = "icon.etc_scroll_white_i00" />
<set name = "stackable" value = "true" />
<set name = "destroyable" value = "true" />
<set name = "tradeable" value = "true" />
<set name = "type" value = "OTHER" />
<set name = "weight" value = "12" />
<cond msgId = "1508">
<not>
<player olympiad = "true" />
</not>
</cond>
</etcitem>

html-es / mods / buffer / item-9338.htm

<center> <img src = "L2UI_CH3.herotower_deco" width = 256 height = 31> </center>
<center> <font color = "LEVEL"> Muse System </font> </center>

<centro>
<table width = 250 cellpadding = "0" cellpacing = "0">
<tr> <td>
<table width = 120 cellpadding = "0" cellpacing = "0">
<tr>
<td> <button width = 120 height = 18 action = "bypass -h scripts_services.Buffer: act ask = 99934 & reply = 99999" back = "L2UI_CH3.bigbutton2_down" fore = "L2UI_CH3.bigbutton2" value = "Bailes / canciones del jugador guerrero "> </td>
</tr>
</table>
</td> </tr>
</table>
</ Center>

DB row: BuffItemIds 9338
 
Back
Top