Heroes M2Server problem

mirking69

Dedicated Member
Dedicated Member
Mar 23, 2012
105
0
42
hi on the m2server im getting this come up 25/03/2012 15:17:06 Script file not found: .\Envir\Market_Def\Teleport-r001.txt. how do i fiz this?
 

mirking69

Dedicated Member
Dedicated Member
Mar 23, 2012
105
0
42
thankx mate where do i find that txt to in mir200?

---------- Post added at 07:04 PM ---------- Previous post was at 04:18 PM ----------

Thanks mate now i get this 25/03/2012 19:03:47 Merchant Initalize fail...OddOldMan 5(343:597)
 
Upvote 0

Pete107

🐑[E]dens-[E]lite🐑
Developer
Dec 10, 2003
2,905
393
375
Todmorden, West Yorkshire
I'd suggest searching NPC scripts after I explain this so you can learn the basics.


You need to make an npc first, go into Merchant and do the following:

npcfile 0 330 261 ingame 0 30 0

Then in Market_def folder make a text file called "npcfile"

Put the following in:

[@main]
#SAY
Do you wish to teleport to slave cave?<Yest/@yes>\
<No/@exit> \ \

[@yes]
#ACT
MAPMOVE F004 32 72
GIVE TownTeleport 1
close
 
Upvote 0

mirking69

Dedicated Member
Dedicated Member
Mar 23, 2012
105
0
42
so in the merchant it should look like this?
; Bichon Wall
npcfile 0 330 261 ingame 0 30 0
1Bme 0102 9 7 Kim 0 11 0
1Bme 0 313 271 Brittany 0 4 0

---------- Post added at 11:26 PM ---------- Previous post was at 11:19 PM ----------

the npc is there but when you click on it it dose nothink and in the m2server this comes up 25/03/2012 23:22:31 Script file not found: .\Envir\Market_Def\npcfile-0.txt
 
Upvote 0