Author Topic: Quests [VCE]  (Read 1294 times)

Anyone know how to make a quest using VCE?, nood somthing like you need 10 stone's and it gives you 10 coins.
I've already readed this: http://forum.blockland.us/index.php?topic=114675.0
But it didnt work :/

Anyone know how to make a quest using VCE?, nood somthing like you need 10 stone's and it gives you 10 coins.
I've already readed this: http://forum.blockland.us/index.php?topic=114675.0
But it didnt work :/

Just get the Quest Events

Just get the Quest Events
Its dedicated server :/ i just need to know how to do it with VCE

[0]input>target>vce_ifvariable[stone][>=][10][1 2]
[1]onvariabletrue>target>vce_modvariable[stone][subtract][10]
[2]onvariabletrue>target>vce_modvariable[coins][add][10]

something like that?
target is either the client or player, depending on how you set it up

isn't VCE failed, why are people still using it? :/

and what's wrong with a dedicated server, if my mod has a glitch in it i'll fix it for you

but since you want it in VCE regardless:

0 ONACTIVATE - PLAYER - VCE_IFVARIABLE [STONE] [>=] [10] [1 3]
1 ONVARIABLETRUE - CLIENT - CHATMESSAGE [HERE IS 10 COINS]
2 ONVARIABLETRUE - PLAYER - VCE_MODVARIABLE [MONEY] [PLUS] [10]
3 ONVARIABLEFALSE - CLIENT - CHATMESSAGE [NOT ENOUGH STONE]

isn't VCE failed
when did that happen?
I don't remember it ever being failed, just removed because the creator wants to make it harder to get

when did that happen?
I don't remember it ever being failed, just removed because the creator wants to make it harder to get

oh, it was removed?
i thought it was failed lol

isn't VCE failed, why are people still using it? :/

and what's wrong with a dedicated server, if my mod has a glitch in it i'll fix it for you

but since you want it in VCE regardless:

0 ONACTIVATE - PLAYER - VCE_IFVARIABLE [STONE] [>=] [10] [1 3]
1 ONVARIABLETRUE - CLIENT - CHATMESSAGE [HERE IS 10 COINS]
2 ONVARIABLETRUE - PLAYER - VCE_MODVARIABLE [MONEY] [PLUS] [10]
3 ONVARIABLEFALSE - CLIENT - CHATMESSAGE [NOT ENOUGH STONE]


Dude ._. i can do that to, i want somthing people only can do once, and somthing that says you started the quest and says what you need to do. Not that kind of crap


then maybe you should've told us?
you were very vague, and so we gave you solutions that did what you asked for

if you want to change it up, just make more variables and check them
this is just an example of how to use VCE, it isn't the only way with those being the only variables you can use

oh, it was removed?
i thought it was failed lol

It's private for some inexplicable reason.

Anyone know how to make a quest using VCE?, nood somthing like you need 10 stone's and it gives you 10 coins.
I've already readed this: http://forum.blockland.us/index.php?topic=114675.0
But it didnt work :/
I send i link how i like it would be (._.)

ON ACTIVATE >> CLIENT >> VCE_IFVARIABLE >> QUESTSTARTED == 1
ON VARIABLE TRUE >> CLIENT >> CENTERPRINT "You've already accepted this quest." >> 0 1
ON VARIABLE FALSE >> CLIENT >> VCE_IFVARIABLE >> QUESTCOMPLETED == 1
ON VARIABLE TRUE >> CLIENT >> CENTERPRINT "You have already completed this quest I'm afraid." 3 4
ON VARIABLE FALSE >> CLIENT >> CENTERPRINT "You have started the quest "forget you cunt"" 3 5
ON VARIABLE FALSE >> CLIENT >> VCE_MODVARIABLE >> QUESTSTARTED == 1 3 6

there ya go.

ON ACTIVATE >> CLIENT >> VCE_IFVARIABLE >> QUESTSTARTED == 1
ON VARIABLE TRUE >> CLIENT >> CENTERPRINT "You've already accepted this quest." >> 0 1
ON VARIABLE FALSE >> CLIENT >> VCE_IFVARIABLE >> QUESTCOMPLETED == 1
ON VARIABLE TRUE >> CLIENT >> CENTERPRINT "You have already completed this quest I'm afraid." 3 4
ON VARIABLE FALSE >> CLIENT >> CENTERPRINT "You have started the quest "forget you cunt"" 3 5
ON VARIABLE FALSE >> CLIENT >> VCE_MODVARIABLE >> QUESTSTARTED == 1 3 6

there ya go.
wtf is dis? you call this a quest event?

wtf is dis? you call this a quest event?

This is a system so you cannot accept the quest twice.
You'll have to add what other people have posted to it.