Jump to content
  • 0

[question] Buffer scheme


Rzeszut

Question

8 answers to this question

Recommended Posts

  • 0

do not touch the __ init__ that has nothing to do.

 

I have no idea where are defined buffs in his buffer. But generally it's in __init__, if event bla bla.

 

-----

 

 

I don't know, ok nice nice haha please pm me and help me :(

If you don't do it on your own, you won't learn. Search where are defined buffs, and change it's lvl's.

 

Ex.

 

Dance of Vampire ID 3120 lvl 1 - it's normal vampire buff, but when u set lvl 130, it will be +30 Time.

 

Check enchantskill .sql or .xml format, search for lvl and edit it in scheme.

Link to comment
Share on other sites

  • 0

we talk about the skills this has nothing to do with the __ init__ skills is based on the level of the Skills navicat

 

What the fack are you talking about. He wants to change his scheme buffs from buffer, so he have to change the levels of scheme.

As I said, in my buffer everything is stored in buffer's __init__, ex

 

		#Fighter Buffs
		if event == "76":
			st.takeItems
			SkillTable.getInstance().getInfo(1040,3).getEffects(st.getPlayer(),st.getPlayer())
			SkillTable.getInstance().getInfo(1036,2).getEffects(st.getPlayer(),st.getPlayer())
			SkillTable.getInstance().getInfo(1268,4).getEffects(st.getPlayer(),st.getPlayer())
			and so on..

 

So, he have to change lvls from init..

Link to comment
Share on other sites

  • 0

In this case yup, he have to change it via Navicat, buffer_buff_list table.

Like I said, "in my buffer" it's via init. :P

Anyway, we gave him the answer, so rest repend from him. :)

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.
Note: Your post will require moderator approval before it will be visible.

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