HolyDeva

Play Now

hellcaster

Golden Oldie
Golden Oldie
Mar 24, 2005
903
0
103
hiya all im trying to get deva working but this is wht ive got so far, this is in my Q-Function, when i double click the book it doesnt work ;[, ne idea's pls ?

[@StdModeFunc11]
#IF
checkjob taoist
#ACT
goto @learndeva
#ELSESAY
You are not a taoist
#ELSEACT
give SummonDeva 1
[@learndeva]
#IF
checklevelex > 39
#ACT
addnamelist Deva.txt
#SAY
You have learned summonDeva. Use a deva amulet to summon one.
#ELSESAY
You are not level 40
#ELSEACT
give SummonDeva 1
break
[@StdModeFunc12]
#IF
checknamelist Deva.txt
#ACT
recallmob HolyDeva 1
#ELSESAY
You cannot summon a deva
#ELSEACT
give DevaAmulet 1
break
[@StdModeFunc13]
#IF
checkjob warrior
#ACT
goto @learndeva
#ELSESAY
You are not a taoist
#ELSEACT
give SummonDeva 1
[@learnslave]
#IF
checklevelex > 32
#ACT
addnamelist Slave.txt
#SAY
You have learned summonSlave. Use a slave amulet to summon one.
#ELSESAY
You are not level 33
#ELSEACT
give SummonSlave 1
break
[@StdModeFunc14]
#IF
checknamelist Slave.txt
#ACT
recallmob Slave 1
#ELSESAY
You cannot summon a slave
#ELSEACT
give SummonSlave 1
break
 

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
what database values have you given the book, is it stdmode 31 and anicount 11? etc?

have you created the Deva.txt file? if so when you learn the spell does it correctly appear in the text file?
 
Upvote 0

OoOoOo24

Golden Oldie
Golden Oldie
Apr 30, 2005
1,713
20
175
Wales~Cardiff
all you need for you to double click a book is summondeva


so like

[@stdmodefun2 (w/e)]
#IF
checkjob taoist
checklevel 38
#ACT
recallmob Deva
#ELSEACT
give devabook
#SAY
Not high enough / not tao


edit : that if u wana duble click

if u type @ deva dont u need to make UsderCmd.txt then type the commans in + number

then in q func u need
[@usercmd2]
#IF
checklevel 38
checkjob tao
#ACT recallmob deva
 
Last edited:
Upvote 0

LegendOfMir

LOMCN N00B +1
Veteran
One more Question!!!

Look at my server work in console with for deva : @deva or for slave : @slave, but with SummonDeva(or SummonSlave) book are desapear, but dsnt work (slave&deva dsnt summon) with amulets. I have deva.txt and slave.txt in /Mir200 ...but not appear the hero name who learn this skill. No other error popup appear. I have the same script in QFunction.txt from the begining. So the question is where must to be the Deva.txt(slave.txt) located coz in Mir200 i try,but nothing work;) ....? :)

 
Upvote 0

hellcaster

Golden Oldie
Golden Oldie
Mar 24, 2005
903
0
103
ive got it to work but when i double click the book it disapears is there neway i can make it so when i double click it, it summons deva and the books still in bag?
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
when you say summons the deva and the book is still in the bag, do you mean so that they need the book in order to summon the deva?
 
Upvote 0

hellcaster

Golden Oldie
Golden Oldie
Mar 24, 2005
903
0
103
Well no i want it like, when they double click the book it summons deva but the book stays in the bag and doesnt dissapear

and allso can u tell me how to summon it wiv the command @Deva please
 
Upvote 0

hellcaster

Golden Oldie
Golden Oldie
Mar 24, 2005
903
0
103
ok so for the command @deva to work here is what i've done

In my UserCmd.txt it says

;Commands
;command ScriptID
@Deva 1

in my Q-Func it says ..

[@StdModeFunc11]
#IF
checkjob taoist
#ACT
goto @learndeva
#ELSESAY
You are not a taoist
#ELSEACT
give SummonDeva 1

[@learndeva]
#IF
checklevelex > 39
#ACT
addnamelist Deva.txt
#SAY
You have learned summonDeva. Use a deva amulet to summon one.
#ELSESAY
You are not level 40
#ELSEACT
give SummonDeva 1
break


[@StdMoveFunc12]
#IF
CHECKJOB TAOIST
#ACT
Recallmob HolyDeva 1
Give SummonDeva 1

[@UserCmd1]
#Act
RECALLMOB HolyDeva 1


is this right?
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
yes it looks it although you might want to remove giving them a new book on the stdmodefunc12 variable

also you have written stdmovefunc12
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
do you have the correct release of the m2server, the zplug dll file and added it into the plugin dll text file?
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
i think the latest plumewind release in the 1.9 section should have the right exe in it, although you might need to search for the dll file or ask another server owner using it to send it to you, i believe massacre, ragezone use them
 
Upvote 0

hellcaster

Golden Oldie
Golden Oldie
Mar 24, 2005
903
0
103
ohhh i have the latest m2server lol but still isnt workinggg :( do u have msn and we can speak over there?
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
you need the correct dll file in the server folder and then it should work
 
Upvote 0