Jump to content

nicklust question


Kronicdreamer

Recommended Posts

This is the MOST n00bish question i believe i have ever asked lol

 

dll nicklust3.dll SetGroupText # 1 > Common Folks

dll nicklust3.dll AddGroup # 2 . 2 > Owners

dll nicklust3.dll AddGroup # 3 & 3 > Admins

dll nicklust3.dll AddGroup # 4 @ 4 > Ops

dll nicklust3.dll AddGroup # 5 % 5 > HalfOps

dll nicklust3.dll AddGroup # 6 + 6 > Voiced

 

i have used SetGroupPos like this

 

# 1 > 1

and

# 1 > start

 

either way my nicklist will show the common folks at the top, and if i move the SetGroupText to after # 6 the nicklist will show nuthin, and i mean dead blank.

 

:\ anyone had this issue, and also do yall know where to get the icons for the hammers, and such from MSN? and i do not want to download a whole script to get them lol

Link to comment
Share on other sites

i use /dll everytime, i dunno why just easier to me i guess, but i am just doin all that on join.

 

i have tried to use the SetGroupPos w/ a number and the start|end function :\ i dunno i have messed w/ it for like 2 days now.

 

and thanks Warrior124 old mate :D

Link to comment
Share on other sites

on *:join:#:{

if ($nick == $me) {

dll nicklust3.dll Mark $window($chan).hwnd lust_callback nodefgroup hottrack staticedge hideempty underlinehot rowselect

dll nicklust3.dll SetGroupText $chan 1 > UnVoiced

dll nicklust3.dll AddGroup $chan 2 . 2 > Owners

dll nicklust3.dll AddGroup $chan 3 & 3 > Admins

dll nicklust3.dll AddGroup $chan 4 @ 4 > Ops

dll nicklust3.dll AddGroup $chan 5 % 5 > HalfOps

dll nicklust3.dll AddGroup $chan 6 + 6 > Voiced

dll nicklust3.dll SetGroupPos $chan 2 > 1

dll nicklust3.dll SetGroupPos $chan 3 > 2

dll nicklust3.dll SetGroupPos $chan 4 > 3

dll nicklust3.dll SetGroupPos $chan 5 > 4

dll nicklust3.dll SetGroupPos $chan 6 > 5

dll nicklust3.dll SetGroupPos $chan 1 > 6

}

}

 

There, i rewrote it to be very simple till i get the SetGroupPos right, and it still doesnt drop UnVoiced to the end, and i have changed the

dll nicklust3.dll SetGroupPos $chan 1 > 6

to

dll nicklust3.dll SetGroupPos $chan 1 > end

 

and /hop'd and still didnt work :\ and thats about all i can do.

Link to comment
Share on other sites

Hey Kronic. Sorry for the late reply, mate. I've came up with this code. I tested it out, and it works. If you need any more help please let me know. :pizza:

 

alias ff {
 if (!%ff. [ $+ [ $1- ] ]) || (!$exists(%ff. [ $+ [ $1- ] ])) set %ff. [ $+ [ $1- ] ] $shortfn($findfile($mircdir,$1-,1))
 return %ff. [ $+ [ $1- ] ]
}

on *:JOIN:#:{
 if ($nick == $me) {
   dll $ff(nicklust3.dll) Mark $window($chan).hwnd lust_callback nodefgroup hottrack staticedge hideempty underlinehot rowselect
   dll $ff(nicklust3.dll) SetGroupText $chan 1  > UnVoiced
   dll $ff(nicklust3.dll) AddGroup $chan 2 . 2 > Owners
   dll $ff(nicklust3.dll) AddGroup $chan 3 & 3 > Admins
   dll $ff(nicklust3.dll) AddGroup $chan 4 @ 4 > Ops
   dll $ff(nicklust3.dll) AddGroup $chan 5 % 5 > HalfOps
   dll $ff(nicklust3.dll) AddGroup $chan 6 + 6 > Voiced
   dll $ff(nicklust3.dll) SetGroupPos $chan 1 end 1
}

 

P.S.: I added the ff alias so that wherever you put the nicklust3.dll your script will be able to find it for you automatically. Best wishes, mate. :)

Link to comment
Share on other sites

:\ it still shows the UnVoiced on the top

 

nvm i just started a new blank script and mine even worked both ways i tried :\ i must have some kinda conflict w/ another addoni have in that script i was messin w/ :| never seen sumpin like that b4

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...