pos line - E.pk - NPC Chat

http://kalserverace.com
Joined
Sep 12, 2006
Messages
477
Reaction score
17
Any one knows how to make more than 2 of this?? After 2 it well not show the chat...

PHP:
(page ( pos  75 240)(font 15)(offset 10)( line ">>Warning: Previous Pimping Will be REMOVED<<")  ( color 2 2 2)   (colorkey 2 2 2)

I know

PHP:
( line ">>Warning: Previous Pimping Will be REMOVED<<")  ( color 2 2 2)   (colorkey 2 2 2)

will work, BUT it well not be in the right spot... can someone tell me what els can i use?

Thank you.

DA Please do not spam, and say **** that will not help this post. Thank you.
 
still dont work.... heres the full codeing...

PHP:
(filechk file_ver (country_type ENG) (filename s000624))
(background
	(font 12) 
	(link system ( param ( width 500) ( height 500) ( style edge title center system) ( caption "Server Ace Bead Of Fire Menu (c) AceSG") ))
)


;Background
( page ( pos  0 0) ( bitmap 'Bead_Of_Fire_sys' 	(colorkey 255 0 255)) )
;----------- Text --------------
(page ( pos  75 150)(font 15)(offset 10)( line ">>Warning: Previous Pimping Will be REMOVED<<")  ( color 2 2 2)   (colorkey 2 2 2)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(page ( pos  75 240)(font 15)(offset 10)( line ">>Warning: Previous Pimping Will be REMOVED<<")  ( color 2 2 2)   (colorkey 2 2 2)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(page ( pos  75 240)(font 15)(line ">>Warning: Previous Pimping Will be REMOVED<<")  ( color 2 2 2)   (colorkey 2 2 2)
))
 
Last edited:
Upvote 0
im makeing a copy of it, for i can learn than moding it added stuff to the quest side... ^_^.
IE. ">>Warning: Previous Pimping Will be REMOVED<<" = bye bye... ill be trying to add it on like mixing stones or something like that.
 
Upvote 0
Your code is sooo broken it took me a while to fix. You are just trying to rip NGX's system. 1st the F1 menu get's ripped from us now people trying to copy the BoF system... I have no nice words for you And no I'm defiantly not going to help you fix that.
 
Upvote 0
im makeing a copy of it, for i can learn than moding

oh ya. i DID NOT "RIP" your F1 menu.


Made by Vladi (c)

I really don't know if he riped it, but i did not.

but back to the BoF, it's like saying HTML is copy righted to one website, or that the letter "a" is copy righted to some guy in Japan. more so its going to be tied into other stuff thats on my server. also like i sead it was for me and only me.

So im sorry if i pissed any one off. ill change it or something, if that all makes u happy.


that i gotta agree with jake. plus ace just to get something straight... you are trying to make your own bead of fire system using valdis repack? right or are you just trying to duplicate the text?

im trying to make my own BoF, BUT useing Jakes and Swarm text as a template... also i dont use valdis repack... Lotus Repack....
 
Last edited:
Upvote 0
oh ya. i DID NOT "RIP" your F1 menu.

Read what i put first before you reply. i said "People" ripped it. i did not accuse you.
I really don't know if he riped it, but i did not.
He did. He told me.
but back to the BoF, it's like saying HTML is copy righted to one website, or that the letter "a" is copy righted to some guy in Japan. more so its going to be tied into other stuff thats on my server. also like i said it was for me and only me.
Actually it was more of the layout. like design of clothing. you are saying a shirt cant be copyrighted, I'm saying the logo on it and the patters, the whole flow of it can be.
So im sorry if i pissed any one off. ill change it or something, if that all makes u happy.
How about making your own layout instead of blatantly copying mine.
copying layout, wording....

im trying to make my own BoF, BUT useing Jakes text as a template... also i dont use valdis repack... Lotus Repack....

Make your own, no you wanted to make a copy. and it's not a template to be copied, it's our material, not yours. Yet you use the F1 Vladi designed

Made by Vladi (c)
 
Upvote 0
he oked. as long as i left that so i did.
so ok ill change it.
like i sead I'm sorry if i pissed any one off.

F1. so im takeing u would like it if i make it say "Made by swarm and Vladi (c)"?
 
Upvote 0
Code:
(filechk file_ver (country_type ENG) (filename s000624))
(background
	(font 12) 
	(link system ( param ( width 500) ( height 500) ( style edge title center system) ( caption "Server Ace Bead Of Fire Menu (c) AceSG") ))
)


;Background
( page ( pos  0 0) ( bitmap 'Bead_Of_Fire_sys' 	(colorkey 255 0 255)) )
;----------- Text --------------
(page
	( pos  20 170)
	(offset 10)
	( button ( param load "s000625" ) 	(colorkey 0 0 0) (bitmap "empbut") (text "Knight") 	( color 255 255 255))
)
(page
	( pos  100 170)
	(offset 10)
	( button ( param load "s000626" ) 	(colorkey 0 0 0) (bitmap "empbut") (text "Archer") 	( color 255 255 255))
)
(page
	( pos  180 170)
	(offset 10)
	( button ( param load "s000627" ) 	(colorkey 0 0 0) (bitmap "empbut") (text "Mage") 	( color 255 255 255))
)
))
 
Upvote 0
hmmm... This F1 i made totally ALONE ><

i riped one time something... it was old swarm f1... but i only did it for some reason which i wont repeat agian... anyway i didnt used his f1

and i made this F1 and every dat on my files ALONE... thx ;)
 
Upvote 0
Back