![]() |
Haste script, help
Can someone give me the script for haste or teach me how to make a haste script???
|
Sorry for deleting some posts but I don't want moderators *****ing at people who are asking for help. I hope someone can help with a link to a code snippet (on graal.net, we also plan a code snippet section on wiki.graal.net) or give hints on how to do a haste script.
|
Quote:
Feeding scripts to people who have no clue is not going to help anyone. |
O_O!
Stefan's angry! ... Damn hot. You can find Loriel's movement script here: http://graal.net/snippet/detail.php?type=snippet&id=21 However, it's not functional on GS2-enabled, so you'll have to figure it out. |
Quote:
Surprisingly enough, he did the former, but did not do the latter! I am not even sure what a "haste script" is. Are you? :whatever: |
If people think they can get away with asking for scripts, they will.
Those that ask for a script before asking for help will usually not even try to learn. Obviously they should still be pointed in the right direction, but letting people just make threads asking for scripts isn't right. |
Quote:
|
Quote:
|
Quote:
|
Ok gamer4lifebitach please tell use what exactly you mean with haste script
(PS: in my opinion it is ok if someone asks how to do an effect, even if you only know it from one server, also often it is best to learn from script examples, as long as those are well documented; watching at this thread looks like you need 10 scripters to write one meaningfull line of code, 6 complain about the original poster not knowing any scripting, 3 complain about breaking forum rules by asking for help, one is complaining about the previous 9 not doing anything etc.) |
Quote:
But what the other people are trying to say is that game4lifebitach is basically asking for a script. What he wants is a script that makes your player move faster, but not go over walls. He doesn't know how to script very good. What he's asking for is way too hard for him, so even if we give him the full script he's not going to understand. |
Quote:
|
?
3 line script? A movement system is really big.. You have to do all kinds of onwall checks, then check if the player can move to the side, and stuff. |
Quote:
|
Quote:
Quote:
|
Quote:
And for your haste script, do you mean running? If so you can play around with this: PHP Code:
|
Quote:
As it is now, people who post here do not recieve help unless they post a script, or partial script to prove they are at least trying to do the script themselves, or they are directed to the rules, or a link to something else, and the thread generally closed if they ask for help in making a script, or ask for a script when they do not post any of a script that they have done. I have seen people post scripts to help someone who asked for a script, and got yelled at for doing so, because of what the rules state. I just think if you want things done a specific way, then maybe you should type up the rules to reflect what you want.... |
Quote:
You know how I learned to script? I had level rights to a semi-advanced server and snooped around levels, taking out parts of scripts that I've never seen before and using them for different situations. I could bet that I wouldn't know a lot of things in a "haste" script, but if I saw it, I'd sure learn a lot more to keep me from asking more questions with the response of "usux lol go raed teh rulez" Just my two cents. |
Perhaps explaining how to perform the requested function through an algorithm and code refrences would be the best way. Teach the process through example, like this:
To make the player move faster, this involves adjusting the player's movement, and a player moves with the up down left and right keys. So, if you already have code that lets a weapon be turned on and off with the D key, when the weapon is on, it could go into a timeout loop. PHP Code:
See, it is not so difficult to try and help someone. And Zelph or whoever says 'dont give bad advice' thats the most discouraging and anti-scripting-community comment you could say so dont you dare say that ever again. LETS BE KIND AND HELP ONE ANOTHER LEARN MORE! |
Quote:
|
Quote:
Stop being such jerks - you know who you are - and try being decent. And im sorry for calling you jerks but how else will i get your attention? |
Quote:
Wouldn't this only make better scripters? I think people should try to help others more, instead of tearing them down. *shrugs*, just my opinion... |
Haste is a script I had that pretty much cloned you or so it made a effect showing three of you as you move around. I lost the script other wise i'd give it to him even after he has been a *** to me.
|
Quote:
|
Quote:
|
Nobody refers to my movement script? WHY?!?!? probably because it's GS2, right? Or that I accidentally rescripted a bug into it?
http://graal.net/snippet/detail.php?type=snippet&id=88 Give me a minute and I'll remove the bug from it that moves the player... just a tad to far. Oh yea, and the NPC detection for this part of the movement system isn't complete yet as it needs to be able to detect dontblock NPCs (which Stefan said would be in next version). I'd suggest some customization when it comes to when player's are blocking (right now detects all players blocking, incl. when paused and when in noPK zone, but the main reason is for customizable player blocking). What's good about my movement functions is that they can be integrated with (used on top of) other movement systems. You just need to put some kindof invalid thing for the tiletypes it checks for walls. I'd suggest -20 because -1 and -2 are players and NPCs respectively or wait, no, you'd need to uhh... put in all the tiles that block now... not an invalid one. However, you can just find-replace wherever it says "onTiles(tiles," to "onwall2(" and you'll be able to integrate it. I just changed it to use my onTiles function for more dynamic use. |
Quote:
I don't know why I added classes. I knew they were a bad idea, but I was bored, so I made them anyway. :/ |
Quote:
|
I think moonie should steer away from the scripting forums, because she obviously doesn't understand why the rules are put in place. I'm pretty sure the reason for the demanding of scripts instead of attempting at it is there for a few reasons, some of which I can think of off the top of my head are:
I'm pretty sure if you removed this rule from the list, you would see a lot of new threads sprouting that are simply asking for scripts. Not only would this be a waste of time for the people who are here to legitimately answer questions people have, but also for the people who are writing these scripts for the people who are, more than likely, not appreciative of it. |
Quote:
|
Quote:
I do agree with the rules for the most part (except sometimes I think it is carried too far when people post scripts to help someone), but obviously Stefan doesn't agree with them, and sometimes people are really rude when dealing with people looking for help when they do not need to be. |
Quote:
|
Quote:
No Anyway, this thread is suppose to be to help the creator with a script, not to discuss the rules. x_x |
Quote:
|
Quote:
Quote:
|
Quote:
|
Quote:
Although I agree it's bad to be rude, Okie is right mostly. In my opinion the solution to this problem is to finally get an up to date source of information/tutorials, which is what we are doing on the GraalBible and GraalWiki. |
I agree with more time being focused on making the GraalBible and Gscript Wiki into complete tools, which can be used by a person, with no prior computer programming skills, to teach them how to make working and effecient npcs.
Rudeness begets anger and often casues a circle of hate. I have a mental checklist of account names whose replies I ignore, becasue most of what they do here is be rude to not only me but several other people, becasue being right about what they are convinced is right is more important than helping someone else be happy with a better way to answer scripting questions. See my other post in here with a basic outline with conditional checks, and the rest in algorithm-speak, and that is better than a big link to the rules whenever someone asks for a chunk of code. But all I can do is suggest a better way to handle questions that are not phased propperly. Every one is going to keep doing what they have been doing until they make up their mind to change, and from seeing the arrogant stubbornness by the people here - over many years in some cases - that is not likely to change. The scripting forums may always have their newcomers eager to learn but lacking the right way to ask questions, leading to the jerk wads flaming them for asking for code, and the occasional person who teaches them through an algorithm and explains how certain commands in question work. Always new ones of the first group, way too many of the second, and not enough of the third. |
nvm, i dont need help anymore. i made it my self.
Also in the first pm i made in this thread, i said can some one give me OR help me make a haste script. so dont give me that ass mood of giving scripts... |
Quote:
|
| All times are GMT +2. The time now is 07:22 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.