RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Kingdom Hearts Bar

0 Members and 1 Guest are viewing this topic.

****
Rep:
Level 91
Here for you,



add at the end of Window_Base:

Code: [Select]
def dibuja_angulo(actor, x,y,radio,ancho)
  i=0.25
ang_ini = 0
if actor.hp >= (actor.maxhp.to_i*75)/100
ang_fin = 270
w = actor.hp - (actor.maxhp*75)/100
else
ang_fin = (actor.hp*360)/actor.maxhp
w = 0
end
for j in 1..ancho
while (i<=ang_fin)
   lax = Math.cos(((i+90)*Math::PI)/180)*(radio+j)
   lay = Math.sin(((i+90)*Math::PI)/180)*(radio+j)
   contents.set_pixel(x+lax,y+lay,Color.new(55, 250-j*5,55 ,255))
i= i + 0.25
end
contents.fill_rect(x,y+(radio)+j, w,1, Color.new(55, 250-j*5,55 ,255))
i=0.25
end
w = actor.sp/3
for j in 1..(7*ancho/8)
contents.fill_rect(x,y+((7)*radio/8)+j, w,1, Color.new(55, 55 ,250-j*5,255))
end

w = (actor.hp/6)
for j in 0..w #j es la x e y la y
i = ((j*j/2)-(j) )/200 + (ancho/4)
contents.fill_rect(x+j+(radio), y-i+((4)*radio/8),1,ancho+i, Color.new(255, 100+j, 100-i, 255))
end
end

end


and in Window_Status

Code: [Select]
dibuja_angulo(@actor, x+40,y+100,30,3)
I'm the Alpha and the Omega, the First and the Last, the Beginning and the End.

http://qualquek.miniville.fr/
http://www.dailymotion.com/bookmarks/ojah/video/x27l78_jake-simpson-stevie-wonder-isnt-she_music

My padawan (Tsunokiette) and me :p
http://www.team-aaa.com/root/profile.php?enter_id=614556
http://www.esl.eu/fr/player/2609080/
I'm French so forgive my bad english!

***
Rep: +0/-0Level 89
um is that kh?
I dont think it looks like it

****
Rep:
Level 91
Are u really played to KH??
I'm the Alpha and the Omega, the First and the Last, the Beginning and the End.

http://qualquek.miniville.fr/
http://www.dailymotion.com/bookmarks/ojah/video/x27l78_jake-simpson-stevie-wonder-isnt-she_music

My padawan (Tsunokiette) and me :p
http://www.team-aaa.com/root/profile.php?enter_id=614556
http://www.esl.eu/fr/player/2609080/
I'm French so forgive my bad english!

***
Rep: +0/-0Level 89
Yes. I have it for the gba and ps2.

*
Full Metal Mod - He will pillage your women!
Rep:
Level 93
The RGSS Dude
Nice job (it's a lot like KH)

@LinkaN - you're probably thinking that because you're used to seeing a face as opposed to the sprite, etc.
"The wonderful thing about Tiggers
Is Tiggers are wonderful things
Their tops are made out of rubber
Their bottoms are made out of springs

They’re bouncy, trouncy, flouncy, pouncy
Fun, fun, fun, fun, fun!
But the most wonderful thing about Tiggers
Is I’m the only one, I’m the only one."

*
Resident Cloud
Rep:
Level 91
it seems wonkey to me or is it just the screenie

****
Rep:
Level 91
I know it's not EXACTLY like KH but it's look like no?
I'm the Alpha and the Omega, the First and the Last, the Beginning and the End.

http://qualquek.miniville.fr/
http://www.dailymotion.com/bookmarks/ojah/video/x27l78_jake-simpson-stevie-wonder-isnt-she_music

My padawan (Tsunokiette) and me :p
http://www.team-aaa.com/root/profile.php?enter_id=614556
http://www.esl.eu/fr/player/2609080/
I'm French so forgive my bad english!

**
Rep: +0/-0Level 89
That looks exactly like one that I saw on this site before.  I think I saw it like a week ago.

***
Rep: +0/-0Level 89
crap im getting a syntax error on line 355. I stuck the first script at the bottem of window base, and the secon one at the bottem of window status. I must be sticking this in wrong. can somone plz help?
I'LL EAT YOUR BABYS!!!

Copella
Check out my website for details about my upcoming game

**
Rep: +0/-0Level 89
i keep getting syntax errors too...

*******
I am epic, you are not.
Rep:
Level 93
Defender of Justice
it looks KINDOF like it...


the circle actually goes around the picture starting on the left and going up and around to the right, and it has blocks instead of one long bar, but its pretty good anyways.