Jump to content
  • 0

[Disable Attack] in Custom Job


dhaisuke

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   2
  • Joined:  06/07/12
  • Last Seen:  

Hi Guys I have already my custom job, but when attacking its show a sword, what I want is to disable attack when change into my custom job

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

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.

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   2
  • Joined:  06/07/12
  • Last Seen:  

where I can find that?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   137
  • Joined:  02/26/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   2
  • Joined:  06/07/12
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...