[Help Thread] Please post your questions here.

06/21/2013 04:48 tokesbowls#1951
Hello,
when making a custom creature, do you only put info into the dbp.summonresource ?

Thank you
06/21/2013 13:16 ThunderNikk#1952
Quote:
Originally Posted by Minotaurus-Rappelz View Post
HELP!

I'm trying to delete these NPCs

[Only registered and activated users can see links. Click Here To Register...]
Find the entries for them in the dbo.NPCResource and set their local_flag to -1

Quote:
Originally Posted by tokesbowls View Post
Hello,
when making a custom creature, do you only put info into the dbp.summonresource ?

Thank you
There is a little bit more to it then that. Maybe some of these posts will help you...

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
06/21/2013 18:43 tokesbowls#1953
Hello,
Was wondering, with the new release of the rappelz retail test server and there 8.2 files.
Will we be seeing them here soon for our private servers? Just thought id ask
06/21/2013 21:52 derhorscht#1954
hi i have a problem on my pserver with chipping ! it doesnt work with the new arab files.can any one tell me what the problem is ?
06/21/2013 21:56 ThunderNikk#1955
Quote:
Originally Posted by derhorscht View Post
hi i have a problem on my pserver with chipping ! it doesnt work with the new arab files.can any one tell me what the problem is ?
Are you leveling and using the skill?

Not the chips.
06/21/2013 21:59 derhorscht#1956
yes skill is lvl 3 an chips are lvl 1


edit ok have found the problem
06/22/2013 16:57 Azreil#1957
Guys....thanks for all your help and suggestions...only two questions please..
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.

2: Could anyone please provide a detailed guide on how to add and edit the prices of, additional items to an npc shop please?
06/22/2013 18:38 ThunderNikk#1958
Quote:
Originally Posted by Azreil View Post
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.
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()

Quote:
Originally Posted by Azreil View Post
2: Could anyone please provide a detailed guide on how to add and edit the prices of, additional items to an npc shop please?
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
06/22/2013 21:00 Minotaurus-Rappelz#1959
1. I would like to change the NPC names! But no success! HELP!

2. When I try to open my server this happens.! HELP (Again)!

06/22/2013 21:00 Azreil#1960
Quote:
Originally Posted by thndr View Post
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
Perfect! Thank you! Sure wish that could get stickied....would save alot of repeated questions.
06/22/2013 21:17 ThunderNikk#1961
Quote:
Originally Posted by Minotaurus-Rappelz View Post
1. I would like to change the NPC names! But no success! HELP!
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:
Originally Posted by Minotaurus-Rappelz View Post
2. When I try to open my server this happens.! HELP (Again)!
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.
06/22/2013 21:32 Minotaurus-Rappelz#1962
Quote:
Originally Posted by thndr View Post
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.
Hmm. They are all enabled
06/22/2013 21:39 ThunderNikk#1963
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.
06/22/2013 21:47 Minotaurus-Rappelz#1964
Quote:
Originally Posted by thndr View Post
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.
None of these!

+

For your answer for my #1

1. How to change it in the RDB

2. I cant find it (rdb)
06/22/2013 22:02 ThunderNikk#1965
This thread may be of some assistance...

[Only registered and activated users can see links. Click Here To Register...]

You will also need to learn how to use some of the tools in the sticky post.