TheQQmaster
Trolling the Trolls
Posts: 1,532
Joined: Jun 2012
Reputation: 642
Version:
1.4.2.133
|
RE: OOP ISS NOT LEAVING PT
(03-03-2014 02:56 AM)birda91 Wrote: i have been trying to fix leader.lua , issbuffsr.lua , isslindvior.lua fixed and modified ones and all of them work except the iss wont leave the party after its done buffing.. for last 4 hours i been trying to change OOP mode PART i changed every single value from 0 to 1 to 2 to 3 to 4 and nothing , everything from false to true and from true to false and nothing , tried with kick option and still not working , even put 2 ppl in pt to see if it will kick the iss and still nothing , 3 people still the same ... everything that people say in coments i have tried and nothing works... i have put the correct name of leader and iss and other way around even tried runing with both of them and still not leaving the party after done buffing ... now i have 25 versions of same script and it still isnt leaving the party.. HELP OUT
1. i have used search like 20 times and read every single thread and every single comment in each thread
2. i have read everything inside every script and couldnt fix it
3. if you are going to tell me to use search dont even reply please.
who can make it leave party after its done buffing and come again in party to buff when needed can come on chronos i give him 100kk. i know its not much but its something[/code]
how dumb are ppl ?
how u think how script checks?
logical would be that script checks player buffs for invite
that part seems ok, gives pt, but why not leaving? mmmm
Coz need to check buff ids, iss never would can to buff non existing buffs
LUA Programming
function BuffPartyAndLeave( skills, buffsC, classesC, distance, names )
if PartyNeedBuffs( skills, buffsC, classesC, distance ) then
BuffParty( skills, buffsC, classesC, distance )
elseif GetPartyMaster() then
if GetTime() - LastBuffTime > LeaveAfterBuffsTimeout then
LeaveParty()
end
end
end
PUSH IF HELPED
(This post was last modified: 03-03-2014 03:27 AM by TheQQmaster.)
|
|
03-03-2014 03:24 AM |
|
birda91
Expired VIP Member
Posts: 55
Joined: Mar 2013
Reputation: 0
Version:
1.4.2.136
|
RE: OOP ISS NOT LEAVING PT
(03-03-2014 03:22 AM)diegol Wrote: Try this line 821: local shouldLeave = true change fo local shouldLeave = false
Just tried and still not leaving the party after buffs .
im trying to exp subclass and only 1 person in party if that helps
(03-03-2014 03:24 AM)TheQQmaster Wrote: (03-03-2014 02:56 AM)birda91 Wrote: i have been trying to fix leader.lua , issbuffsr.lua , isslindvior.lua fixed and modified ones and all of them work except the iss wont leave the party after its done buffing.. for last 4 hours i been trying to change OOP mode PART i changed every single value from 0 to 1 to 2 to 3 to 4 and nothing , everything from false to true and from true to false and nothing , tried with kick option and still not working , even put 2 ppl in pt to see if it will kick the iss and still nothing , 3 people still the same ... everything that people say in coments i have tried and nothing works... i have put the correct name of leader and iss and other way around even tried runing with both of them and still not leaving the party after done buffing ... now i have 25 versions of same script and it still isnt leaving the party.. HELP OUT
1. i have used search like 20 times and read every single thread and every single comment in each thread
2. i have read everything inside every script and couldnt fix it
3. if you are going to tell me to use search dont even reply please.
who can make it leave party after its done buffing and come again in party to buff when needed can come on chronos i give him 100kk. i know its not much but its something[/code]
how dumb are ppl ?
how u think how script checks?
logical would be that script checks player buffs for invite
that part seems ok, gives pt, but why not leaving? mmmm
Coz need to check buff ids, iss never would can to buff non existing buffs
LUA Programming
function BuffPartyAndLeave( skills, buffsC, classesC, distance, names )
if PartyNeedBuffs( skills, buffsC, classesC, distance ) then
BuffParty( skills, buffsC, classesC, distance )
elseif GetPartyMaster() then
if GetTime() - LastBuffTime > LeaveAfterBuffsTimeout then
LeaveParty()
end
end
end
"Coz need to check buff ids, iss never would can to buff non existing buffs" what does that mean?
you gave me a part of code that is already in script , what do i do with it? delete that part? or just leave that part ? be more specific plz
or better yet post me a script that is already fixed if u can
(This post was last modified: 03-03-2014 03:37 AM by birda91.)
|
|
03-03-2014 03:29 AM |
|
birda91
Expired VIP Member
Posts: 55
Joined: Mar 2013
Reputation: 0
Version:
1.4.2.136
|
RE: OOP ISS NOT LEAVING PT
Solved finally , didn't run the script on iss thats why didnt work -_-
|
|
03-03-2014 05:35 AM |
|