any help please ?

kowbi

Dedicated Member
Dedicated Member
Aug 16, 2003
29
0
77
ive search the forums about QFunction i know ur all probly annyoed about people askin but i cant get a message. this is wot i got or done.

ItemDB : SpeedStone Std 31 Anicount 1 Rest 0

QFuction.txt has

[StdModeFunc1]
#ACT
#CALL [\Market\SpeedStone.txt] @SpeedMain

then in Market and in SpeedStone.txt ive got.

{
[@SpeedMain]
#SAY
Stone will now upgrade your weapon.
<Ok/@finish>

[@finish]
#SAY
will put itemupgradex thing in when works.
<lol ok/@exit>
}


-------------------------------------------------
i have also tried putting #ACT before the 2 points in SpeedStone.txt

but when i click the stone (looks like book atm) i dont get a window or message at all. can any one see from wot ive put if they can help.

much appreciated thanks
 

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
do things in stages, firstly check if its not calling the script file. by putting a #SAY in the stdfunction, if the say message pops up your call is wrong
 
Upvote 0

kowbi

Dedicated Member
Dedicated Member
Aug 16, 2003
29
0
77
sorry forgot to also add that i tried it with the Qfunction.txt just having

[StdModeFunc1]
#SAY
Speed Stone activated
<ok/@finish>

[@finish]
#SAY
Step two
<done/@exit>

but didnt get a pop up for that sorry about this been trying for 3 days with out asking but im getting no where.
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
sorry should of spotted it earlier its

[@StdModeFunc1]

not

[StdModeFunc1]
 
Upvote 0

kowbi

Dedicated Member
Dedicated Member
Aug 16, 2003
29
0
77
really sorry about this m8 ive just tried it with

[@StdModeFunc1]
#SAY
Has this work??
<yes/@exit>

but got nothing
 
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
ok make sure the Qfunction file is name QFunction-0.txt and placed in market_def

then use

[@StdModeFunc1]
#IF
#SAY
Has this work??
<yes/@exit>
 
Upvote 0

kowbi

Dedicated Member
Dedicated Member
Aug 16, 2003
29
0
77
Qfunction-0.txt is in market_def folder.

put wot u said to imput but still now messgae m8
 
Last edited:
Upvote 0

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
175
ok try adding some more attributes to the item in the database.

give it a weight of say 1, give it a shape of 1, and then set a price and a stock > 10

see if that works

either that or your m2 server doesnt support it...
 
Upvote 0

Senture

LOMCN VIP
VIP
Feb 8, 2004
1,529
1
164
the 1 map server files contains a very very old m2server, i woild recomend getting the translated no confirmation 1 i released
 
Last edited:
Upvote 0

stephenking

I HAVE A DREAM!!
Developer
Aug 28, 2005
616
39
155
Netherlands
[StdModeFunc1]
#ACT
#CALL [\Market\SpeedStone.txt] @SpeedMain



(speedstone.txt)

{
[@SpeedMain]
Stone will now upgrade your weapon.
<Ok/@finish>

[@finish]
#ACT
itemupgradex (whatevver)
goto @alldone

[@alldone]
Your item Upgrade is Done!\
<lol ok/@exit>
}


try that
 
Upvote 0

kowbi

Dedicated Member
Dedicated Member
Aug 16, 2003
29
0
77
thanks alll got it to work now.

did have to get a new m2server,

and looked like i did have a bad script.

thanks v much
 
Upvote 0