Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
imDiogo
yeah ik, but the npc doesnt even start.
Oh dear God.. you're really lame... learn Java before just copy pasting without having idea of what you're doing...
It doesn't works because you don't have the method... someone else even told you that... God...
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
XxОsirisxX
Tell me the reasons you thinks so.. so I can tell you're not talking out of your ass...
PHP Code:
if (cm.getVotePoints() >= (selection << 2 | 1) * 3) {
That is the part (along with the other check) that didn't really make sense to use it to me, why are you shifting selection 2 | 1 bits to the left? I understand why your multiplying it by 3, its cause of 3 vote points, but there has to be another way to handle it without using that. It just doesn't make sense to use it here, thats all I'm saying, the show-off thing was more of a joke :ott1:
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
Soulfist
That is the part (along with the other check) that didn't really make sense to use it to me, why are you shifting selection 2 | 1 bits to the left? I understand why your multiplying it by 3, its cause of 3 vote points, but there has to be another way to handle it without using that. It just doesn't make sense to use it here, thats all I'm saying, the show-off thing was more of a joke :ott1:
You tell me an arithmetic way to do this...
I couldn't thinks of a easier way to do so... it wasn't to show off, it's just better.
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
XxОsirisxX
You tell me an arithmetic way to do this...
I couldn't thinks of a easier way to do so... it wasn't to show off, it's just better.
To be honest im bad at maths, I just know theres another way :D. Your probably right though, its simpler than the way i was thinking of. And like i said. Calling you a show off was a joke :cool:
Re: [Add On] Vote point exchange npc
this npc fucked my server!!!
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
imDiogo
this npc fucked my server!!!
And how did it do that? If your getting error nulled exception 51 or something u need to add a ? at the end of the long line of ? marks i forgot to put that up there in the method guide.
Re: [Add On] Vote point exchange npc
Did your server get pregnant?
sel isn't defined, so idk what people expect this npc to do. I'll try it though, with Osiris' revisions and some of my own.
Re: [Add On] Vote point exchange npc
Can this be used for v75 :o ?
Noob question soz T.T
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
Costar
Can this be used for v75 :o ?
Noob question soz T.T
it can u may have to add the method but v75 source codeing is diffrent.
@aikg2k3 It exchanges vote points for items... obviously and my version works perfectly fine it just isnt as short as the others.
Re: [Add On] Vote point exchange npc
i get errors when i run my server. It says, it can not find "vote point" collumn. But i have vote point collumn....
Re: [Add On] Vote point exchange npc
You need to have the votepoint colum named exactly as it is in savetoDB.
Off topic this is kinda old and you revived it lol
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
shadowzzz
You need to have the votepoint colum named exactly as it is in savetoDB.
Off topic this is kinda old and you revived it lol
well, i want a vote point exchange npc.... but where do i put the collumn?
Re: [Add On] Vote point exchange npc
u put the colum in your database lol dosent matter where just needs to be in there.
Re: [Add On] Vote point exchange npc
Quote:
Originally Posted by
shadowzzz
u put the colum in your database lol dosent matter where just needs to be in there.
It IS in there... and i dont have omok ties in the place ur talking about. like where it says, "find omok ties" can u give me a video help or somthing? or make another tutorial with thepack repack?:glare:
Re: [Add On] Vote point exchange npc
lol thats why it isent working. This works with moople dev its a little diffrent for the older codeing styles. Theres already a method released for the old style codeing on here somewhere... (i call it old style because it has command processors etc.)