Jump to content
  • 0

Add skill GREED to all character


jayvz17

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  04/08/14
  • Last Seen:  

Hi, 

How to add skill GREED to all character jobs?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  927
  • Reputation:   168
  • Joined:  04/05/13
  • Last Seen:  

Add on db > re > skill_tree (Every jobs)

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   39
  • Joined:  01/13/12
  • Last Seen:  

You can do this too:

Spoiler

-	script	Give Greed#1	-1,{
	end;

	OnPCLoginEvent:
		if (getskilllv(1013) <= 0)
		{
			skill 1013, 1, 3;
		}
	end;
}

 

 

  • Love 1
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  04/08/14
  • Last Seen:  

26 minutes ago, Cretino said:

You can do this too:

  Hide contents


-	script	Give Greed#1	-1,{
	end;

	OnPCLoginEvent:
		if (getskilllv(1013) <= 0)
		{
			skill 1013, 1, 3;
		}
	end;
}

 

 

Thanks ? its working. I tot this modification is in SRC 

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