Jump to content
  • 0

Devil's tower instance errors and warnings


drifterxxxx2

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

Hi guys

I'm implementing this instance in my server. First of all, thank you @Alayne for sharing!

 

I'm getting 2 problems with these scripts

 

Issue number 1.

I added this to my /db/re/item_db.txt

7641,Medical_Cure_Box,Medical Cure Box,3,10,,0,,,,,,,,,,,,,{},{},{}
25055,Medical_Cure_Box,Empty Box,3,10,,0,,,,,,,,,,,,,{},{},{}

And realised that the first item (id. 7641) is already there so I only added the second one

Then restarted and a warning shows up in the console

[Warning]: itemdb_parse_dbrow: Duplicate item name for "Medical_Cure_Box"

So..  I simply renamed Medical_cure_box to Medical_cure_box_2 ..

The warning message is gone but my first question is, Does the aegisname matter?

 

Issue number 2.

 

I warp to dali and talk with Erika and Samuel, quest log pops up in the down-right corner, but No quest is added to the menu.

At this precise moment I get this error in the console 

[Error]: quest_delete: Character 150005 doesn't have quest 13994.
[Debug]: Source (NPC): Portal Dimensional#tnm at dali (99,148)
[Debug]: Function: erasequest (1 parameter):
[Debug]: Data: number value=13994

After this all breaks up

 

Any suggestions?

Thank you very much /thx 

Edited by Rolf
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

Hey @Rolf.

For the item, yes, the name can't be present twice, or the second added will overlap the first one.

For the quest, somebody make me the same return yesterday, haven't had time to fix it yet, but you can fix it easily by removing the line "erasequest 13994" from your script file on line 128.

On the other hand, this shouldn't break anything at all, you'll have an error with no influence on the script remaining. What's broken after that?

ps: always prefer my collection topic, the scripts there are more uptodate, and easier for me to maintain and provide, so I'll change the files there

Edited by Alayne
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...