Jump to content
  • 0

aCis title


Tehygun

Question

8 answers to this question

Recommended Posts

  • 0
7 minutes ago, 'Baggos' said:

Npcname-e.dat

9C    E8    A9

yes i'm changed on this line to my color code, but nothing changed in game. I'm using 31360 npc template on my custom buffer.

Link to comment
Share on other sites

  • 0

If the npc is custom (no client info), then you have to change the original template you are using.

For example, if the npc is using templateId 100, then you have to edit info of npc 100 from client.

Link to comment
Share on other sites

  • 0
24 minutes ago, Tehygun said:

yes i'm changed on this line to my color code, but nothing changed in game. I'm using 31360 npc template on my custom buffer.

20001    a,Gremlin\0    a,Title\0    3F    8B    FE    -1

Link to comment
Share on other sites

  • 0
2 minutes ago, SweeTs said:

If the npc is custom (no client info), then you have to change the original template you are using.

For example, if the npc is using templateId 100, then you have to edit info of npc 100 from client.

I'm using on my buffer 31360 npc template. I'm changed color code on 31360 npc id. But still don't see colored title..

 

Original npc xml:

    <npc id="31360" name="Alhena" title="Tetrarch Agent">
        <set name="level" val="70"/>
        <set name="radius" val="8"/>
        <set name="height" val="23"/>
        <set name="rHand" val="315"/>
        <set name="lHand" val="0"/>
        <set name="type" val="Walker"/>
        <set name="exp" val="0"/>
        <set name="sp" val="0"/>
        <set name="hp" val="2444.46819"/>
        <set name="mp" val="1345.8"/>
        <set name="hpRegen" val="7.5"/>
        <set name="mpRegen" val="2.7"/>
        <set name="pAtk" val="688.86373"/>
        <set name="pDef" val="295.91597"/>
        <set name="mAtk" val="470.40463"/>
        <set name="mDef" val="216.53847"/>
        <set name="crit" val="4"/>
        <set name="atkSpd" val="253"/>
        <set name="str" val="40"/>
        <set name="int" val="21"/>
        <set name="dex" val="30"/>
        <set name="wit" val="20"/>
        <set name="con" val="43"/>
        <set name="men" val="20"/>
        <set name="corpseTime" val="7"/>
        <set name="walkSpd" val="50"/>
        <set name="runSpd" val="120"/>
        <set name="dropHerbGroup" val="0"/>
        <ai type="DEFAULT" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/>
        <skills>
            <skill id="4045" level="1"/>
            <skill id="4416" level="16"/>
        </skills>
    </npc>

Custom npc xml:

        <npc id="50008" idTemplate="31360" name="Atwood" title="Buffer">
        <set name="usingServerSideName" val="true"/>
        <set name="usingServerSideTitle" val="true"/>
        <set name="level" val="70"/>
        <set name="radius" val="8"/>
        <set name="height" val="23"/>
        <set name="rHand" val="0"/>
        <set name="lHand" val="0"/>
        <set name="type" val="SchemeBuffer"/>
        <set name="exp" val="0"/>
        <set name="sp" val="0"/>
        <set name="hp" val="2444.46819"/>
        <set name="mp" val="1345.8"/>
        <set name="hpRegen" val="7.5"/>
        <set name="mpRegen" val="2.7"/>
        <set name="pAtk" val="688.86373"/>
        <set name="pDef" val="295.91597"/>
        <set name="mAtk" val="470.40463"/>
        <set name="mDef" val="216.53847"/>
        <set name="crit" val="4"/>
        <set name="atkSpd" val="253"/>
        <set name="str" val="40"/>    
        <set name="int" val="21"/>
        <set name="dex" val="30"/>
        <set name="wit" val="20"/>
        <set name="con" val="43"/>
        <set name="men" val="20"/>
        <set name="corpseTime" val="7"/>
        <set name="walkSpd" val="50"/>
        <set name="runSpd" val="120"/>
        <set name="dropHerbGroup" val="0"/>
        <ai type="DEFAULT" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/>
        <skills>
            <skill id="4045" level="1"/>
            <skill id="4416" level="18"/>
        </skills>
    </npc>


 

Link to comment
Share on other sites

  • 0
12 minutes ago, 'Baggos' said:

20001    a,Gremlin\0    a,Title\0    3F    8B    FE    -1

If you want more explain here..

Delete those lines:

        <set name="usingServerSideName" val="true"/>
        <set name="usingServerSideTitle" val="true"/>

Npcname-e 

31360    a,CUSTOMNPC\0    a,CUSTOMCOLOR\0    3F    8B    FE    -1

 

Original Alhena npc now will be renamed and will have a custom name and color title. Same for your Custom npc because use this template.

Edited by 'Baggos'
Link to comment
Share on other sites

  • 0

 

6 hours ago, 'Baggos' said:

Delete those lines:


        <set name="usingServerSideName" val="true"/>
        <set name="usingServerSideTitle" val="true"/>

now working. Thanks you guys!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock