0 Tehygun Posted April 4, 2018 Author Posted April 4, 2018 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.
0 SweeTs Posted April 4, 2018 Posted April 4, 2018 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.
0 'Baggos' Posted April 4, 2018 Posted April 4, 2018 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
0 Tehygun Posted April 4, 2018 Author Posted April 4, 2018 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>
0 'Baggos' Posted April 4, 2018 Posted April 4, 2018 (edited) 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 April 4, 2018 by 'Baggos'
0 Tehygun Posted April 5, 2018 Author Posted April 5, 2018 6 hours ago, 'Baggos' said: Delete those lines: <set name="usingServerSideName" val="true"/> <set name="usingServerSideTitle" val="true"/> now working. Thanks you guys!
Question
Tehygun
Hey! How on aCis make colored npc title?
8 answers to this question
Recommended Posts