Jump to content
  • 0

[Help] Problems Encounter on my CMD's


Cooon

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  



[Warning]: npc_parsename: Duplicate unique name in file 'npc/warps/other/other.t
xt', line'14'. Renaming 'prt06' to '1_500_336_60'.
[Debug]: this npc:
  display name 'prt06'
  unique name 'prt06'
  map=quiz_02, x=336, y=60
[Debug]: other npc:
  display name 'prt06'
  unique name 'prt06'
  map=prontera, x=179, y=184
[Warning]: npc_parsename: Duplicate unique name in file 'npc/warps/other/other.t
xt', line'15'. Renaming 'prt03' to '1_500_304_232'.
[Debug]: this npc:
  display name 'prt03'
  unique name 'prt03'
  map=quiz_02, x=304, y=232
[Debug]: other npc:
  display name 'prt03'
  unique name 'prt03'
  map=prontera, x=133, y=183
[Warning]: npc_parsename: Duplicate unique name in file 'npc/custom/Mall.txt', l
ine'41'. Renaming 'Book' to '1_500_327_64'.
[Debug]: this npc:
  display name 'Book'
  unique name 'Book'
  map=quiz_02, x=327, y=64
[Debug]: other npc:
  display name 'Book'
  unique name 'Book'
  map=hu_in01, x=317, y=312
[Warning]: npc_parse_shop: Item Light_Blue_Pot [11502] discounted buying price (
3000->2250) is less than overcharged selling price (2500->3100) at file 'npc/cus
tom/Mall.txt', line '48'.
[Warning]: npc_parse_shop: Item Mojji [554] discounted buying price (100->75) is
less than overcharged selling price (200->248) at file 'npc/custom/Mall.txt', l
ine '48'.
[Warning]: npc_parse_shop: Item Red_Can [12143] discounted buying price (25000->
18750) is less than overcharged selling price (25000->31000) at file 'npc/custom
/Mall.txt', line '48'.
[Warning]: npc_parsename: Duplicate unique name in file 'npc/custom/Mall.txt', l
ine'50'. Renaming 'Santa Claus' to '1_500_348_64'.
[Debug]: this npc:
  display name 'Santa Claus'
  unique name 'Santa Claus'
  map=quiz_02, x=348, y=64
[Debug]: other npc:
  display name 'Santa Claus'
  unique name 'Santa Claus'
  map=xmas_in, x=100, y=96
[Warning]: npc_parsename: Duplicate unique name in file 'npc/custom/warper.txt',
line'2630'. Renaming 'Warper#9-1' to '1_462_243_189'.
[Debug]: this npc:
  display name 'Warper#9-1'
  unique name 'Warper#9-1'
  map=einbroch, x=243, y=189
[Debug]: other npc:
  display name 'Warper#9-1'
  unique name 'Warper#9-1'
  map=einbroch, x=182, y=172
[Warning]: sv_unescape_c: empty escape sequencext
[Debug]: parse_simpleexpr: unexpected length 0 after unescape ("" -> )
[Warning]: sv_unescape_c: empty escape sequence
[Debug]: parse_simpleexpr: unexpected length 0 after unescape ("" -> )


HELP. Warning & Debug

How to fix those lines ?

step by step please.

Edited by tycoon
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  12/09/11
  • Last Seen:  

A fast fix would be to put #1 after each NPC name like this :

prt06#1

You get this error because there is already a NPC named prt06. All npcs must have an unquie name or you will get map errors.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  

dont know how to fix this

[Error]: chat_createnpcchat: npc 'Sign Board#3' already has a chatroom, cannot c
reate new one!
[Error]: chat_createnpcchat: npc 'Sign Board#3' already has a chatroom, cannot c
reate new one!
[Error]: chat_createnpcchat: npc 'Sign Board#3' already has a chatroom, cannot c
reate new one!
[Error]: chat_createnpcchat: npc 'Sign Board#3' already has a chatroom, cannot c
reate new one!
[Error]: chat_createnpcchat: npc 'Sign Board#4' already has a chatroom, cannot c
reate new one!

and also this

[Warning]: sv_unescape_c: empty escape sequencext
[Debug]: parse_simpleexpr: unexpected length 0 after unescape ("" -> )
[Warning]: sv_unescape_c: empty escape sequence
[Debug]: parse_simpleexpr: unexpected length 0 after unescape ("" -> )

sorry newbie here

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   1
  • Joined:  12/09/11
  • Last Seen:  

Post your script here please. And I will fix it for you.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

change your

waitingroom "blablabla ",0;

into this

OnInit:
waitingroom "Blablabla",0;
end;

and add at the very bottom of the script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  

im using that script

when i clicked the message board

the CMD will show this

[Error]: chat_createnpcchat: npc 'Sign Board#4' already has a chatroom, cannot c

reate new one

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  392
  • Reputation:   47
  • Joined:  11/18/11
  • Last Seen:  

@tycoon:

You'll have to post the SCRIPTS here if you want help with them.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  

sorry guys..

here's the script

prontera,135,186,6 script Sign Board#3 858,{

mes "[This Way to West Mall]";

close;

OnInit:

waitingroom " West Mall ",0;

end;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

so meaning when you click the npc...it will warp you into the West Mall?am i right or it's just a direction pointer npc?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

so meaning when you click the npc...it will warp you into the West Mall?am i right or it's just a direction pointer npc?

No...you are out of the Topic already... ==''

he is seeking help for why he getting error ...( Mentioned at post#3 )

Well...back to topic..

@topic starter

would you mind tell me how you load the NPC ?

keep repeating load the NPC using @loadnpc ?

or...you added / load several same NPC

next time try

restart server / @reloadscript..

it should have solve your waiting room problems..

since i didnt saw any way to trigger the spam of waitingroom creating in your script.

Edited by Emistry
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  

the error is fixed. i make it to

prontera,135,186,6 script Sign Board#3 858,{

mes "[This Way to West Mall]";

close;

OnInit:

waitingroom " West Mall ",0;

end;

}

i dont know how to fix if i remove

mes "[This Way to West Mall]";

and just a sign board.

but if remove

mes "[This Way to West Mall]";
the error has popout again..
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you sure you remove this only ?

mes "[This Way to West Mall]";

or this...

mes "[This Way to West Mall]";

close;

if you did removed the close ...

of course it will show you those error...

coz you run the create waitingroom command again and again ...

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