Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 14:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



SYSTEM >> This channel is not avaible yet!

Discussion on SYSTEM >> This channel is not avaible yet! within the WarRock forum part of the Shooter category.

Reply
 
Old   #1
 
propower24's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 35
Received Thanks: 1
Exclamation SYSTEM >> This channel is not avaible yet!

Hi guys !

in my private server

Urban Ops and Battle Group.
when I give a normal user I get this message.

SYSTEM >> This channel is not avaible yet!

how to fix this?

as administrator I can access them all

Thanks in advance greetings .
propower24 is offline  
Old 09/20/2013, 17:13   #2
 
InstantBlood's Avatar
 
elite*gold: 30
The Black Market: 105/0/1
Join Date: Jun 2011
Posts: 3,335
Received Thanks: 1,356
You must edit the permissions.
InstantBlood is offline  
Old 09/20/2013, 17:57   #3
 
propower24's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 35
Received Thanks: 1
Quote:
Originally Posted by InstantBlood View Post
You must edit the permissions.

Thanks, you mean the file rank_permissions?

all permissions are in 1


but nothing changes
propower24 is offline  
Old 09/20/2013, 18:55   #4
 
n4n033's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 726
Received Thanks: 1,128
Quote:
Originally Posted by propower24 View Post
Thanks, you mean the file rank_permissions?

all permissions are in 1


but nothing changes
no it's not rank permissions, rank permissions = for commands ...
n4n033 is offline  
Thanks
2 Users
Old 09/20/2013, 19:06   #5

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,976
Received Thanks: 11,388
It have to be written in the channel File.

Something like channel_required_join_permission
xxfabbelxx is offline  
Thanks
1 User
Old 09/20/2013, 21:32   #6
 
elite*gold: 0
Join Date: Nov 2012
Posts: 592
Received Thanks: 393
In handle_channel_switch
~iToXiiC is offline  
Thanks
2 Users
Old 09/20/2013, 23:16   #7
 
propower24's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 35
Received Thanks: 1
Thanks in advance,

this is my file : Handle_channel_switch


I can do
propower24 is offline  
Old 09/24/2013, 11:16   #8
 
Sleutel's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 746
Received Thanks: 567
Thanks for using my base, you can solve this issue easly.
The permision files aren't fully implemented so you have to manually edit the check.

Just follow the instructions below.

Replace:
Code:
if (TargetChannel == 1 || User.Rank > 2 || TargetChannel == 4)
with:
Code:
if (TargetChannel >= 1 && TargetChannel <= 4)
Goodjob! You just replaced the check of your code.
Make sure you don't use this in public because urban ops & battlegroup aren't fully implemented yet!
Sleutel is offline  
Thanks
1 User
Old 09/24/2013, 18:01   #9
 
propower24's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 35
Received Thanks: 1
Smile

Quote:
Originally Posted by Sleutel View Post
Thanks for using my base, you can solve this issue easly.
The permision files aren't fully implemented so you have to manually edit the check.

Just follow the instructions below.

Replace:
Code:
if (TargetChannel == 1 || User.Rank > 2 || TargetChannel == 4)
with:
Code:
if (TargetChannel >= 1 && TargetChannel <= 4)
Goodjob! You just replaced the check of your code.
Make sure you don't use this in public because urban ops & battlegroup aren't fully implemented yet!
because, still can not play in urban ops & battlegroup ?

just want to know by chance

Thank you.
propower24 is offline  
Old 09/24/2013, 21:07   #10
 
Sleutel's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 746
Received Thanks: 567
Quote:
Originally Posted by propower24 View Post
because, still can not play in urban ops & battlegroup ?

just want to know by chance

Thank you.
You will need to edit the handle_room_data class, you have to remove the start check that prevents you from starting the game from the code.
Sleutel is offline  
Thanks
1 User
Old 09/25/2013, 00:39   #11


 
Maurice's Avatar
 
elite*gold: 98
Join Date: Nov 2011
Posts: 1,267
Received Thanks: 1,019
Of just remake THE whole permission stuff.. As u want to start à partly done server!
Maurice is offline  
Thanks
1 User
Old 09/25/2013, 09:14   #12
 
Sleutel's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 746
Received Thanks: 567
Quote:
Originally Posted by Willie Wortel View Post
Of just remake THE whole permission stuff.. As u want to start à partly done server!
Well goodluck with that, waste more time on creating a new system for an old source. That isn't clean at all.
Sleutel is offline  
Thanks
1 User
Old 09/25/2013, 13:28   #13
 
propower24's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 35
Received Thanks: 1
Smile

Quote:
Originally Posted by Sleutel View Post
You will need to edit the handle_room_data class, you have to remove the start check that prevents you from starting the game from the code.
Hello .

This is my file :

I do not understand much of the source code .

You I can lend a hand in this topic please ,

I need a dirty on this,

Thanks advance ^^
propower24 is offline  
Old 09/25/2013, 13:49   #14
 
Sleutel's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 746
Received Thanks: 567
Remove these lines:

Code:
    else if (currentRoom.Channel == 3 && User.Rank < 2)
    {
        currentRoom.send(new PACKET_CHAT("SYSTEM", PACKET_CHAT.ChatType.Whisper, "SYSTEM >> This channel it's not available yet.", 998, "NULL"));
        break;
    }
This should make you able to start the game
Sleutel is offline  
Old 09/28/2013, 13:52   #15
 
propower24's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 35
Received Thanks: 1
Quote:
Originally Posted by Sleutel View Post
Remove these lines:

Code:
    else if (currentRoom.Channel == 3 && User.Rank < 2)
    {
        currentRoom.send(new PACKET_CHAT("SYSTEM", PACKET_CHAT.ChatType.Whisper, "SYSTEM >> This channel it's not available yet.", 998, "NULL"));
        break;
    }
This should make you able to start the game
but still the same

SYSTEM >> This channel is not avaible yet!

Thanks again .
propower24 is offline  
Reply


Similar Threads Similar Threads
any bot avaible??
09/29/2012 - Archlord - 3 Replies
bot don't run any good news for that? ^^
Jsro shard/channel system
09/05/2010 - Silkroad Online - 14 Replies
http://3.bp.blogspot.com/_co-8AF22nX8/TIACHCl0YMI/ AAAAAAAAAP4/8V-4SH10KVs/s1600/shards.PNG Silkroad Secrets
Amberscript is no more avaible
11/12/2008 - Dekaron - 8 Replies
No that i learned how to edit (through your Tutorials) how to edit data.d04, I'm fairly happy to see that Ambersriptis no more avaible. Is it in UG? or for Premium users? With becoming autosufficient i started to change my mind becoz of dumb ppl using hacks everywhere... And also the editing is much more versatile (u can change only the stuff that u need and stay easy in all other spots without relogging (as in Secportal) However now that i've learned this stuff(really thanks to all...
Is this avaible...
04/23/2007 - Conquer Online 2 - 10 Replies
Hi! Today, I was thinking some about aimbot. When you jump, it will packets to a sertain location. Is it avaible to make "client-side" program that makes it look like the jumper "freeze" instead of jump. Just for the seconds he should normaly way be in the air. Sry again for my bad english :)



All times are GMT +1. The time now is 14:02.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.