Rzeszut Posted June 23, 2012 Posted June 23, 2012 Hello , i have buffer with sheme , please help me make a buffs on + , mhm i have ziton buffer :) very thanks on help me :) Quote
0 Rzeszut Posted June 24, 2012 Author Posted June 24, 2012 Chrisz ok nice , this is forum i have problem , ok search heh :) please add link to tutorial , or help me this is forum ? Quote
0 Rzeszut Posted June 25, 2012 Author Posted June 25, 2012 Its ok ok :) heh how to make buffs on enchant in buffer :) ziton? heh please help me Quote
0 SweeTs Posted June 25, 2012 Posted June 25, 2012 Check what id/lvl of skill is defined for ++ buff and change to it in buffers __init__? Quote
0 Rzeszut Posted June 25, 2012 Author Posted June 25, 2012 I don't now , ok nice nice haha please pm me and help me :( Quote
0 SweeTs Posted June 25, 2012 Posted June 25, 2012 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. Quote
0 SweeTs Posted June 26, 2012 Posted June 26, 2012 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.. Quote
0 SweeTs Posted June 27, 2012 Posted June 27, 2012 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. :) Quote
Question
Rzeszut
Hello , i have buffer with sheme , please help me make a buffs on + , mhm i have ziton buffer :) very thanks on help me :)
8 answers to this question
Recommended Posts
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.