Hello,
when making a custom creature, do you only put info into the dbp.summonresource ?
Thank you
when making a custom creature, do you only put info into the dbp.summonresource ?
Thank you
Find the entries for them in the dbo.NPCResource and set their local_flag to -1Quote:
HELP!
I'm trying to delete these NPCs
[Only registered and activated users can see links. Click Here To Register...]
There is a little bit more to it then that. Maybe some of these posts will help you...Quote:
Hello,
when making a custom creature, do you only put info into the dbp.summonresource ?
Thank you
I believe it is ItemUpQuote:
1: In the NPC_MerchantETC.lua ....where is the "blacksmith" NPC located...(aka how is that npc listed ? NPC_Merchant_Etc_Deva_contact() <-- similiar to that formula...but I need the blacksmith listing please.
Many things involved here.Quote:
2: Could anyone please provide a detailed guide on how to add and edit the prices of, additional items to an npc shop please?
Perfect! Thank you! Sure wish that could get stickied....would save alot of repeated questions.Quote:
I believe it is ItemUp
NPC_ItemUP_Asura_contact()
NPC_ItemUP_Beginner_contact()
NPC_ItemUP_Secroute_contact()
NPC_ItemUP_Gaia_contact()
NPC_ItemUP_Ancient_relic_contact()
NPC_ItemUP_Rondoh_contact()
NPC_ItemUP_Deva_contact()
Many things involved here.
1. Find the NPC in dbo.NPCResource
2. Check their column for contact_script because this will be referenced in the lua.
3. Read the lua file to find out what market in dbo.MarketResource they will open when you talk to them. (scripted as open_market)
4. Add your items to dbo.MarketResource under the same market name.
5. Set your pricing ratio in the colums provided in dbo.MarketResource
Names are in the dbo.StringResource both the dbo.StringResource and the db_string.rdb in the clients resources must match in order for a string resource edit to work.Quote:
1. I would like to change the NPC names! But no success! HELP!
Since you have asked for help on names and GM log in announcements I am going to make an assumption at one point and time you had your server running.Quote:
2. When I try to open my server this happens.! HELP (Again)!
Hmm. They are all enabledQuote:
Since you have asked for help on names and GM log in announcements I am going to make an assumption at one point and time you had your server running.
If you can not start it now make sure to check that all of your SQL services are started and running.
Use the SQL configuration manager to check the services status.
None of these!Quote:
You have had it up and running correct?
You have not made changes to any of your ports, passwords, database owners?
If you have restored any of your databases you may need to restore database ownership.