Jump to content
  • 0

[Help] Problems Encounter on my CMD's


Question

Posted (edited)



[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

11 answers to this question

Recommended Posts

Posted

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.

Posted

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

Posted

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

Posted

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;

}

Posted (edited)
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
Posted

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

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...