|
||
|
|
#2 (permalink) | |
|
Not a Lurker
Join Date: Jun 2004
Location: USA
Age: 34
Posts: 63
|
Gold Draco 13's Base Necklace Template isn't completed.
You didn't replace the "nn" with the values for your alteration into the Guardian Choker. Might want to fix that ... Quote:
|
|
|
|
|
|
|
#4 (permalink) |
|
Not a lurker
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
|
You should give the necklace an actual class name instead of nn. Also you should clean up all of the commented out lines by deleting them. I'm all for people posting new scripts but I wish those templates would burn in hell with all the crud that gets posted as a result of them. Mods should make a new rule for people not to post template made items as anyone can make these items with the same templates.
__________________
Ilshenar ChampionSpawn Generator OSI Clone World Spawn files for MegaSpawner. Current spawn files available: Malas Ilshenar |
|
|
|
|
|
#5 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
Theres no reason to hate the Kit, just because people are using it and posting. ![]() |
|
|
|
|
#6 (permalink) |
|
Forum Novice
Join Date: Mar 2004
Posts: 232
|
I agree with Drako on this. You shouldnt make front of people because they use templates. Personally I think its down right rude, and maybe you should be reported for basically flaming this kids idea. Its not right in the least bit. Most people arent script gods like Drako
So basically ya dont like templated items, then dont download them ![]() |
|
|
|
|
|
#8 (permalink) | |
|
Quote:
Templates are just quicker ways of getting the same thing and they're actually pretty handy. What cward IS saying is that _-anyone-_ can use templates, therefore you really shouldn't post scripts you made by using them because if anyone else wanted to make it and had about 5 minutes on their hands they could. I agree with cward completely. The Script Submissions forum is becoming a method of turning shards into clones of each other. People submit every last custom script they have, down to "Different Hued Moongate" scripts, and for whatever reason, other people download them and thus make their shards clones of other ones. YOU ARE NOT OBLIGATED TO SHARE EVERY SCRIPT YOU CREATE, NOR SHOULD YOU, NOR DO MOST PEOPLE CARE ABOUT THE ONES YOU MADE IN UNDER 10 MINUTES!! I would like to take this opportunity to say please stop submitting all your: ->Custom Arties ->Custom Weaps ->Custom Armor ->Custom Clothes ->Custom Monsters ->Custom Jewelry ->Quest Items which have no use to people without your quest UNLESS there is something in them that actually took skill at scripting, you had to WORK to get it to do what you wanted, and you feel that few people could replicate it in any way short of copying and pasting your code. Hopefully this cuts down on all these posts. Sorry if I seemed mean or rude, but I am honestly tired of there being no end to these kinds of posts and frankly I am tired of being all nice about it. |
||
|
|
|
|
|
#9 (permalink) | |
|
Quote:
|
||
|
|
|
|
|
#11 (permalink) | |
|
Forum Expert
|
Quote:
|
|
|
|
|
|
|
#12 (permalink) | |
|
Not a Lurker
Join Date: Jun 2004
Location: USA
Age: 34
Posts: 63
|
What I am trying to say is not that this shouldnt be submitted, it is this script is not completed and does not work. I am not a novice scripter, I have never written my own script, the only thing I have successfully done is copy/paste. But, I downloaded this script because it sounded cool, and it goes into my shard without error or warnings, but when you try to make a "Guardian Choker" there isn't a "Guardian Choker" available.
I looked at the script and "Noticed" it was a template and that there was "nn's" where the name " Guardian Choker" should be, I think...maybe. Thats why I said you might want to fix that...especially since noobs like me dont know much about how to fix it. The only reason I even thought something should go there is because of the instructions Gold Draco 13 left about replacing those with the values. Quote:
This is where I think the problem is...If I'm wrong, please correct me so that I can get this to work or know in the future what is wrong so maybe I can fix and not have to ask alot of meanial questions. Code:
public class nn : GoldNecklace
{
public override int ArtifactRarity{ get{ return 100; } }
public nn() : base( 0x1085 )
{
Weight = 1.0;
Name = "GuardianChoker";
Hue = 1175;
Code:
public nn( Serial serial ) : base( serial )
{
}
This has nothing to do with the attributes you did or didnt want on the necklace, it has to do with the name...right? Thanks..... |
|
|
|
|
|
|
#13 (permalink) |
|
Forum Expert
|
Golly gee. Harsh crowd. Don't sweat the petty things, and don't pet the sweaty things. Try this, I got no errors with it:
PHP Code:
|
|
|
|
|
|
#14 (permalink) |
|
Not a lurker
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
|
I'm not complaining about the templates themselves. I am referring to all the crap scripts that do not work as a result of the templates being posted on the forums. You get new people downloading them, then asking how to fix the crap script in support. Mods have deleted several scripts as a result of these templates. Draco, props to you helping out the new guys, but they should at least test them and clean them up first.
IZjokersWild, people shouldn't have to fix a script they download from submissions. It should already be working. The only editing they should do is if they download an older script and need to convert it to 1.0.
__________________
Ilshenar ChampionSpawn Generator OSI Clone World Spawn files for MegaSpawner. Current spawn files available: Malas Ilshenar |
|
|
|
|
|
#15 (permalink) | |
|
Not a lurker
Join Date: Jan 2004
Location: Kentucky
Age: 33
Posts: 1,213
|
Quote:
__________________
Ilshenar ChampionSpawn Generator OSI Clone World Spawn files for MegaSpawner. Current spawn files available: Malas Ilshenar |
|
|
|
|
|
|
#16 (permalink) |
|
Forum Expert
|
Okay, I agree in a sense to that. I do think that every script should be tested prior to posting, and if errors do occur, then think should go to script support first. As far as cleaning the script up, it is really not required, but it is generally a good idea. I have seen some buggy scripts out because of extra junk left in. It is great that people want to share their scripts and contribute and all, some seem to just jump the gun on them.
|
|
|
|
|
|
#17 (permalink) | |
|
Guest
Posts: n/a
|
Quote:
I misunderstood, sorry...I do agree with you partly, the template I made were for teaching purposes and/or quick building of simple items and mobiles....I never intended on the temps being resummitted, I'll make sure in my next version of my kit to inform users to just post temps made by them on the same thread as the kit, this will keep them all in one area of the forums. If this isn't a good idea then I could also just host a section on my forums for them to post there temps. ![]() |
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|