Jump to content

  •  

luis.seifert

Member Since 19 May 2014
Offline Last Active Mar 13 2017 11:47 PM
*****

#56816 Crash in Custom Weapon

Posted by luis.seifert on 16 May 2015 - 06:04 PM

item_db2.conf :   Slots: 1
iteminfo.lub : slotCount = 2  
change both to 2. 
 
 
 
[color=rgb(102,102,0);] [[/color][color=rgb(102,0,102);]Weapon_IDs[/color][color=rgb(102,102,0);].[/color]WEAPONTYPE_longsword[color=rgb(102,102,0);]][/color] [color=rgb(102,102,0);]=[/color] [color=rgb(102,0,102);]Weapon_IDs[/color][color=rgb(102,102,0);].[/color]WPCLASS_WEAPONTYPE_SWORD change to 
 [Weapon_IDs.WEAPONTYPE_longsword] = Weapon_IDs.WEAPONTYPE_SWORD



#50444 Download Grf

Posted by luis.seifert on 09 February 2015 - 10:26 AM

https://www.google.c...#q=data.grf kro




#49737 [Ajuda]Duvida em relação a HackShields (ex: Harmony)

Posted by luis.seifert on 28 January 2015 - 07:50 PM

Negativo, no site do harmony tem a lista de hexeds compativeis. 




#49081 item custom - sprite erro

Posted by luis.seifert on 15 January 2015 - 01:41 PM

Pergunta: usa iteminfo.lub?

 

iteminfo.lub	[30720] = {		unidentifiedDisplayName = "",		unidentifiedResourceName  = "",		unidentifiedDescriptionName = {		},		identifiedDisplayName = "Anjo da Morte",		identifiedResourceName = "anjo_da_morte",		identifiedDescriptionName = {		},		slotCount = 0,		ClassNum = 0	}, 

 

accname.lub[ACCESSORY_IDs.anjo_da_morte] = "_anjo_da_morte", 

 

accessoryid.lubanjo_da_morte = 1720, 

 

 

item_db2(30720, 'Anjo_da_Morte', 'Anjo da Morte', 5, 100, 10, 100, 0, NULL, 0, 0, 0, 4294967295, 7, 2, 512, 0, NULL, NULL, 1, 1720, NULL, NULL, NULL, NULL), 

 

só lembrando que devias ter postado em alguma sessão de gráficos ou client-side, não tem nada com database a sua dúvida :)



#48680 [Resolvido] Problema com comando recovery

Posted by luis.seifert on 07 January 2015 - 07:55 PM

Obrigado pela ajuda pixel, 
mas acabei resolvendo meu problema de uma outra forma, como era pra battleground eu usei o seguinte e funcionou:
 

 

	recovery BG, 3, $@red;	recovery BG, 3, $@blue; 

Agradeço a ajuda. 




#48222 client date :)

Posted by luis.seifert on 27 December 2014 - 02:02 PM

Something about 2012, check for the latest hexed that harmony support, i think its the better call for you. 




#47022 [Problem] Custom Weapon Sprite

Posted by luis.seifert on 28 November 2014 - 06:55 PM

iteminfo.lua
 

	[18104] = {		unidentifiedDisplayName = "",		unidentifiedResourceName  = "",		unidentifiedDescriptionName = {		},		identifiedDisplayName = "Punhos Celestes",		identifiedResourceName = "Punhos_Celestes",		identifiedDescriptionName = {		},		slotCount = 4,		ClassNum = 103	},

dataspriteÀΰ£Á·¸ùÅ©
punhos.png

 

dataluafiles514lua filesdatainfoweapontable.lua

 

 Weapon_IDs = { WEAPONTYPE_Punhos_Celestes = 103, 
WeaponNameTable = { [Weapon_IDs.WEAPONTYPE_Punhos_Celestes] = "_Punhos_Celestes",

 

 

Expansion_Weapon_IDs = {  [Weapon_IDs.WEAPONTYPE_Punhos_Celestes] = Weapon_IDs.WEAPONTYPE_KNUKLE, 

 

If you follow these for your katar, everything will be ok. 

 

 

Also, change:

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:12px;background-color:rgb(247,247,247);][Weapon_IDs.WEAPONTYPE_DragonFang_Katar] = WEAPONTYPE_CATARRH,[/color]

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:12px;background-color:rgb(247,247,247);]to[/color]

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:12px;background-color:rgb(247,247,247);][Weapon_IDs.WEAPONTYPE_DragonFang_Katar] [/color] = Weapon_IDs.[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;font-size:12px;background-color:rgb(247,247,247);] WEAPONTYPE_CATARRH,[/color]