Typing @deva to spawn HolyDeva

Join Discord

AncientLords

LOMCN Veteran
Veteran
Dec 16, 2005
286
0
62
Hi,

Ive got HolyDeva working by using a SummonDeva Amulet, but i can't seem to find out how i spawn HolyDeva by typing @Deva like some servers have.

Please could somebody explain how.

Thanks.
 

AncientLords

LOMCN Veteran
Veteran
Dec 16, 2005
286
0
62
Somebody help me please, would be much better for the players if they could use this function rather than having an amulet each time.
 
Upvote 0

AncientLords

LOMCN Veteran
Veteran
Dec 16, 2005
286
0
62
I have followed that, but when i type the command ingame, it comes up with

@Deva and then chinese error writing.

like as if the command doesn't exist.

I have got the dll, put it where i should, entered it into pluglist,

made a script to spawn it, but still doesnt recognise the command, any help please?
 
Upvote 0

OoOoOo24

Golden Oldie
Golden Oldie
Apr 30, 2005
1,707
19
145
Wales~Cardiff
AncientLords said:
I have followed that, but when i type the command ingame, it comes up with

@Deva and then chinese error writing.

like as if the command doesn't exist.

I have got the dll, put it where i should, entered it into pluglist,

made a script to spawn it, but still doesnt recognise the command, any help please?
u got the noconfirmation m2server.dll?
 
Upvote 0

~HeavenSent~

Golden Oldie
Golden Oldie
Nov 9, 2005
2,157
17
150
Chorley
Ok iv had a fue pm's asking how i got this to work so here go's.....


1# First D/load the file MiloHack has posted 2posts above i think & add it to your Mir200 Folder.

2# Go to Mir200 & see if you have a file called UserCmd if you do dont delete anything in it just add you caoomnd to it. This is mine

;ÒýÇæ²å¼þÅäÖÃÎļþ
;ÃüÁîÃû³Æ ¶ÔÓ¦±àºÅ
HolyDeva 1

Now the Red HolyDeva is the command to spawn it ingame e.g @HolyDeva.

3# Go to C:\mirserver\Mir200\Envir\market_def & find the File QFunction mines QFunction-0 & add this

[@usercmd1]
#IF
CHECKJOB Taos
#ACT
goto @deva
#ELSEACT
give SummonDeva 1
Sendmsg 5 Only taoist can use this Command!
[@deva]
#IF
CheckLevelEx < 40
#ACT
give SummonDeva 1
Sendmsg 5 You need level 40 to use this orb
#ELSEACT
goto @summon
[@summon]
#IF
CHECKSLAVECOUNT > 0
#ACT
give SummonDeva 1
#ELSEACT
RECALLMOB HolyDeva
give SummonDeva 1

As you can see the [@Usercmd1] is the file you put the command HolyDeva 1 this is how the Qfunction know's wear to look hope this help's.


/HS
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
195
what is the purpose of
"give summondeva 1" in your script since you are using the user command function...
 
Upvote 0

OoOoOo24

Golden Oldie
Golden Oldie
Apr 30, 2005
1,707
19
145
Wales~Cardiff
Fire said:
what is the purpose of
"give summondeva 1" in your script since you are using the user command function...


lol what Fire said...


its a command....you dont need to give summondeva orb or w/e

just

[@UserCmd1]
#IF
checklevel 38
checkjob taoist
#ACT
recallmob holydeva
 
Upvote 0