RPG Starter

by Falacy
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game!
Subject
Replies
Started By
Last Reply
 
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game!
12
 
Code: turf TitleScreens density=1 MainTitle icon='title.png' Click() usr.loc=locate(29,14,2) herolobby …
5
 
in your demo the fireball deletes when it hits something but not when i use it in my project whats making that work?
2
 
I'm a programming noob, if you will. Can somebody please tell me how to program in a character change option? I …
0
 
How do you do the powerup code? Like the one u had on Heroes United. I tried my ways but it keeps crashing. So help?
6
 
Falacy i was wondering if u can help me how to create a gmae pls im tellin u this cuz i played yur game nd still do nd …
3
 
Hey Falacy, Do you think you could help me with this mob/var/rock_die=0 obj/turf Rock_3 icon='dbzturfs.dmi' …
18
 
I just wanted to know how falacy relate his house sign with console inside the house cause when i revive and respawn in …
0
 
Could someone explain to me how "for" works? an easy explanation/demo will do. The reference is way too advanced for me …
2
 
Unzip failed.
2
 
How can I add autohost coding into the game code? So I can host servers through Linux? I need something like in HU …
1
 
In BE:2 your movement system seems to have a flaw, and i cant figure out a way around it yet. Basically, when you set …
2
 
Hello Falacy , could explain how " src.loc=locate(rand(183,186), rand(212,215),1) " works ? When I look at the map, to …
1
 
Where can i get dbz turfs for my game like falacy's DBZ HU2. Plzzz Help
2
 
Okay, so again, in your BE2 source, i have come accross something i dont get, when you condense the string, how come …
6
 
Howcome in your hair System on BE2 you can change colors yet it almost always comes up "Unable to read cache file." …
4
 
Code: magik_shield() if("magik shield" in src.ToggledSkills) src.ToggledSkills-="magik shield" src.CanMove=1 …
2
 
Hmm sooo, it seems when i put together a Beam/Blast other than ones that take the whole icon up they dont exactly …
0
 
I want to create a tooltip which shows skin under mouse pointer but i cant get it to show it on correct place heres my …
4
 
This demo is not appearing on the Stray Games hub, was it taken down permanently?
1
 
Code: client/proc SaveSlot() if(src.mob.SaveSlot1) var/savefile/save = new("GameFiles/Players/ [src.key]/Slot1.sav") …
1
 
This code creates clones of the usr, but i only want it to copy the clothing not the hair as well. i tryed fixing it …
1
 
i am trying to add level caps but i want to have it so when you reach your cap you get a new verb that resets your …
13
 
I cant get a grid work as it should be for example if i want to create a grid full with hair style and when player …
6
 
Hey Falacy could you help me with something, I need help when you can use handsings then press Space to excute the …
1
 
is there any way to change player stats to default with stats like falacy have done in his Adventures.
4
 
Falacy Is it possible to have an overlay that moves for e.g when you attack the overlay also changes the icon state so …
3
 
i cant (or don't know how to ) but grass and stuff , can i get some help ??
Page: 1 2
25
 
Is there any way to get list from http:// hassanjalil.angelfire.com/subscription.txt and then put it in Html like this
13
 
When Ever A Pokemons Supposed To Be On The Map Its Not There And It Says runtime error: Cannot modify null.mob. proc …
14
 
for(var/client/C) or for(var/mob/M in world) if(M.client) The first one looks faster, since it is only looping through …
2
 
The tutorial for the AI system didn't work for my game. It would have like 27 errors.
6
 
Ban() set category="GM" //Puts the verb in the category "GM" var/list/L=list() // Creates a list called L …
1
 
Hi im making a game and i need codes like Kiblast and all that thanks
2
 
CaN SomeoNe help me make aN aoe code ^_^ ThaNk you
3
 
i been working on my dbz game and i need to know how to code powerup plz help me
1
 
i have this code turf house1exit icon = 'turfs.dmi' icon_state = "door" Enter() if(src.type==/mob/Enemies) return else …
5
 
As a suggestion you should make a game that HOSTS people games 24/7 for them. Basicly offering free hosting for …
3
 
http://www.byond.com/members/ BYONDHelp?command= view_tracker_issue&tracker_issue=2835 The Feature Tracker sucks because …
3
 
Falacy I need some help with my code for my programming class. I need to create a program where it converts whatever …
8
 
Hey Fal, I need help with coding clans and beams i've already posted this twice and i didn't get any awnswer so im …
4
 
I'm just practicing with world.log. Is this a "good" way to use it, or am i just over complicating it? var/time = …
6
 
Okay, so the documentation says 'To stop a sound, specify null as the file.' but it failingly does not go into detail …
2
 
Hey Falacy, I need help coding clans, i've checked the reference and someone said 'Datums' and checked that on the …
0
 
I really appreciate you putting up the RPGStarter source code. I'm familiar with many other OOP languages, but this one …
0
 
Fix one and I find another. I need the program to recognize the death of a certain monster. I tried to due it by …
2
 
Exactly what makes the menu for right click come up. I've messed up somewhere. Princess icon_state="Princess" verb …
5
 
If I made a procedure return 1, how would I use that in an IF statement? Example: Victory() if(BossMonsterDead == 1) …
1
 
What are some of the formatting commands for strings in dream maker. I've tried looking through documentation, but I …
2
 
i need help coding x y z coordinate teleport please help me if your reading this
1
 
i finnaly finnished my game and i need to know how to code it on the hub. i have my hub pass and status but it wont …
3
Page: 1 2 3 ...