Jump to content

Recommended Posts

Posted

Ok... iam re Aplying it manually this time.

java.com.l2jserver.gameserver.model.entit... CTF.java

My "last 2" errors... AT ALL

if i choose Change to "RadarMarker" more errors appear.

wwss.png

 

And on that one i dont know... there is no Option.

wws2.png

Any help?  ::)

 

Look if you have the L2Radar correctly imported:

import com.l2jserver.gameserver.network.serverpackets.RadarControl;
import com.l2jserver.gameserver.model.L2Radar;

 

And for "config.CTF_EVENT_INTERVAL" look if you have modified the config file and insert all the CTF options. If it is not the solution, change the CTF_EVENT_INTERVAL por a numbers of your choose (the real interval between CTF Events).

 

Posted

change the CTF_EVENT_INTERVAL por a numbers of your choose (the real interval between CTF Events).

Give me an Example pls...

How it should look like... Cause... just adding numbers... doesnt working...

And the only solution... that i found until... now... is to fully remove that line...

but in this way... i just cant make CTF Automatic... >.>

+when i'm trying to Edit the event...

if i touch "holding flag time"

it start saying me... Something like you didnt use right that command... or something like that

and then i need to RR the GS... cause //ctf command... or w/e i'm trying to do on the pannel giving me the same... message.

 

  • 2 months later...
Posted

Hello,

I have error with command //ctf

AdminCommandAccessRights: No rights defined for admin command admin_ctf.

 

Files about admin command...

MasterHandler.java:

private static final Class<?>[][] _handlers = 
{
...
        { // Admin Command Handlers
            AdminCTFEngine.class,
...
}

AdminCTFEngine.java

private static final String[] ADMIN_COMMANDS = 
{ "admin_ctf", 
"admin_ctf_name", 
"admin_ctf_desc", 
"admin_ctf_join_loc", 
"admin_ctf_edit", 
"admin_ctf_control", 
"admin_ctf_minlvl", 
"admin_ctf_maxlvl", 
"admin_ctf_tele_npc", 
"admin_ctf_tele_team", 
"admin_ctf_tele_team_base", 
"admin_ctf_tele_flag", 
"admin_ctf_npc", 
"admin_ctf_npc_pos", 
"admin_ctf_reward", 
"admin_ctf_reward_a-beep-t", 
"admin_ctf_team_add", 
"admin_ctf_team_remove", 
"admin_ctf_team_pos", 
"admin_ctf_team_base_pos", 
"admin_ctf_team_color", 
"admin_ctf_team_flag", 
"admin_ctf_join", 
"admin_ctf_teleport", 
"admin_ctf_start", 
"admin_ctf_abort", 
"admin_ctf_finish", 
"admin_ctf_sit", 
"admin_ctf_dump", 
"admin_ctf_save", 
"admin_ctf_load", 
"admin_ctf_jointime", 
"admin_ctf_eventtime", 
"admin_ctf_autoevent", 
"admin_ctf_minplayers",
"admin_ctf_maxplayers", 
"admin_ctf_flagholdtime" 
};

 

What's the problem?

Thx

  • 3 weeks later...
  • 4 weeks later...
  • 4 weeks later...
Posted

i have done the core/dp part... everything work but it dosen't want to start :| i've put time interval in l2jmods.prop 15:00 and nothing .. i wanted to start it from //ctf command and it don't start ...

  • 3 weeks later...
  • 2 weeks later...
  • 4 weeks later...
  • 2 weeks later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...