A Few Questions

Play Now

Xx69xX

Golden Oldie
Golden Oldie
Dec 2, 2005
2,152
159
250
How do i add teleports

so that when i press @bw it can tele me to bw??

How do i change the blue shouts.. like users online, welcome to ... etc

how do i add 7/8/9 keys?
 

transporter

LOMCN Veteran
Veteran
Jul 12, 2008
608
8
105
Darlington
First of all goto your custom commands text document in your Envir folder and add the following.

@BW
@Key7
@Key8
@Key9

Then in Envir > Market_Def > Q-function add.

[@BW]
#ACT
MAPMOVE 0 333 268
sendmsg 6 "You have been safely teleported to BichonWall <$USERNAME>."
Close

[@Key7]
Script Here!\

[@Key8]
Script Here!\

[@Key9]
Script Here!\

Your line notice you can change in M2Server > Notice > LineNotice.txt


/JayZ
 
Last edited:
Upvote 0

Xx69xX

Golden Oldie
Golden Oldie
Dec 2, 2005
2,152
159
250
First of all goto your custom commands text document in your Envir folder and add the following.

[@BW]
[@Key7]
[@Key8]
[@Key9]

Then in Envir > Market_Def > Q-function add.

[@BW]
#ACT
MAPMOVE 0 333 268
sendmsg 6 "You have been safely teleported to BichonWall <$USERNAME>."
Close

[@Key7]
Script Here!\

[@Key8]
Script Here!\

[@Key9]
Script Here!\

Your line notice you can change in M2Server > Notice > LineNotice.txt


/JayZ
ty v much

only thing i need now is a script to add dc+15 mp+100 for warrs
mc +18 hp+80 for wizz
sc+13 mp+100 hp+100 for tao
if any 1 could do a script for these id appreciate
 
Upvote 0

evildan

LOMCN Veteran
Veteran
Aug 8, 2004
310
3
45
Dartford/Kent
[@key8]
#IF
CHECKJOB Warrior
CHECK [10] 1
#ACT
TEMPPOWERUP HP 500 80
break

#IF
CHECKJOB Taoist
CHECK [10] 1
#ACT
TEMPPOWERUP HP 350 80
break

#IF
CHECKJOB Wizard
CHECK [10] 1
#ACT
TEMPPOWERUP HP 200 80


/Harry happy to help
 
Upvote 0

Xx69xX

Golden Oldie
Golden Oldie
Dec 2, 2005
2,152
159
250
[@key8]
#IF
CHECKJOB Warrior
CHECK [10] 1
#ACT
TEMPPOWERUP HP 500 80
break

#IF
CHECKJOB Taoist
CHECK [10] 1
#ACT
TEMPPOWERUP HP 350 80
break

#IF
CHECKJOB Wizard
CHECK [10] 1
#ACT
TEMPPOWERUP HP 200 80


/Harry happy to help
ty m8

JAYZ=

@bw aint working neither is @prajna etc

i added them like u said and it says @bw is not a command
and i added them in custom commands
 
Upvote 0

transporter

LOMCN Veteran
Veteran
Jul 12, 2008
608
8
105
Darlington
ty m8

JAYZ=

@bw aint working neither is @prajna etc

i added them like u said and it says @bw is not a command
and i added them in custom commands

Sorry just relised, in Custom Commands do like this lol..

@BW
@Key7
@Key8
@Key9

No brackets.

But in Q-Function it must be

[@BW]
[@Key7]

Like an NPC.
 
Last edited:
Upvote 0