Author Topic: What would the events for an rpg fishing, farming, or potion system look like?  (Read 765 times)

I am working on 2 rpg's right now, a post apocolyptic fps rpg, and a midieval rpg. I would like to know what the events for a fishing, farming, and potion system would look like. Also, how would an Exp system be evented? I'm new to RPG building ;)

You need the variable, Prompt, and MessageBoxOK events.

For fishing it'd look something like this:

Code: [Select]
onActivate > Player > VCE_modVariable > fish1 [Add] 1
onActivate > Client > centerPrint > You caught a fish! | 1

And then for selling the fish:


| is another text input box.

Code: [Select]
onActivate > Player > VCE_ifVariable > fish1 >= 1 | 1 2
onVariableFalse > Client > MessageBoxOK > Error | You do not have any fish.
onVariableTrue > Client > Prompt > Yes/No Would you like to sell your fish?
onPromptAccept > Player > VCE_modVariable > fish1 multiply 2
onPromptAccept > Player > VCE_modVariable > cash1 add <var:player:fish1>
onPromptAccept > Player > VCE_modVariable > fish1 set 0
onPromptAccept > Client > centerPrint > You now have $<var:player:cash1> | 3
3000 onPromptAccept > Client > MessageBoxOK > Thank you! | Thank you, come again!

If you need any events, any help, etc. just PM me.


i would ask if you can host, hopefully so, so if you'd like me to stop by sometime and show you the ropes, that'd be fine. El Dorito in-game, PM here or IRC there, whichever is easier.

i would ask if you can host, hopefully so, so if you'd like me to stop by sometime and show you the ropes, that'd be fine. El Dorito in-game, PM here or IRC there, whichever is easier.

Ya, I can host. I'll be hosting today at like 3:30pm California time. Stop by, I'll be willing to help you.


i never said you help me, i said me help him. I know this by heart.

What!?Promp events are broken!?
« Last Edit: February 10, 2010, 06:24:18 PM by ShadowZero »




i never said you help me, i said me help him. I know this by heart.

Sorry about that =P

I feel like an ass now.