02-25-2010, 05:03 PM
Pages: 1 2
smuczerproductions
02-25-2010, 05:03 PM
and, i can pm yet... so....
02-25-2010, 05:04 PM
Good luck with it buddy, but I am broke atm.
smuczerproductions
02-25-2010, 05:05 PM
(02-25-2010, 05:03 PM)Extasey Wrote: [ -> ]Post some source code.
gimme a sec, i will add extra lines of code though so you cant use it.
and not the WHOLE thing is in c++ sum of it is in blitz3d.
Spoiler (Click to View)
//Script to equip new players with basic equipment based on their class.
Function Main()
Player = Actor()
//Check to see if Player is new.
SetupPlayer = ActorGlobal(Player, 1)
If (SetupPlayer < 1)
//If New add flag
SetActorGlobal(Player, 1, 1)
//Check Player Class
PlayerClass = Class(Player)
If (PlayerClass $= "Fighter")
//Give Fighter stuff
GiveXP(Player, 200)
GiveItem(Player, "Forge Hammer", 1)
GiveItem(Player, "Razor Mace", 1)
GiveItem(Player, "Leather Shirt", 1)
GiveItem(Player, "Odd Mushroom", 4)
GiveItem(Player, "Beer", 11)
Else If (PlayerClass $= "Mage")
//Give Mage stuff
GiveItem(Player, "Forge Hammer", 1)
GiveItem(Player, "Razor Mace", 1)
GiveItem(Player, "Leather Shirt", 1)
GiveItem(Player, "Odd Mushroom", 4)
GiveItem(Player, "Beer", 11)
Endif
// Etc, etc
Endif
Return()
End Function
Function Main()
Player = Actor()
//Check to see if Player is new.
SetupPlayer = ActorGlobal(Player, 1)
If (SetupPlayer < 1)
//If New add flag
SetActorGlobal(Player, 1, 1)
//Check Player Class
PlayerClass = Class(Player)
If (PlayerClass $= "Fighter")
//Give Fighter stuff
GiveXP(Player, 200)
GiveItem(Player, "Forge Hammer", 1)
GiveItem(Player, "Razor Mace", 1)
GiveItem(Player, "Leather Shirt", 1)
GiveItem(Player, "Odd Mushroom", 4)
GiveItem(Player, "Beer", 11)
Else If (PlayerClass $= "Mage")
//Give Mage stuff
GiveItem(Player, "Forge Hammer", 1)
GiveItem(Player, "Razor Mace", 1)
GiveItem(Player, "Leather Shirt", 1)
GiveItem(Player, "Odd Mushroom", 4)
GiveItem(Player, "Beer", 11)
Endif
// Etc, etc
Endif
Return()
End Function
02-25-2010, 05:09 PM
I don't believe this guy one bit.
He talks like he is a 14 year old kid.
If you are in fact who you say you are, then you need to go back to school.
You don't seem professional at all and you will get no respect like that.
He talks like he is a 14 year old kid.
If you are in fact who you say you are, then you need to go back to school.
You don't seem professional at all and you will get no respect like that.
smuczerproductions
02-25-2010, 05:10 PM
(02-25-2010, 05:09 PM)Psychopath Wrote: [ -> ]I don't believe this guy one bit.
He talks like he is a 14 year old kid.
If you are in fact who you say you are, then you need to go back to school.
You don't seem professional at all and you will get no respect like that.
ok then. whatever makes you sleep at night. i relly dont have time to deal with people like you.
02-25-2010, 05:16 PM
If you are in fact CEO, then you need to have a team you work with right?
Scripters, mappers, artists, coders, etc.
So where is your team? I'd like to hear their input.
Scripters, mappers, artists, coders, etc.
So where is your team? I'd like to hear their input.
smuczerproductions
02-25-2010, 05:25 PM
(02-25-2010, 05:16 PM)Psychopath Wrote: [ -> ]If you are in fact CEO, then you need to have a team you work with right?
Scripters, mappers, artists, coders, etc.
So where is your team? I'd like to hear their input.
ok, i have a team. what do you mean by input? they are not on this forum, nor do they casre enough about you to sign up.... what input do you want? its about 10pple working with me....
02-27-2010, 09:59 AM
This guy is a troll trying to steal your money. Those screenshots he posted in the first post are from a game called Schizm.
Using my anti-troll detective skills, I have found these:
Source 1
Source 2
Source 3
Hell, you can even look at the image URLs themselves in the main post, they say Schizm on them:
http://www.cdaccess.com/gifs/screen/schizm7.jpg
http://www.cdaccess.com/gifs/screen/schizm6.jpg
http://www.uwes-adventureseite.de/SC/sch...chizm4.jpg
This guy is a fake by the looks of it.
Using my anti-troll detective skills, I have found these:
Source 1
Source 2
Source 3
Hell, you can even look at the image URLs themselves in the main post, they say Schizm on them:
http://www.cdaccess.com/gifs/screen/schizm7.jpg
http://www.cdaccess.com/gifs/screen/schizm6.jpg
http://www.uwes-adventureseite.de/SC/sch...chizm4.jpg
This guy is a fake by the looks of it.
02-27-2010, 01:24 PM
You will not be getting anything from any of the members here at Support Forums. You're are a poor quality user and you have also been found out, thanks to JDBar.
Enjoy your ban and please, don't come back.
Enjoy your ban and please, don't come back.
Pages: 1 2