Postado Março 19, 2015 10 anos @Kazakanguroz, Você está com problema na conexão MySQL, Você já configurou o banco de dados? I dont know how. Can you help me?. I searched a tutorial but i did not find
Postado Março 19, 2015 10 anos Autor I dont know how. Can you help me?. I searched a tutorial but i did not find Man, this problem is occured cuz you don't configured the mysql connection correctly. Atenciosamente, Bruno Minervino
Postado Março 20, 2015 10 anos Sorry for post on english, but i don't speak br. I added the distance effect "glooth spear". You can add it following this: Go to const.h After (I added the comma): CONST_ANI_ENVENOMEDARROW = 51, Paste: //52 is empty CONST_ANI_GLOOTHSPEAR = 53, Go to luascript.cpp and register the enum registerEnum(CONST_ANI_GLOOTHSPEAR) Go to tools.cpp After (I added the comma): {"envenomedarrow", CONST_ANI_ENVENOMEDARROW}, Paste: { "gloothspear", CONST_ANI_GLOOTHSPEAR } Now change the distanceffect for glooth spear in items.xml: <item id="23522" article="a" name="glooth spear"> <attribute key="attack" value="55" /> <attribute key="weaponType" value="distance" /> <attribute key="shootType" value="gloothspear" /> <attribute key="range" value="4" /> <attribute key="weight" value="2600" /> </item>
Postado Março 20, 2015 10 anos Autor Sorry for post on english, but i don't speak br. I added the distance effect "glooth spear". You can add it following this: Go to const.h After (I added the comma): CONST_ANI_ENVENOMEDARROW = 51, Paste: //52 is empty CONST_ANI_GLOOTHSPEAR = 53, Go to luascript.cpp and register the enum registerEnum(CONST_ANI_GLOOTHSPEAR) Go to tools.cpp After (I added the comma): {"envenomedarrow", CONST_ANI_ENVENOMEDARROW}, Paste: { "gloothspear", CONST_ANI_GLOOTHSPEAR } Now change the distanceffect for glooth spear in items.xml: <item id="23522" article="a" name="glooth spear"> <attribute key="attack" value="55" /> <attribute key="weaponType" value="distance" /> <attribute key="shootType" value="gloothspear" /> <attribute key="range" value="4" /> <attribute key="weight" value="2600" /> </item> Man, thanks for help, but already have this in my sources. However, I don't add this in the items.xml because there is no official version of items.otb. Follow: https://github.com/brunominervino/forgottenserver/blob/master/src/const.h#L104 https://github.com/brunominervino/forgottenserver/blob/master/src/const.h#L170 Editado Março 20, 2015 10 anos por Bruno Minervino (veja o histórico de edições) Atenciosamente, Bruno Minervino
Postado Março 21, 2015 10 anos Man, thanks for help, but already have this in my sources. However, I don't add this in the items.xml because there is no official version of items.otb. Follow: https://github.com/brunominervino/forgottenserver/blob/master/src/const.h#L104 https://github.com/brunominervino/forgottenserver/blob/master/src/const.h#L170 But glooth spear is added since 10.55 i think. You can already use this item but it just have the shoot effect of a spear.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.