[Holley] NPC help

Join Discord

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
Hi all.

Can someone help me with all in one npc script? i need a NPC to my server who can contain special repair, teleport , ranking player on server store.

2nd question .

Can someone tell me how i can solve the thing with player log in server and write a globalmsg he log on. i have added script in userlogin.txt but not work :(

Thank you for support.
 

Piciu

Dedicated Member
Dedicated Member
Nov 24, 2007
73
2
54
Code:
:allinone
[@main]

<SpecialRepair/@sp>\
<Teleport/@tele>\
<Rankings/@rank>\

[@sp]
Write here script for special repair (I don't have one)

[@tele]

<LocationName/@loc1>\
<LocationName2/@loc2>\
<LocationName3/@loc3>\

[@loc1]
#ACT
Mapmove D901(Map) 19 24 (Coordinates of cave where shall it teleport you first place)

[@rank]
Ranking script here (Also i do not have one)
 
Upvote 0

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
i have face with a problem i keep writing @move map but it not teleport me to respective map :( it keeps randoming me in actually map i am. :( any suggestions please how i can solve this problem?
 
Upvote 0

osaph

Dedicated Member
Dedicated Member
Jan 1, 2012
55
0
33
<LocationName/@loc1>\
<LocationName2/@loc2>\
<LocationName3/@loc3>\

[@loc1]
#ACT
Mapmove D901 19,24 << if you dont put coordonates corectly it will teleport u randomly in the map
 
Upvote 0

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
<LocationName/@loc1>\
<LocationName2/@loc2>\
<LocationName3/@loc3>\

[@loc1]
#ACT
Mapmove D901 19,24 << if you dont put coordonates corectly it will teleport u randomly in the map

i dont mean this npc , i mean admin command @move , NPC for me dont work i press click on it and dont oppen
i mean when i write @move it keeps randoming me in map i am not in the respective map i write in command
 
Upvote 0

w1ls0n

Dedicated Member
Dedicated Member
May 18, 2011
81
1
34
If you tell me what you want on your Allin1 ill gladly make for you :)

Thanks Ben
 
Upvote 0

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
i don't mean this issue , i have porblem with general command @move because im GM and when i write @move xmap, command don't teleport me there it keep randoming me in map i am at the moment. why ? should be from files this problem or?
 
Upvote 0

Piciu

Dedicated Member
Dedicated Member
Nov 24, 2007
73
2
54
I don't get you... Where does it teleport you randomly in the map that you choosed to be teleported. Or same map as you are now and it random teleports you?
 
Upvote 0

w1ls0n

Dedicated Member
Dedicated Member
May 18, 2011
81
1
34
try @move 0 160,230(bichon) << with comma,, it works for sum but not for all,, also check your StrRes3g file becos it may have been changed if you got files after they have been edited

Thanks Ben
 
Upvote 0

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
Not work im trying re-download Server files and try install it again . Thank you i will come with reply if i face with any problems.
 
Upvote 0

Phantom

Banned
Banned
Dedicated Member
Feb 4, 2012
255
5
45
The command is @move (MAPNUMBER) (X CORD) (Y CORD) if you are putting in a "," it won't work or it hasn't for me in either Holley or King.
 
Upvote 0

w1ls0n

Dedicated Member
Dedicated Member
May 18, 2011
81
1
34
when you put "," it works for all servers unless commands have been changed..
 
Upvote 0

pijakus

Dedicated Member
Dedicated Member
Feb 6, 2011
184
16
45
Poland
on D menu

<Lanuages/@lgn>

[@lgn]
#SAY
<Spanish/@spn> <English/@eng>

[@eng]
#ACT
SET [50] 1

[@spain]
#ACT
SET [51] 1
##########
NPC

[@Main]
#IF
Check [50]1
#ACT
Goto @eng

#IF
Check [51] 1
#ACT
Goto @spain

[@eng]
#SAY
Welcome

[@spain]
#SAY
bienvenida

######


Can somebody tell me why not working?

¿Puede alguien decirme por qué no funciona?

Thanks
 
Upvote 0

Serane

Dedicated Member
Dedicated Member
Feb 18, 2012
246
5
45
The command is @move (MAPNUMBER) (X CORD) (Y CORD) if you are putting in a "," it won't work or it hasn't for me in either Holley or King.

Phantom i have try all but not working like i said before ill try re-download and try again. take a look at pm about what i send to you :)
 
Upvote 0