Jump to content
  • 0

Custom shop keeper triggers unknown map error


sietse11

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

Hey I was trying out scripting but my mapserver is giving me some trouble.

 

lutie,157,128,3	shop	Robbin Hood's arrows	51,1750:-1,1751:-1,1752:-1,1753:-1,1754:-1,1755:-1,1756:-1,1757:-1,1759:-1,1762:-1,1765:-1,1766:-1,

xmas,157,128,3	shop	Robbin Hood's arrows	51,1750:-1,1751:-1,1752:-1,1753:-1,1754:-1,1755:-1,1756:-1,1757:-1,1759:-1,1762:-1,1765:-1,1766:-1,

'lutie',157,128,3	shop	Robbin Hood's arrows	51,1750:-1,1751:-1,1752:-1,1753:-1,1754:-1,1755:-1,1756:-1,1757:-1,1759:-1,1762:-1,1765:-1,1766:-1,

'xmas',157,128,3	shop	Robbin Hood's arrows	51,1750:-1,1751:-1,1752:-1,1753:-1,1754:-1,1755:-1,1756:-1,1757:-1,1759:-1,1762:-1,1765:-1,1766:-1,

I tried these codes to set up an arrow dealer in lutie.

However my mapserver claims im using an unknown town.

 

So I looked in my files and found for prontera npc's they use prontera

I did this,

prontera,157,128,3	shop	Robbin Hood's arrows	51,1750:-1,1751:-1,1752:-1,1753:-1,1754:-1,1755:-1,1756:-1,1757:-1,1759:-1,1762:-1,1765:-1,1766:-1,

now my map server is telling me prontera is an unknown map.

Since in the wiki they use this example,

prontera,156,145,4	script	Test NPC::test	589,{

So I have no clue why my mapserver is telling me the town name doesnt exist



ima try removing the ' in the npc name



I have tried the same thing on my main server. Same file same location no bugs.

 

As a result i tried updating my test server but this resulted in visual studio detecting 38 errors.

The same thing happend to my main server a couple of days ago which required me to reinstall mysql and the server.

 

So now im guessing it has something to do with svn updating my rathena server folder. Creating these errors

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   616
  • Joined:  07/05/12
  • Last Seen:  

lutie's map name = xmas not lutie

 

prontera,157,128,3	shop	Robbin Hood's arrows	51,1750:-1,1751:-1,1752:-1,1753:-1,1754:-1,1755:-1,1756:-1,1757:-1,1759:-1,1762:-1,1765:-1,1766:-1,

Remove the , in the end of the line



Example

alberta_in,165,96,0	shop	Item Collector#alb	74,911:-1,528:-1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  127
  • Reputation:   7
  • Joined:  02/10/13
  • Last Seen:  

Yeah, well I did all that on my test server. problem persists.

Main server works without a problem tho.

 

My guess is I have to do something with mysql. maybe run the main.txt file again or something.

One of these last revisions changed something that has been causing me some problems.

 

The code is fine. But I think the town name error is from an sql database. The errordebug line says something about townname_idtable.

I was gonne add a screeny but the forum says i dont have the right to add the file format.

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...