Jump to content
  • 0

[Disable Attack] in Custom Job


Question

4 answers to this question

Recommended Posts

Posted

Well I know you if switch to a group with the following permissions, you'll be unable to attack anything:

 

---------------------------------------

*disable_pvm

Prevents player from attacking monsters.

---------------------------------------

*disable_pvp

Prevents player from attacking other players.

---------------------------------------

Posted

.../Conf/groups.txt
 

{
	id: 99
	name: "Admin"
	level: 99
	inherit: ( "Support", "Law Enforcement" )
	commands: {
		/* not necessary due to all_commands: true */
	}
	log_commands: true
	permissions: {
		can_trade: true
		can_party: true
		all_skill: false
		all_equipment: false
		skill_unconditional: true
		use_check: true
		use_changemaptype: true
		all_commands: true
		channel_admin: true
		can_trade_bounded: true
		item_unconditional: true
		join_chat: true
		kick_chat: true
		view_hpmeter: true
		view_equipment: true
		any_warp: true
		receive_requests: true
		show_bossmobs: true
		disable_pvp: false
		disable_pvm: false
	}
}

just add it to your rank/GM level that you want it to and set it to true

Posted

hi Sir it is a custom job how can it relate to group id?

 

my problem is

Hi I have my custom Job Hokage, its now working but my next problem is when Monster Attack my custom or I attack monster its crashes the server

can anyone help me with this

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...