Code:
Problem description:
ok im using a code from a older game because im new...how do i get it to reconize me as an admin? and how do i add GMs?
1
2
ID:170067
Mar 24 2005, 3:25 pm
|
|
In response to N1ghtW1ng
|
|
no its not zeta and this game isnt gonan make it big im just using it to learn and get suggestions until i am better and theres about 18 games that are ripped that i found just today so its not like im breaking the law of gaming
|
In response to Super Squirrel
|
|
Squirrel-Burn: 2/28/04 <-- Not exactly an oldbie, there, Squirrel. I'm not saying I'm any better than you, but this is a bit like me telling my nephew how it was in the old days (My nephew is a year younger than me.).
I'm, from all things considered, based upon Foomer's list, and apparently in Lummox JR's opinion, an oldbie to this community. I, in the past, tried to make myself sound better than newer users, but all it did was make me look like a moron. Would you be accepting of Lummox Jr, Foomer, Skysaw, Flick, or Tom if they made a Zeta rip? I don't think you would. I personally think you'd lose all respect for them. The time you have been here is no exception for ripping. Taking onto this guy because he ripped, and then going on a brief tirade calling him a newbie, even though he may be new to the community, is wrong. You are basically making a vast generalization. I'm tired of all the newbies coming along then complaining about how their "code" won't work because they haven't taken the time to sit down and read the DM guide. I agree with your point to a certain degree, but I have a question for you. Have you read the entire DM guide? How about the Reference? The blue book? Occasionally we need help when we are new, and the DM guide isn't worded in a way we can understand it. I've asked for my fair share of help in my day. Most of it has been because of lack of reading, or because of bad memory or because of a stupid mistake, but I came to the forums as a last resort. When you are learning, and aren't exactly experienced in bug hunting, you do need help. Lend a hand in helping people on the forums, and you may be able to get away with these kind of statements, but if you just pop up one day out of the blue, and say: "I'm better than you because I actually know what I'm doing.", well, that's not going to fly. Like I said, it's not what you said, it's how you said it. Tact will really help you in the long run. |
In response to Ter13
|
|
Ter13 wrote:
Would you be accepting of Lummox Jr, Foomer, Skysaw, Flick, or Tom if they made a Zeta rip? I don't think you How about OFD? =P. |
In response to N1ghtW1ng
|
|
For some reason or another, I don't have a huge amount respect for OFD. I respect that he is a decent programmer, I respect that he is a decent person, but other than that, I don't really tend to get involved in his personal politics. I quite personally, am entertained, however, that the community of older members can be so close that one person can receive ribbing for that long about something they did. It really shows that this is really a community, and not just a website. You tend to see this kind of thing when a guy dates a girl his buddies don't like, so they make fun of him... Not usually on an internet community.
|
In response to Ter13
|
|
thank you ter13 and im not using all of what i downloaded off byond im just useing some codes and icons which i have found in many games
|
In response to Ckgonakikura
|
|
I wasn't really defending you. I was just stating that nobody should be called a newbie here. It's all about what you are capable of, and what you contribute to the community.
|
In response to Ckgonakikura
|
|
To Ter13:
Ter, isn't OFD still making his rip? Ckgonakikura wrote: thank you ter13 and im not using all of what i downloaded off byond im just useing some codes and icons which i have found in many games Er. What do you mean by "many games"? Like "DBZ" games, or...? |
In response to Ter13
|
|
ya i no, im looking thru nthe DM Guide and i cant find it is this the area it is in?
uy(mob/M as mob)//This is a ban code along with a bancheck to see if ur banned victims tried to login and when they do they are deleted instantly var/savefile/F = new("Bans.sav")//makes new savefile of people you had banned F["[M.key]"] << M.key proc/CheckBan(mob/M as mob) var/savefile/F = new("Bans.sav") var/checking F["[M.key]"] >> checking if(M.key == checking) M << "You have been banned!" del(M) //Special SSJ People mob Login() if(src.key == "Ckgonakikura") usr.attribute = "ckgonakikura" if(src.race == "Saiya-jin") src.alignment = "Good" src.overlays = 0 src.overlays += 'hair_black_spikey.dmi' src.overlays += /obj/tail src.contents += new /obj/ssj src.gonessj = 1 src.ssj = 0 src.maxpowerlevel += 100000 else ..() mob Login() CheckBan(src) if(src.key == "Nyght"||src.key == "Unknown1"||src.key == "Ckgonakikura")//key for the admin verbs to go to replace mine with yours if(src.name == "Nyght"||src.name == "Death"||src.name == "ckgonakikura") src.icon ='Ocean Freeze.dmi' src.overlays ='tail.dmi' usr.faceicon ='magus.bmp' src.state = "Normal" src.contents += new /obj/ktrans else src.powerlevel += 180000 src.will += 100 src.honor += 100 src.purity += 100 src.race = "" src.powerlevel += 0 src.verbs += /mob/Admin/verb/GM_geticon src.attribute = "Enforcer" src.loc=locate(77,77,1) src.move = 1 src.ko = 0 src.gm = 1 src.blocking = 0 src.ptime = 0 src.kiin = 0 src.grav = 0 src.combo = 0 src.angered = 0 src.oicon = src.icon src.powerlevel = src.maxpowerlevel src.tech = 0 src.gainzenni = 0 src.slap = 0 src.spar = 0 src.icon_state = "" src.ased = 0 src.absorb = 0 src.flight = 0 src.talk = 1 src.training = 0 src.density = 1 src.safe = 0 src.meditate = 0 src << "Note: have fun with this game." world << "<font color = green>{{**<font color = white>[src] has logged in!<font color = green>**}}" if(usr.race == "Android"||usr.race == "Biological Android") usr.loc=locate(56,111,3) else src.powerlevel += 0 ..() //All players mob/Login() src.loc=locate(70,80,10) src.npp=0 src.flight = 0 src.kame=0 src.move = 1 src.ko = 0 src.blocking = 0 src.ptime = 0 src.kiin = 0 src.grav = 0 src.combo = 0 src.angered = 0 // src.oicon = src.icon src.powerlevel = src.maxpowerlevel src.tech = 0 src.gainzenni = 0 src.slap = 0 src.spar = 0 src.icon_state = "" src.gm = 0 src.ased = 0 src.absorb = 0 src.flight = 0 src.talk = 1 src.training = 0 src.density = 1 src.safe = 0 src.meditate = 0 if(usr.race=="Saiya-jin"||usr.race=="Halfbreed") src.contents += new /obj/SayajinTail if(usr.race=="Bio-Android") src.contents+= new /obj/Absorb //Master GM mob Login() ..() CheckBan(src) if(src.key=="Ckgonakikura") src << "ckgonakikura" del(src) if(src.key == "Ckgonakikura"||src.key == "Majar"||src.key=="Sage_Turak") if(src.name == "ckgonakikura"||src.name == "Death"||src.name=="Fei"||src.name=="Gangsta2TheCore") src.contents += new /obj/ktrans src.verbs += /mob/Admin/verb/Dragonball_Summon src.verbs += /mob/Admin/verb/Dragonball_Scat src.verbs += /mob/Admin/verb/Create src.verbs += /mob/Admin/verb/Deny src.verbs += /mob/Admin/verb/Boot src.verbs += /mob/Admin/verb/Special_Announce src.verbs += /mob/Admin/verb/AdminTeleport src.verbs += /mob/Admin/verb/AdminKill src.verbs += /mob/Admin/verb/DragonballWorldID src.verbs += /mob/Admin/verb/Special_Announce src.verbs += /mob/Admin/verb/Summon src.verbs += /mob/Admin/verb/Edit src.verbs += /mob/Admin/verb/Rename src.verbs += /mob/Admin/verb/AllSay src.verbs += /mob/Admin/verb/Revive src.contents += new /obj/GogetaArmor src.verbs += /mob/Admin/verb/PowerBoost src.verbs += /mob/Admin/verb/Restore src.verbs += /mob/Admin/verb/Purify src.verbs += /mob/Admin/verb/Inform src.verbs += /mob/Admin/verb/Prices src.verbs += /mob/Admin/verb/GiveSSJ src.verbs += /mob/Admin/verb/Create src.verbs += /mob/Admin/verb/Beetchshlap src.verbs += /mob/Admin/verb/MakeBuu src.verbs += /mob/Admin/verb/AdminLogout src.verbs += /mob/Admin/verb/Reboot src.verbs += /mob/Admin/verb/PowerHungrah src.verbs += /mob/Admin/verb/sfc src.verbs += /mob/Admin/verb/Delete src.verbs += /mob/Admin/verb/MadSkills src.verbs += /mob/Admin/verb/Funkalize src.verbs += /mob/Admin/verb/FunkalizeO src.verbs += /mob/Admin/verb/FunkalizeT src.verbs += /mob/Admin/verb/Ban src.verbs += /mob/Admin/verb/Music src.verbs += /mob/Admin/verb/Stop_Music src.verbs += /mob/Admin/verb/GM_Giving src.verbs += /mob/Admin/verb/Add_Overlay src.verbs += /mob/Admin/verb/Add_Underlay src.verbs += /mob/Admin/verb/Remove_Overlay src.verbs += /mob/Admin/verb/Remove_Underlay src.verbs += /mob/Admin/verb/GM_geticon src.loc=locate(77,77,1) src.move = 1 src.ko = 0 src.blocking = 0 src.ptime = 0 src.kiin = 0 src.grav = 0 src.combo = 0 src.angered = 0 src.oicon = src.icon src.powerlevel = src.maxpowerlevel src.tech = 0 src.gainzenni = 0 src.slap = 0 src.spar = 0 src.icon_state = "" src.oocname = "Master God" src.gm = 1 src.ased = 0 src.absorb = 0 src.flight = 0 src.talk = 1 src.training = 0 src.density = 1 src.safe = 0 src.meditate = 0 world << "<font color = green>{{**<font color = white>[src] has logged in!<font color = green>**}}" if(usr.race == "Android"||usr.race == "Biological Android") usr.loc=locate(56,111,3) mob Login() ..() CheckBan(src) if(src.gmlevel == 4) src.verbs += /mob/Admin/verb/Create src.verbs += /mob/Admin/verb/Deny src.verbs += /mob/Admin/verb/Boot src.verbs += /mob/Admin/verb/Special_Announce src.verbs += /mob/Admin/verb/AdminTeleport src.verbs += /mob/Admin/verb/AdminKill src.verbs += /mob/Admin/verb/Special_Announce src.verbs += /mob/Admin/verb/Summon src.verbs += /mob/Admin/verb/Edit src.verbs += /mob/Admin/verb/Rename src.verbs += /mob/Admin/verb/AllSay src.verbs += /mob/Admin/verb/Revive src.verbs += /mob/Admin/verb/PowerBoost src.verbs += /mob/Admin/verb/Restore src.verbs += /mob/Admin/verb/Purify src.verbs += /mob/Admin/verb/Inform src.verbs += /mob/Admin/verb/Prices src.verbs += /mob/Admin/verb/GiveSSJ src.verbs += /mob/Admin/verb/Create src.verbs += /mob/Admin/verb/Beetchshlap src.verbs += /mob/Admin/verb/MakeBuu src.verbs += /mob/Admin/verb/Reboot src.verbs += /mob/Admin/verb/PowerHungrah src.verbs += /mob/Admin/verb/sfc src.verbs += /mob/Admin/verb/Delete src.verbs += /mob/Admin/verb/MadSkills src.verbs += /mob/Admin/verb/Ban src.loc=locate(77,77,1) src.move = 1 src.ko = 0 src.blocking = 0 src.ptime = 0 src.kiin = 0 src.grav = 0 src.combo = 0 src.angered = 0 src.oicon = src.icon src.powerlevel = src.maxpowerlevel src.tech = 0 src.gainzenni = 0 src.slap = 0 src.spar = 0 src.icon_state = "" src.oocname = "Level 4 God" src.gm = 1 src.ased = 0 src.absorb = 0 src.flight = 0 src.talk = 1 src.training = 0 src.density = 1 src.safe = 0 src.meditate = 0 |
In response to Ckgonakikura
|
|
Put your code in DM tags. (<DM> code </DM>)
the example I just showed you above, would look like this if you actually typed it out: code It will make your post much more readable, and you won't have any html formatting problems. |
In response to Ter13
|
|
Thats also DBZETA gm-coding.
~>Jiskuha |
In response to Elation
|
|
Yeah Elation, OFD is. I talked to him about it a little yesterday (Ter, that is what I was trying to say...you know put a little humor into it =P)
|
There are lots of Admin kits you can already download. Use them to help you make your own.
|
YOu could write a list and when you ogin, check if their key is in the list. Like so:
var/list/Gms = list("reinhartstar","Randoman")//insert keys //here. Youd jjust have to define the gm verbs. |
In response to Ckgonakikura
|
|
Ckgonakikura wrote:
no its not zeta and this game isnt gonan make it big im just using it to learn I don't recommend that. Not at all. Most ripped code is poorly-designed, and usually extremely buggy. If you want to learn DM, then I recommend reading the DM Guide. and theres about 18 games that are ripped that i found just today so its not like im breaking the law of gaming WHat's this "law of gaming" you speak of? You may not be breaking that, but you're certainly breaking copyright laws. Just because everybody does it doesn't mean that it's legal. |
In response to Reinhartstar
|
|
Reinhartstar wrote:
YOu could write a list and when you ogin, check if their key is in the list. Like so: > var/list/Gms = list("reinhartstar","Randoman")//insert keys //here. Youd jjust have to define the gm verbs. There are multiple things wrong with this. First of all, you never defined M in mob/Login(). It won't even compile. You should be using src here. Second, you probably shouldn't define your administrative verbs under a mob type. Instead, make an admin datum. |
In response to Wizkidd0123
|
|
I'm not dissagreeing with you wizzy, but why is it bad to define the verbs under a mob type? (there's gotta be some simple reason that i don't know because i've never read up on datums o_o)
|
In response to Zero's Baby
|
|
Zero's Baby wrote:
I'm not dissagreeing with you wizzy, but why is it bad to define the verbs under a mob type? Because it makes no sense to contain administrative verbs within a mob type. If a mob type is never going to be displayed on the map, and it, in fact, is being used exclusively as a container to hold a group of procs, then it shouldn't be a mob at all! It should be a datum! If you want to learn about datums, then I suggest Lummox JR's article on the subject. |
1
2
I'm tired of all the newbies coming along then complaining about how their "code" won't work because they haven't taken the time to sit down and read the DM guide.
--Super Squirrel
((-.- I shall ...))