Blockland Forums > Suggestions & Requests

An RPG GUI that uses events (maby VCE?)

Pages: (1/3) > >>

zombekillz:

I have noticed that all RPG GUIs have been lacking... flexibility, such as they can only be downloaded as client side and only used on someone elses crummy server, i want this to change, so everyone scripter or not can have great RPGs.

I propose a GUI that can be brought up by anyone in the server with no client side addons, that is controlled by events like vce, for example you have mined 3 coal

(on pickaxe hit- player - vce mod variable (coal) ...and so on...)

but when you open your gui a thing pops up with different tabs listing the amount of coal (and other resources of course) you have, all the items in your inventory, your money and (if you wanna get real technical your quest log)

and i want it all to be set up on a minigame, like when your making a minigame with the gui you have each GUI tab there to edit...

say you have a blank text box for your list of resources, and in minigame options you set the blank text box to say...

you have <var:pl:coal> coal and <var:pl:iron> iron

so when you pulled up your resources tab it would look like...

_____________________________ ___________
|                             resources                     |
----------------------------------------------
|              you have 2 coal and 4 iron              |
|                                                                |
----------------------------------------------


so in the minigame options there will be 3 tabs to edit

tab one: resources (blank text box to type in)

Tab two: money (another blank text box)

Tab three: items (just a number to edit, the number represents the number of items you can store in your gui, to equip that item you will need to click it or scroll to whilst in the mini game)

and maby a quest log tab but i have no effing idea how that could work


so when your playing in the minigame you can open the gui and click the tabs, when you do so the the boxes, like the example one above, wil pop up displaying all you have written in the minigame options...

i know all of this is a LOT to ask and im expecting to get a buncha "hey good idea but never gunna happen bro!"s but im a newbie scripter and if someone could just lead me in the direction of an addon like this or do some scripting for me just to get the ball rollin that would be just the best... i can learn some basic scripts... but this is gunna be a team effort for me...

if you want to help here are some specs i would prefer to have in this addon....

when makeing a minigame allow the gui to have a checkbox so you can toggle wether or not you want to have the GUI enabled in your minigame

make it so the gui opens when you press Q (if its enables in the minigame of course)


thats it for now

and remember... if you are going to help i can add some more info and some pics of what i want this gui to look like (i am flexable about this we can change any aspect of this whilst we make it)

Goth77:

I understand what your saying, but it would have to be client sided no matter what..like a backpack GUI for BL

This would be cool, but would you be able to input what variables the GUI are looking for? If not then it's a waste of time, but if so then this would work for any type of RPG and it a good idea.


As far as I know GUI's cannot correctly display variables by value (ex: <var:cl:Gold>  in the PromptClient add-on does not work

zombekillz:


--- Quote from: Goth77 on August 31, 2012, 03:12:07 AM ---I understand what your saying, but it would have to be client sided no matter what..like a backpack GUI for BL

This would be cool, but would you be able to input what variables the GUI are looking for? If not then it's a waste of time, but if so then this would work for any type of RPG and it a good idea.


As far as I know GUI's cannot correctly display variables by value (ex: <var:cl:Gold>  in the PromptClient add-on does not work

--- End quote ---

to input the variables its looking for you would just type the <var:pl:example> thing into the text box when setting up the minigame/gui

yeah i know this, from messageboxOK addon but i thought it was just a conflict with the addons


but may i ask, why exactly would this HAVE to be client sided, explain to a noob scripter like me?



Goth77:


--- Quote from: zombekillz on August 31, 2012, 03:28:57 AM ---to input the variables its looking for you would just type the <var:pl:example> thing into the text box when setting up the minigame/gui

yeah i know this, from messageboxOK addon but i thought it was just a conflict with the addons


but may i ask, why exactly would this HAVE to be client sided, explain to a noob scripter like me?



--- End quote ---

Because the client is what keeps track of individual player vars, not the server, although the server can save/load them to/from a txt file...

zombekillz:


--- Quote from: Goth77 on August 31, 2012, 03:39:21 AM ---Because the client is what keeps track of individual player vars, not the server, although the server can save/load them to/from a txt file...

--- End quote ---

OOOOOOH gotcha, but... can this still be made even if its still client side, because for the most part its a minigame option, soooooo we would need two addons to make this work eh?

one client side, and one minigame addon (serverside i think)

Pages: (1/3) > >>

Go to full version