antiblock
Elveron
Sign in to follow this  
ʍ૮ʍi૮ђ૯ℓ

[Tutorial] Implementar Novas Perolas

5 posts in this topic

Perola de chocolate:

Imagem colocada

Dowload: http://www.mediafire...0tv460ah9nixk8v

Função:

Podem por A funçao que quiseres

Este tutorial tambem serve para otras perolas

Como implementar no cliente:

-Coloque o ícone no icon.epk e icon.epk

-Depois no locale_pt você vai procurar o itemlist.txt e coloquem este código no final

ETC 98892 icon/item/98892.tga

-Na mesma pasta você procura itemdesc.txt e poe este outro código:

98892 Perola de chocolate, Um Obejeto muito raro

Depois no item_proto [ Esta no locale] você vai adicionar:

<item vnum="98892" hashName="Perla de Chocolate" name="Perla de Chocolate" type="23" subtype="0" weight="0" size="1" antiflag="0" flag="0" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="1" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64992" socket2="127" socket3="64976" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />

Agora implementar no servidor :

Fasam Login no Navicat vaiam Player-> Query-> New e metam este código:

INSERT INTO `item_proto` VALUES (98892, "Perla de Chocolate", "Perla de Chocolate", 23, 0, 0, 1, 0, 0, 0, "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0);

Depois no in game colocar : /i 98892 [Codigo da perola]

Perola aquatica :

Imagem colocada

Dowload: http://www.mediafire...s2n69ho44d4lb5k

Função:

Podem por A funçao que quiseres

Este tutorial tambem serve para otras perolas

Como implementar no cliente:

-Coloque o ícone no icon.epk e icon.epk

-Depois no locale_pt você vai procurar o itemlist.txt e coloquem este código no final:

ETC 98891 icon/item/98891.tga

-Na mesma pasta você procura itemdesc.txt e poe este outro código:

98891 Perola aquatica, Um objeto muito raro

Depois no item_proto [ Esta no locale] você vai adicionar:

<item vnum="98891" hashName="Perla Acuatica" name="Perla Acuatica" type="23" subtype="0" weight="0" size="1" antiflag="0" flag="0" wearflag="0" immuneflag="0" gold="0" buy_price="0" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="1" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64992" socket2="127" socket3="64976" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />

Agora implementar no servidor :

Fasam Login no Navicat vaiam Player-> Query-> New e metam este código:

NSERT INTO `item_proto` VALUES (98891, "Perla Acuatica", "Perla Acuatica", 23, 0, 0, 1, 0, 0, 0, "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0);

Codigo da perola in game: / i 98891

Tutorial feito por mim

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
Guest Henrique Oliveira

hm... perola de chocolate *w*também tem perola de goma xD? http://cyber-gamers.org/public/style_emoticons/default/451960.gif

lol faz uma no photoshop xD

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this