obj
furnace
icon = 'turfs.dmi'
icon_state = "furnace"
density = 1
verb
Smelt()
set src in view(1)
if(usr.tick == 1)
return
else
if(usr.hashammer == 0)
usr <<"You have no hammer"
else
var/choice = input("What would you like to smelt?") in list("Bronze","Iron","Cancel")
if(choice == "Bronze")
usr.tick = 1
usr.overlays += /obj/smith_icon
//what here to turn all obj/copper_ore in usr to copper_bars..or if theres no copper ores in the usr's invetory tell them: "You have no ore to make bronze bars"
sleep(10)
usr.overlays -= /obj/smith_icon
usr.tick = 0
if(choice == "Iron")
usr.tick = 1
usr.overlays += /obj/smith_icon
//Same here?
sleep(10)
usr.overlays -= /obj/smith_icon
usr.tick = 0
if(choice == "Cancel")
return
errors:
smithing.dm:15:error:list:undefined proc
smithing.dm:16:error::invalid expression
smithing.dm:15:choice :warning: variable defined but not used
Byond Runescape.dmb - 3 errors, 1 warning (double-click on an error to jump to it)
WHOA..would you look at that codester.a better runescape game.
ID:177563
![]() Aug 26 2002, 9:11 am
|
|
![]() Aug 26 2002, 9:24 am
|
|
Mines better. You can mine over 10 ores. You can master how to mine certain items. You can smelt 10 different Bars. Smith almost 100 weapons and 67 armors. And lots more... Beat that...
|
This is Newbie Central, not Bragging Central :oP
Besides, with custom materials, varying qualities and about 30 different things you can make, the FoomerMUD smithing system (which was never officially finished, but in concept, since I never got around to it) allows you to create 30 * 8 * lots (say 50 materials), or about 12,000 different objects. And that's just smithing. :o) But keep in mind that there is no real count on how many materials you can use, since you could combine and rename metals. |
Quality over quantity. A mediocre game with a huge 500x500 map pales in comparison to an excellent game with a mere 50x50 map. So instead of adding hundreds of thousands of different items/monsters/etc., add hundreds of thousands of new and innovative features. It's easy to make a hundred types of weapons. It's not easy to make a good battle system to go with all the weapons you make.
|
It sounds like since you seen the success of Realm of Mordor, your trying to copy it when next version comes out, no clone can beet it.
Alatar |
I was making an Lotr game witch would be like this game. But I lot all the files so I had to restart but instead of making a LOTR I deided to make a Runescape Type Game.
|
Of course I can all to easilly... Just what my mind thinks up requires some of the best coding which I can't do yet. This is more Fan Game.
|
You'll notice that the respected people type neatly, or at least with good grammar. If you want to give people a bad impression of yourself, tiep liek this so u wil l00k dumm. Typing poorly is almost like telling people that you're too stupid and lazy to type normally. And you don't want to people to think you're stupid, do you?
|