<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Goku jnr's site</title>
        <link>http://www.byond.com/members/Gokujnr</link>
        <description></description>
        <lastBuildDate>Fri, 10 Feb 2012 21:55:42 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>This idiot called Bigboi5</title>
            <link>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=278167</link>
            <guid>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=278167</guid>
            <pubDate>Fri, 14 Aug 2009 07:46:19 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Gokujnr?command=view_comments&amp;post=278167#comments</comments>
            
            <description>This idiot called Bigboi5 is using my Internet Connection, the only way I know how this is possible is by him using a Laptop. I live on a block, which has like 500 to 1000 people on it. My brother's Laptop is the only Laptop which is said to be using my Internet Connection...&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;My broadband connection&lt;br&gt;
Your broadband line is connected.&lt;br&gt;
Broadband connection details:&lt;br&gt;
Downstream 8,096 Kbps&lt;br&gt;
Upstream 448 Kbps&lt;br&gt;
Connection time 8 days, 19:33:31&lt;br&gt;
Data transmitted 1.96 GB&lt;br&gt;
Data received 24.92 GB&lt;br&gt;
Broadband user name bthomehub@btbroadband.com&lt;br&gt;
&lt;br&gt;
My telephones&lt;br&gt;
Current settings for the telephones and handsets connected to your BT Home Hub.&lt;br&gt;
Calls to: Will ring: Status:&lt;br&gt;
My landline None of the Hub Phones&lt;br&gt;
&lt;br&gt;
There is no Broadband Talk account associated with your Home Hub.&lt;br&gt;
To activate your Broadband Talk account click here&lt;br&gt;
To view or change settings click here&lt;br&gt;
&lt;br&gt;
My home network&lt;br&gt;
Devices connected to your BT Home Hub.&lt;br&gt;
Wireless: No devices detected&lt;br&gt;
Ethernet: No devices detected&lt;br&gt;
USB: UPSTAIRS&quot;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Your IP Address Is: 86.166.83.156&quot;&lt;br&gt;
&lt;br&gt;
He has been going around BYOND doing retarded stuff like advertising, one of the games that I'm playing right now is Dragonball Finale. He has advertised on the server I'm on, getting me banned. My brother does not play BYOND he is 20... This is really annoying, because if some idiot using my IP address is going around on the games I play and getting banned I can't play.&lt;br&gt;
&lt;br&gt;
This is the second game it says I'm banned on, the other being GOA. When I log into the server he is on it says &quot;You're banned. No multiple connections allowed&quot;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.byond.com/members/Bigboi5&quot;&gt;http://www.byond.com/members/Bigboi5&lt;/a&gt; &amp;lt;--- Look at his favorite game. GOA. Which I gave up on playing because it kept on saying I was banned on the server I liked to play on.&lt;br&gt;
&lt;br&gt;
&amp;lt;--(9:27 am) Archonex: I'll set your ban to a timer. Three days.&lt;br&gt;
--&amp;gt;(9:29 am) Archonex: Still not comfortable with that. But so be it. If I get some more evidence I'll send that too.&lt;br&gt;
&lt;br&gt;
Just got banned 14 minutes ago.&lt;br&gt;
&lt;br&gt;
I would like a BYOND Staff Member to check the IP Address of Bigboi5 and me, please. If he is using my Internet, then I'll have to block all incoming connections with a Master Password.</description>
        </item>
                <item>
            <title>Client.eye help</title>
            <link>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=264338</link>
            <guid>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=264338</guid>
            <pubDate>Tue, 03 Feb 2009 17:55:28 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Gokujnr?command=view_comments&amp;post=264338#comments</comments>
            
            <description>&lt;b&gt;Code:&lt;/b&gt;&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
turf&lt;br&gt;    Skill_Tree&lt;br&gt;        icon=&lt;span class=&quot;dmstring&quot;&gt;'Skill Tree.jpg'&lt;/span&gt;&lt;br&gt;        density=1&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;        skillt=0&lt;br&gt;mob&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;        Skill_Tree()&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;set&lt;/span&gt; hidden=1&lt;br&gt;            SkillTree()&lt;br&gt;mob&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;proc&lt;/span&gt;&lt;br&gt;        SkillTree()&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(src.skillt==0)&lt;br&gt;                src.client.eye=locate(27,9,20)&lt;br&gt;                src.skillt=1&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;                src.skillt=0&lt;br&gt;                src.client.eye=src
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
This doesn't work for some strange reason, I can't see why. As you can see hear I have set the skill4 value to 1, meaning it's being viewed. When I use the Skill Tree verb it goes to a black screen, in this case 27,9,20. I placed the Skill Tree.jpg over 27,9,20 next to my Login Screen. Instead of seeing the skill tree, I just get a black screen? This is hardly the coding error but I don't have any other way of having a skill tree. Could you either help me figure out this problem or suggest me another way of seeing the skill tree please?&lt;br&gt;
&lt;br&gt;
Goku jnr</description>
        </item>
                <item>
            <title>Need help: Buildings</title>
            <link>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=258270</link>
            <guid>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=258270</guid>
            <pubDate>Sun, 12 Oct 2008 10:42:15 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Gokujnr?command=view_comments&amp;post=258270#comments</comments>
            
            <description>I'm trying to build outerwalls for Naruto type villages and buildings for it. I'm not sure how to start it off, should I do a repetitive wall? Were when next to each other they makes rows of the same thing? Or should I make it a bit more wooden..</description>
        </item>
                <item>
            <title>No Topic</title>
            <link>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=264170</link>
            <guid>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=264170</guid>
            <pubDate>Thu, 14 Aug 2008 17:51:28 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Gokujnr?command=view_comments&amp;post=264170#comments</comments>
            
            <description>&lt;b&gt;Code: Skill Tree System&lt;/b&gt;&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
mob/&lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;    Skill_Tree=0&lt;br&gt;&lt;br&gt;&lt;br&gt;turf&lt;br&gt;    ST&lt;br&gt;        icon=&lt;span class=&quot;dmstring&quot;&gt;'ST.dmi'&lt;/span&gt;&lt;br&gt;        icon_state=&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;test&amp;quot;&lt;/span&gt;&lt;br&gt;    ST2&lt;br&gt;        icon=&lt;span class=&quot;dmstring&quot;&gt;'ST.dmi'&lt;/span&gt;&lt;br&gt;        icon_state=&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;rest&amp;quot;&lt;/span&gt;&lt;br&gt;&lt;br&gt;mob&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;        Skill_Tree()&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(Skill_Tree==0)&lt;br&gt;                Skill_Tree=1&lt;br&gt;                src.client.eye=locate(1,1,10)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;return&lt;/span&gt;&lt;br&gt;                src.client.eye=src
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:&lt;/b&gt;I'm trying to code in a Skill Tree. This is what I have created. I attempted to make it so that the var Skill_Tree starts at zero. When you click the verb Skill Tree, the var would change to 1, activating the locate. It works at first locating the client.eye to a place unknown.. Then. It wouldn't return, any help?&lt;br&gt;
&lt;br&gt;</description>
        </item>
                <item>
            <title>Direction Training</title>
            <link>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=272442</link>
            <guid>http://www.byond.com/members/Gokujnr?command=view_post&amp;post=272442</guid>
            <pubDate>Sun, 13 Jul 2008 11:58:19 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Gokujnr?command=view_comments&amp;post=272442#comments</comments>
            
            <description>Seeing how most game training grinds, I tried to make my game special. I can't seem to figure out what makes this not work... I tried to make it that if you click the south direction you punch. I did this first so that I would get it straight and it would be much easier to do with the other directions.&lt;br&gt;
&lt;br&gt;
mob&lt;br&gt;
verb&lt;br&gt;
Train()&lt;br&gt;
set category=&quot;Shadow Sparring&quot;&lt;br&gt;
if(rest==0 &amp;&amp; med==0 &amp;&amp; stamina &amp;gt;=5)&lt;br&gt;
if(train==0)&lt;br&gt;
src &amp;lt;&amp;lt; &quot;&lt;font size=&quot;1&quot;&gt;&lt;b&gt;You have activated training session, to train succesfully you must use the direction pad to either train punches, elbows or kicks. The down arrow trains punches while the left and right trains kicks and extended attacks(headbutts and elbows)&quot;&lt;br&gt;
train=1&lt;br&gt;
icon_state=&quot;Train&quot;&lt;br&gt;
move=0&lt;br&gt;
else&lt;br&gt;
src &amp;lt;&amp;lt; &quot;&lt;font size=&quot;1&quot;&gt;&lt;b&gt;You stop training&quot;&lt;br&gt;
train=0&lt;br&gt;
icon_state=&quot;&quot;&lt;br&gt;
move=1&lt;br&gt;
mob&lt;br&gt;
proc&lt;br&gt;
South()&lt;br&gt;
if(src.mob.dir==SOUTH &amp;&amp; train=1)&lt;br&gt;
src &amp;lt;&amp;lt; &quot;You throw a punch&quot;&lt;br&gt;
&lt;br&gt;
It always says the vars are false and during testing when I got it to work, it didn't stop when stamina was depleted.&lt;br&gt;
&lt;br&gt;
I was wondering if someone could code in a system for me which I would study upon and try and do one myself.&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;</description>
        </item>
            
    </channel>
</rss>


