Jump to content

fpatrick

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Country
    United States

fpatrick's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well I figured out what was wrong with the commands and your not gonna believe this but Peacekeeper script had the remote.ini loaded for the user tab and didn't even have user.ini so I got a user.ini from another script and loaded that and added admin and it worked. Kenobi script had the vars.ini and user.ini in the script folder so I moved them both out and into the main directory where mirc is then reloaded and added admin and found that Phreik doesn't like the .notice so changed it to ctcp and got those commands to work as well. I wish I had noticed all this sooner :S .
  2. Thank you I just tried the Kenobi script and those commands didn't work either unless I used the commands through mirc. I did try and change my nick to a regular character nick then added that nick as admin and it didn't work. Only seems to work if I type the commands through mirc.
  3. yes I tried the wildcard * nothing happened ty sec for ur suggestion as well I have no clue what a $regsubex is lol
  4. no it is admin only and ur right it has nothing to do with the nick I changed it to a normal character nick and it still doesn't work. The commands work fine in my script nick strike eagle which is the game bot but won't work using my non-script nick Shift. Maybe I need to be on mirc with the shift nick
  5. I discovered that the shift nick being in 2 rooms at the same time, isn't the issue. I tried ur suggestion with the gate on both the shift nick and the strike eagle nick. Shift nick didn't work but strike eagle worked fine and the only thing in the user list was the gate for both. Now I am starting to think that it is the coded shift nick being that strike eagle is a regular letter nick. Must be the input of !work from the coded shift nick into the room doesn't work with the user group. I say this because I can start all my games using !hangman, !spin, etc. using the coded shift nick. It appears I will have to go without admin stuff, or change from a coded nick to a regular nick. Thanks again for your time and help I learned a lot.
  6. Thank you for your time and I tried all the commands you suggested to include 'work code and nothing works. I think I see the problem now. I do not believe that the user group is being read correctly which in Buzzen or MSN was never a problem. So I never gave that a thought until you mentioned it. In Phreik chat my main non script chat nick Śĥįfţ is in two rooms. I owner in one room and nick shows Śĥįfţ . None of my scripts are in this room. I have my own room in Phreik so I am in 2 different rooms with the same nick. My nick in my room shows Śĥįfţ' notice the ' at end of the nick. In my room I have a game script and a protection script. When I added the game script nick (Strike Eagle) to the protection script (Soldier) as admin the 'work and all other commands worked. Strike Eagle and Soldier nicks are in one room only. This code works fine with the Śĥįfţ' nick so I guess the user group is being read fine in this code: on admin:JOIN:*:{ .ctcpreply $nick TIME Hello Admin_ $+ $remove($nick,') Type 'admin1 to 'admin6 for your options. but when I type 'admin1 using the Śĥįfţ' nick nothing happens I tried deleting the ' at end of nick under the user tab but that didn't work either Under the user tab of Soldier in my room it shows the Śĥįfţ' nick. Example: [23:39] Śĥįfţ' : 'work [23:40] Śĥįfţ' : 'work [23:43] Śĥįfţ' : 'work [23:44] Śĥįfţ' : 'work [23:46] Śĥįfţ' : !work [23:54] Śĥįfţ' : !work [00:02] Śĥįfţ' : !work [00:36] Śĥįfţ' : !work [00:38] Śĥįfţ' : !work [00:41] Śĥįfţ' : !work [00:42] Śĥįfţ' : !work [00:42] Śĥįfţ' : !work [00:48] Śĥįfţ' : !work [00:54] Śĥįfţ' : !work [01:02] Śĥįfţ' : !work || 01:07:18 || -> -Strike_Eagle- You are an Admin now , for commands type 'admin1 / 'admin6 || 01:07:49 || @Strike_Eagle : !work || 01:07:50 || <._Soldier_> yes i will work for you Strike_Eagle I must admit I need some Tylenol for my headache now cuz this is confusing!!!!!!! Thank you again for your time and help
  7. First time running a script on Phreik chat and having problems with admin commands. I am not an advanced scripter by any means just very basic but learning. I am starting to think that commands like 'deown, 'own etc. etc. can't be used on Phreik. I am using Mirc 7.29, PeaceKeeper V.1.3 (Unreal-Phreik Edition), PhreikChat Features Addon Script V1.8. I think I posted this under the wrong topic my apologies. The coding is as follows: on admin:TEXT:'deown:*:{ /mode $comchan($nick,1) -q $nick } I have tried many variations of code that my puny brain can think of like mode # -q $nick and $chan and, $active, 1$$, no brackets, no / etc. and nothing seems too work. Commands are on and I am in the user tab as admin. This code doesn't seem to work either to get the list of commands: on admin:TEXT:'admin1:*: { .notice $nick Admin_ $+ $remove($nick,') (*) Here Are Your Commands (*) .notice $nick 'own ~ Gold up (in main or whisper) .notice $nick 'deown ~ Deown yourself (in main or whisper) .notice $nick 'host ~ Host yourself (in main or whisper) .notice $nick 'dehost ~ Dehost yourself (in main or whisper) .notice $nick 'version ~ Show you my Version (in main or whisper) .notice $nick 'report <msg> in whisper to $remove($me,') to leave a "report" .notice $nick 'admin2 for more ... } I tried using the alias tell for ctcp but that didn't work I am at a loss.
  8. Thank for all your responses and help the alias did work thank goodness very fast response to i was surprised thank you again
  9. #noowneraway on raw 822:*:{ if ($nick isOwner $comchan($nick,1)) && ($me isOwner $comchan($nick,1)) { if ($nick == $me) halt mode $comchan($me,1) -q $nick | .auser -a snoown $nick mode $comchan($me,1) -o $nick msg $comchan($me,1) S eTahoma;0 Sorry $nick , No Hammer Allowed While Away } } ;return portion, unsets the user level and gives hammer back raw 821:*: { if ($nick == $ulist($nick,snoown,1)) { msg $comchan($me,1) S eTahoma;0 Welcome Back $nick , Here Is Your Hammer .ruser snoown $nick mode $comchan($me,1) +q $nick } } ;keeps them from gaining a hammer while away on snoown:OP:#: { mode # -q $opnick | msg # S eTahoma;0 Sorry $nick.... No Hammer While Away } ;If they leave while away will remove them from the snoown list, so if they return will allow hosting on ^*:PART:#: { if ($nick == $ulist($nick,snoown,1)) { .ruser snoown $nick } } ;If they quit while away will remove them from the snoown list, so if they return will allow hosting on ^*:QUIT:#: { if ($nick == $ulist($nick,snoown,1)) { .ruser snoown $nick } } #noowneraway end This is back from MSN days I believe and I am having trouble with the Bold font if statement at very start of code. I am using moschino connection to Buzzen. I dont have a fancy nicklist just the normal @ for a brown hammer and a . for a gold hammer. I was able to get the brown hammer code to work but cant get this owner hammer to work. If I use isop rest of code works but then it golds a brown hammy when returning. I am by far not a script code writer so please forgive me if this is a simple fix. I have also tried isin using the . and also letter q. I cant figure it out.
×
×
  • Create New...