Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

Page 14 of 103 FirstFirst ... 46789101112131415161718192021222464 ... LastLast
Results 196 to 210 of 1536
  1. #196
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    Re: Sierra - [C# - R63 - New Encoding - MySQL]

    Quote Originally Posted by Zak© View Post
    Is that why you switched to Itach's emulator.

    Or are you stopping?
    I said I switched to the revision of swfs that Neutrino runs.
    Also I don't like development threads. I'll keep on releasing. But no development thread.

    You can look at the source at:
    https://github.com/QuacksterNET/SierraJAVA

    (the packet handler is broken - I forgot to call the register function, I tried to upload the fixed one now; along with more features I coded, but the school network blocks port 22)

    Pretty sure I am original.

    --

    (yes I know I don't use all the variables)
    Code:
    package sierra.habbohotel.rooms;
    
    import java.util.ArrayList;
    import java.util.List;
    
    import sierra.network.clients.Session;
    import sierra.packetparse.ServerMessage;
    
    public class Room {
    
        public int Id;
        public int OwnerId;
        public String OwnerName;
        public String Name;
        public String Description;
        public String Model;
        public int State;
        public int Score;
        public int Category;
        public int Wall;
        public int Floor;
        public Boolean Pets;
        public Boolean PetsCanEat;
        public double Landscape;
        public List<Session> SessionList;
    
        public Room(int Id, int OwnerId, String OwnerName, String Name, String Description, String Model)
        {
            this.Id = Id;
            this.OwnerId = OwnerId;
            this.OwnerName = OwnerName;
            this.Name = Name;
            this.Description = Description;
            this.Model = Model;
            this.SessionList = new ArrayList<Session>();
        }
        public void SendUsers(ServerMessage Response)
        {
            for (Session Client : SessionList)
            {
                Client.Send(Response);
            }
        }
        public void LeaveRoom(Session mSession)
        {
            this.SessionList.remove(mSession);
        }
    }
    --

    Thread request to be closed please. I need a break from development.
    Last edited by Quackster; 27-03-12 at 01:56 AM.

  2. #197
    ex visor Aaron is offline
    MemberRank
    May 2007 Join Date
    MichiganLocation
    4,028Posts

    Re: Sierra - [C# - R63 - New Encoding - MySQL]

    Thread closed.

  3. #198
    Ex-Supervisor Sean is offline
    LegendRank
    Jun 2007 Join Date
    JerseyLocation
    4,097Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Thread reopened upon request.

  4. #199
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Awesome!
    I wanted to not have my development open for a little while anyway I have updates



    (I used Phoenix's catalougue database)


    (room entering done)


    All the changes have been pushed to Git along with the cms.

    https://github.com/QuacksterNET/SierraJAVA
    https://github.com/QuacksterNET/SierraCMS

  5. #200
    Enthusiast Futurama is offline
    MemberRank
    Mar 2012 Join Date
    33Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    When will you release the cms. ?

  6. #201
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Finished Spaces support and Trophies.. (although not sure if I have enough packets for Trophies)




  7. #202
    Enthusiast P Lambda is offline
    MemberRank
    Mar 2012 Join Date
    United KingdomLocation
    40Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    A question.. you're using Neutrino's SWF release right?
    Are you taking IDs and structures from Neutrino?

    I hope this will be better than Neutrino.

  8. #203
    hi i'm robbie Roper is offline
    MemberRank
    Oct 2008 Join Date
    /home/roperLocation
    2,283Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by Quackster View Post
    Finished Spaces support and Trophies.. (although not sure if I have enough packets for Trophies)



    Fantastic progress Alex, downloaded the latest rev and im gunna mess with it LOL

    -inb4 pc breaks-

  9. #204
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by P Lambda View Post
    A question.. you're using Neutrino's SWF release right?
    Are you taking IDs and structures from Neutrino?

    I hope this will be better than Neutrino.
    I'm using a swf release Neutrino uses. But Neutrino doesn't own that release.
    Last edited by Quackster; 30-03-12 at 03:52 PM.

  10. #205
    Enthusiast Futurama is offline
    MemberRank
    Mar 2012 Join Date
    33Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    I don't get it , When you releasing Fully Cms.

  11. #206
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Here it always gives error in CMS "Fatal error: Call to a member function GenerateIndex() on a non-object in C:\xampp\htdocs\sierra\index.php on line 24"

    Is to fix this?

    And within the DB when I try to import SierraJava always gives error:
    Spoiler:
    There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

    ERROR: Unknown Punctuation String @ 122
    STR: <<<<<<<
    SQL: /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;# MySQL returned an empty result set (i.e. zero rows).

    <<<<<<< HEAD
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    <<<<<<< HEAD
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    <<<<<<< HEAD
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    <<<<<<< HEAD
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    <<<<<<< HEAD
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;


    SQL query:

    <<<<<<< HEAD /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;

    MySQL said: Documentation
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<<<<<<< HEAD
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */' at line 1
    Last edited by jomp16; 30-03-12 at 04:06 PM.

  12. #207
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]


  13. #208
    Account Upgraded | Title Enabled! =dj.matias= is offline
    MemberRank
    Apr 2008 Join Date
    FinlandLocation
    381Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    SSO login would be nice :)

  14. #209
    Valued Member jomp16 is offline
    MemberRank
    Jan 2012 Join Date
    BrazilLocation
    115Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    What is the download link for the Habbo.swf so I can use here?

    http://forum.ragezone.com/f353/full-...5503-a-829357/ ?

    I need to use only the RELEASE63-201201190922-633225503?

    And the CMS and DB worked.

  15. #210
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,476Posts

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty]

    Quote Originally Posted by jomp16 View Post
    What is the download link for the Habbo.swf so I can use here?

    http://forum.ragezone.com/f353/full-...5503-a-829357/ ?

    I need to use only the RELEASE63-201201190922-633225503?

    And the CMS and DB worked.
    Yes use that one.



Advertisement