change the appearance of an NPC.

06/06/2012 11:00 OnlyWorld#1
Hi all,
I am looking for a way to change the appearance of an NPC.

I have been searching for Arcadia (Database)
NPC Resources, column: model_file

When I change the model of the NPC, it is the same :/
06/06/2012 11:03 ptifou78#2
You need to change the ressource NPCResource.rdb into your client
06/06/2012 11:08 OnlyWorld#3
Ok, thank you.
I'm heading in the resources of the client or the files "data" ?
06/06/2012 11:20 ptifou78#4
data
06/06/2012 11:38 OnlyWorld#5
How beginning accession Data?
06/06/2012 11:43 ptifou78#6
Use search and find a dumper...
Look RDB file and try to understand it... You can also search informations about it into the forum i have post a quick message into epvp search ;)
06/07/2012 13:41 OnlyWorld#7
hi,
Am I mistaken or you talk about this topic?
[Only registered and activated users can see links. Click Here To Register...]
06/07/2012 14:46 captain herlock#8
Word of advice dude. This is a long road. You have to know how to program and you have to know how to manipulate binary data.
06/07/2012 15:14 ptifou78#9
Maybe I don't know it's at you to know if is interestring or not...
06/07/2012 15:20 captain herlock#10
Oh it's great to be able to add NPCs and custom make them. Just have to know how to manipulate the file db_npcresource.rdb. :D
06/08/2012 16:44 OnlyWorld#11
Yes, I wanted to change the Quests and NPC's :/
I do not understand much things can be the binary code decompiler? : s

If I want to create a new NPC do I have the data added to the customer?

In the resource server, which corresponds to the following code?

. lua
Quote:
function NPC_Merchant_crushop_Newequip_Item_init()
cprint( "!Å©·ç¼¥ »óÀÎ" )
set_npc_name( "@90999551" )
dlg_title( "@90999552" )
dlg_menu( "@90010002", '' )
Quote:
function NPC_Merchant_crushop_Newequip_Item_init()
cprint( "!Å©·ç¼¥ »óÀÎ" )
set_npc_name( "@90999551" )
end


function NPC_Merchant_crushop_Newequip_Item_contact()

-- ´ÙÀ̾ó·Î±× Ãâ·Â
dlg_title( "@90999552" )
dlg_text( "@90999553" )

dlg_menu( "@91002028", "open_market( 'crushop_Newequip_armors' )" )
dlg_menu( "@91002029", "open_market( 'crushop_Newequip_helm_2rank' )" )
dlg_menu( "@91002030", "open_market( 'crushop_Newequip_helm_3rank' )" )
dlg_menu( "@91002031", "open_market( 'crushop_Newequip_helm_4rank' )" )
dlg_menu( "@91002032", "open_market( 'crushop_Newequip_helm_5rank' )" )
dlg_menu( "@91002033", "open_market( 'crushop_Newequip_helm_6rank' )" )
dlg_menu( "@91002034", "open_market( 'crushop_Newequip_helm_7rank' )" )
dlg_menu( "@91002035", "open_market( 'crushop_Newequip_weapon_mantle' )" )

dlg_menu( "@90010002", '' )

dlg_show()

end
06/09/2012 00:11 ismokedrow#12
Editing Quests takes more than LUA and you asked how to change the APPEARANCE of an NPC which would require editing the npc related rdb