Page 13 of 43

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 10:40 am
by iSean
If you do 2 line maps I can't help you :(

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 10:53 am
by sadben
ah.. i figured out why i was dropping.
may i ask how do you make a mini teleport?

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 3:16 pm
by iSean
X(+1 Number in front of your portal and you get your portal number ) - WzSubProperty
pn - WzStringProperty
pt - WzConpressedIntProperty
tm - WzConpressedIntProperty
tn - WzConpressedIntProperty
x - WzConpressedIntProperty
y - WzConpressedIntProperty

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 4:49 pm
by sadben
ahh okay thanks alot! :D

ah dang my tele does not work.
can you help me check whats wrong?
I added 3 and 4
portal
0
1
2
3
l-pn (left1)
l-pt (1)
l-tm (250010000)
l-tn (right1)
l-x (271)
l-y (-248)
4
l-pn (right1)
l-pt (1)
l-tm (250010000)
l-tn (left1)
l-x (1125)
l-y (-81)

ah and this is map 250010000

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 4:50 pm
by arthritis
thanks for the tutorial. will this work in almost any map? and are you allowed to loot the drops? wont a/b or anything right.

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 5:13 pm
by iSean
No You are not able to loot the dropping :(
If you wan to loot able in c-2.
Since mob are below the spot you standing :P

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 9:33 pm
by Susashiden
iSean wrote:X(+1 Number in front of your portal and you get your portal number ) - WzSubProperty
pn - WzStringProperty
pt - WzConpressedIntProperty
tm - WzConpressedIntProperty
tn - WzConpressedIntProperty
x - WzConpressedIntProperty
y - WzConpressedIntProperty
You got error O.o

pn - WzString
pt - WzInt
tm - WzInt
tn - WzString (not INT)
x - WzInt
y - WzInt

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sat Dec 19, 2009 10:27 pm
by sadben
yeah, i already changed that. (still not working :( )

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sun Dec 20, 2009 1:08 am
by iSean
X(+1 Number in front of your portal and you get your portal number ) - WzSubProperty
pn - WzStringProperty
pt - WzConpressedIntProperty
tm - WzConpressedIntProperty
tn - WzStringProperty
x - WzConpressedIntProperty
y - WzConpressedIntProperty

Example:

5 - WzSubProperty
pn (up15) - WzStringProperty
pt (1)- WzConpressedIntProperty
tm (Map name)- WzConpressedIntProperty
tn (up16)- WzStringProperty
x (A number that you wanted to render look X and Y from the top of Map Render Do It Before making portal)- WzConpressedIntProperty
y (A number that you wanted to render look X and Y from the top of Map Render Do It Before making portal)- WzConpressedIntProperty

6 - WzSubProperty
pn (up16) - WzStringProperty
pt (1)- WzConpressedIntProperty
tm (Map name)- WzConpressedIntProperty
tn (up15)- WzStringProperty
x (A number that you wanted to render look X and Y from the top of Map Render Do It Before making portal)- WzConpressedIntProperty
y (A number that you wanted to render look X and Y from the top of Map Render Do It Before making portal)- WzConpressedIntProperty

Re: [Tutorial] How to made F0rceVac The Simple Way-iSean

Posted: Sun Dec 20, 2009 8:48 am
by sadben
Ah! it works now thank you very much. :D