Hello, i am trying to make a training code for my DBZ game my train verb is Meditate i need help i got all the rest of the code but i need help with this code i can give you any info or codes you need to help with you may reply on here or my email (email will be faster reply) [email protected]
Thank you in advance,
Cara AKA dano
ID:162145
Feb 20 2008, 9:23 pm
|
|
Feb 21 2008, 11:53 am
|
|
Please help *bump*
|
Need more info. I have no idea what your design is for this verb...
1. Where should this verb be available? a) anywhere b) on a certain tile c) near a certain object 2. Who should this verb be available to? a) any character b) only some kinds of characters 3. When should this verb be available? a) any time b) only after you've completed a quest c) only after you've achieved a certain skill 4. Should this verb cost anything? 5. Should this verb provide anything? 6. Should the costs or provisions change as the character practices it? 7. Does it take time to do? 8. Do you have to wait before doing it again? |
In response to Traztx
|
|
Traztx wrote:
Need more info. I have no idea what your design is for this verb... 3. When should this verb be available? 4. Should this verb cost anything?Kinda you have to rest ((Self train)) If you would like ( i know i would) would you like to me a coder??? You can email me at [email protected] or here |
In response to Dano259
|
|
mob/verb/train() |
In response to Garthor
|
|
Ok i got that but i mean editing the Stat plus i am new to this and my bro gave me a partial Game i could use but idk what else now
|
In response to Dano259
|
|
Apparently you can't use it. Forget what you have and start with some tutorials
http://www.byond.com/members/ DreamMakers?command=view_post&post=36143 http://www.byond.com/members/ DreamMakers?command=view_keyword_posts&keyword=tutorial |
In response to Garthor
|
|
LOL
|
In response to Traztx
|
|
Traztx wrote:
LOL Wtf? lol Well no i am not all new i have some experience with coding but this is a file made by my bro that i just dont get |
In response to Dano259
|
|
Based on questions 1 2 and 3, the right place to code the verb is as a mob command. Then anyone can do it anywhere at anytime.
mob The rest needs more design before you can code it. 5. Should this verb provide anything?Yes Increased stats Which stats? How much? Permanently or temporarily? If temporarily, when do the increases go away? 6. Should the costs or provisions change as the character practices it?Yes slower increase rate What is the rate based on? points per minute? points per click? 7. Does it take time to do? It varies based on what? 8. Do you have to wait before doing it again?Kinda you have to rest ((Self train)) How does the character "rest"? Is it another verb? Does it happen automatically when they stand still? |
In response to Dano259
|
|
Take the advice of Garthor and drop what you currently have. You don't know how to code (or are not experienced enough), and should start from scratch. Read the tutorials he provided.
|