Comments

 (132) 
  1. Everything
  2. Snippets
  3. Images
DragonFlare commented on mIRC Snippet: AutoOp  -  Nov 14, 2010
Why would i delete a comment i'm speaking the truth and you all have a right to your opinion. And btw it's not bad scripting if it works as you said "Fool."

Quote


This part of the code seems pointless, also:
Code:
else { if (%aop == Off) { Halt }
}


Of course it would have to reach that point if it was on there would be no need for it if the script was always on why shut it off if it's already off Now that is pointless lol

Did you ever think i wanted it that way?
And you are right about it being a Learning site but i did not post this to learn i posted it for others and if they want to alter it good for them go for it but otherwise it stays the same.

It works and it does what it is supposed to so why change it and the code isn't "Bad" If it works so don't even say that lol Give me 2 other reasons and no BS Reasons either.
DragonFlare commented on mIRC Snippet: AutoOp  -  Nov 10, 2010
There we go again that is your opinion lol
It may not be Wise but it is useful lol
Every Script is useful
Just like if you posted a script i could find some reason it isn't useful
First off you are saying it isn't wise or useful when you don't even know what the script was made for The script works and it does what it was Requested to do
Again we go back to "People" Wanting others to Script like them
And if you must know this Site was made For "People to post other scripts for people" No where in the rules of the site does it say anything about people not being able to post a script for someone When it comes down to it this is just like a pastebin site Why did you post your scripts on here? For decorations? No you posted them on here so other people can use them look at that a pastebin Pfft people take Hawkee to seriously it's pathetic.
DragonFlare commented on mIRC Snippet: AutoOp  -  Nov 10, 2010
Gummo

Quote

I'd just like to point out the fact that when you said that code above was good code, Jethro_, it will actually op everyone who is NOT on the list when aop is enabled..


That's correct.

The code is scripted like that because of a Request from another server i am on.
I have no need to update it because it matches the specifications of the person who Requested it.
In other words "Don't fix what isn't broken."
And no i did not get %HaltNick form another script.

If it's not Broken why fix it because you want it to look like your scripting?
That's basically what you are saying.
See i like my Codes to be different from others.

WorldDMT how have you been?
DragonFlare commented on mIRC Snippet: AutoOp  -  Oct 28, 2010
Again everyone has thier own Coding Style
DragonFlare commented on mIRC Snippet: Epic Fail Pic alias Fail  -  Oct 28, 2010
Why do people insist on putting /'s in scripts lol none the less good coding for a beginner 6/10 for your effort Keep up the good work.
DragonFlare commented on mIRC Snippet: PLEASE DELETE  -  Oct 27, 2010

Quote

Quote

_Teen_

u have 3 snippets and 2 of them, contains ''delete this'' ._.

Lol'd

Savage_CL,

If the original script was broken why post it you're supposed to test your snipplets before posting them makes us assume that it was l33t lol if you need help with a script ask one of us instead of posting a script then asking for it to be deleted that is what we are here for is to help you can find me on /server -m Eloni.Lightsys.net:6667 and i'm sure _Teen_ wouldn't mind helping you.

Quote

Quote

Savage_CL

on *:TEXT:DELETE:#Hawkee_should_have_a_delete_button: {


No you should test your scripts before posting them Savage_CL.
DragonFlare commented on mIRC Snippet: Bot Blacklist v 1.0  -  Oct 27, 2010
Well as it's clearly posted i'm still working on it.
DragonFlare commented on mIRC Snippet: bot assign/unassign  -  Oct 25, 2010
Then just use

Code

 
DragonFlare commented on mIRC Snippet: Flirt script -Updated-!  -  Oct 25, 2010
LOL
I agree with napa182.
You should update your post regardless lol
DragonFlare commented on mIRC Snippet: a ♥♥Heart Acronym Snippet♥♥  -  Oct 25, 2010
I think

Code

 
Looks better in these types of code personally.
DragonFlare commented on mIRC Snippet: Channel Topic Design  -  Oct 25, 2010

Quote

Quote


Rawee

just a note Lady Sorien

.Clear:{ topic # $chr(160) }
}
}

I know some scripts dont need that as some work without it the problem is it may only work on certain IRC's wont allow that due to other scripts working against it

Use the BB Code Bro
Makes it easier to notice if you are posting code or not you got the [code] BB COde to post code [Quote] BB Code to Quote Someone [b] To Make your Text Bold [color] To add color [u] for Underlining your text and etc... Just thought you should know Rawee and Sorien Good work for a beginner just think of it as constructive critism i got it alot when i first started scripting and posting on here then again Typo was my mentor and napa182 so they were hard asses but they helped me learn See you on the server btw

Quote

Quote


_Teen_

as SunnyD said, who said to u thats dont need a closing bracket?

look at this example

in this first example i will put a while event


Quote


_Teen_


Quote


alias fd {
var %x = 1
while (%x <= $len($1-)) {
echo -a $left($1,%x)
inc %x
}

alias hhs {
var %x = 1
while (%x <= $1) {
echo -a %x
inc %x
}
}
}

Quote


if we ''think'' in the same way as u think, when we type, /fd test, it will create a loop, then when we type /hhs 10, it will not work, so when we close the bracket, its work fine...

He was correct
DragonFlare commented on mIRC Snippet: Channel Topic Design  -  Oct 25, 2010

Quote

Quote


_Teen_

''People it goes in Popups so no need for the closing bracket you're talking about ''

after she edited, of course no need a closing bracket...

LOL
DragonFlare commented on mIRC Snippet: Quote script  -  Oct 25, 2010
Why not just add a Delete as well

Code

 
DragonFlare commented on mIRC Snippet: Quote Bot  -  Oct 24, 2010
Why when you could just set it as a variable like and have it triggered the way you're doing it is pointless here

Code

 

Simple Bot Code Without the Hassle.
And don't use /'s in scripts they look better without them
DragonFlare commented on mIRC Snippet: Blacklist  -  Apr 28, 2010

Quote

Jethro_

Quote

Why not just use the user list?

I dont know i got bored and wanted to script.

Quote

WorldDMT

Quote

ini file isn't a good idea for blacklist codes else halt is useless and have to be removed orelse that will stop another code works
I always use ini files for stuff like this.
It really dont matter if it's in an ini file or a hash table.
Ini files read the HD every time it is triggered a hash table on the other hand stores them as variables then execute them when triggered via the mirc client itself i agree that it would be a better choice to use a hash table it's just the way i scripted it people are open to edit it and change it for hash tables.
DragonFlare commented on mIRC Snippet: Nick Changer  -  Dec 30, 2009

Quote

Aucun50

Quote

omfg no hash tables you nubs! TXT FILE WORKS HERE NO NEED FOR HASH TABLE FFS! IT'S A LIST WOW DOESN'T NEED TO BE IN ANY ORDER FFS!

He is right Hash tables are not needed here it is just a list
Why have it on a hash table does it matter how it is scripted it works dont it

Quote

Silo

Quote

Chill out, man. Horses for courses. I'm new to hash stuff, but it's way faster to process.

Hash tables and Inis Are both good ways of scripting
DragonFlare commented on mIRC Snippet: AutoOpScript  -  Nov 20, 2009
i know i couldive done it those ways but it works just fine the way it is lmao i got bored lmao
DragonFlare commented on mIRC Snippet: AutoOpScript  -  Nov 19, 2009
I made this for an #MircScripting room so i didnt have to worry about adding anyone but scriptors to the accesslist and people could test scripts that require op to test.
DragonFlare commented on mIRC Snippet: simple bot greet to channel  -  Dec 08, 2008
Never thought of it that way Napa182
DragonFlare commented on mIRC Snippet: simple bot greet to channel  -  Dec 08, 2008
Kirby he also could make it to were it writes to an ini file that way it only says welcome To chan to people who are in the ini using vars like so

Code

 

only says it to people you add Kirby.
DragonFlare commented on mIRC Snippet: 5 Color Script (Fade)  -  Dec 07, 2008
Indeed, Gummo And other than that nicley coded Epik_Fail Keep up the good work.
DragonFlare commented on mIRC Snippet: Services Bot  -  Dec 07, 2008
i Made this because i wanted other people to use it and find it helpful Fire_Wizard1
DragonFlare commented on mIRC Snippet: IRC  -  Dec 06, 2008
or

Code

 
DragonFlare commented on mIRC Snippet: Nicklist Commands  -  Dec 06, 2008
couldnt you use

Code

 
DragonFlare commented on mIRC Snippet: Auto-Kick  -  Dec 06, 2008
you dont need

Code

 
you can just do this

Code

 
because

Code

 
halts because that is what the script is meant to do
and you can maske this into one event using

Code

 

and so on and so forth its alot cleaner and looks nicver and more professional.
DragonFlare commented on mIRC Snippet: AutoVoice  -  Dec 05, 2008
Yea i know its just i wanna be up there with dialogs and stuff i just dont know how to go about it :( Think you could help me with dialogs Chain?
DragonFlare commented on mIRC Snippet: AutoVoice  -  Dec 04, 2008
im still learning Chain im just now starting on vars kinda sad accually im way behind you guys :(
DragonFlare commented on mIRC Snippet: Accessadd  -  Dec 04, 2008
not yet Napa182 one sec and i will.
i think im forgetting to check for the nicks Napa182 how would i go about it on the script i just posted as a comment?

i just threw this part of the code together on the bottom part Napa182 this is what i want it to do

Code

 

thats what i want it to be like but i think it needs to check the ini file for the nick and the level how would i go about that napa182 and i still dont think the vars are right on it
DragonFlare commented on mIRC Snippet: Accessadd  -  Dec 04, 2008
i wanted to use something like this thou

Code

 

but i cant get the vars on this right

Code

 

cause like i said i want to make it with more access add commands and i want it to sync and read from the ini file to give the right status to the right nick but i cant figure the vars out any suggestions would be appreciated i kinda wanna stay along the lines of the code.
DragonFlare commented on mIRC Snippet: AutoVoice  -  Dec 04, 2008
Napa182 check this out plzzz
http://www.hawkee.com/phpBB2/viewtopic.php?t=18733
need your help with that
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. Next
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.