Bunny GunZ 1.5 Emulator

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 39
  1. #16
    GunZ Developer dacharles is offline
    MemberRank
    Oct 2006 Join Date
    476Posts

    Re: Bunny GunZ 1.5 Emulator

    Hey on the packet where you send the CharInfo I wont paste the whole bytes jus this

    //Since faggots will be faggots.
    //This is acctually a list: UInt64[17] CIID, UInt32[17] Quantity


    what are the quantitys for?

  2. #17
    Valued Member ssj400 is offline
    MemberRank
    Jul 2005 Join Date
    119Posts

    Re: Bunny GunZ 1.5 Emulator

    works fine with mysql btw :)(converted the db) great job!

  3. #18
    Banned Blasian is offline
    BannedRank
    Aug 2009 Join Date
    California, USLocation
    773Posts

    Re: Bunny GunZ 1.5 Emulator

    Anyone have a *.mef disabled Runnable of this?
    With *.mef files extracted?

    Edit
    I just need the decompiled zitem, ect. So I can test certain items. :o
    Last edited by Blasian; 10-04-11 at 02:25 AM. Reason: found it

  4. #19
    Apprentice Wizshtra is offline
    MemberRank
    Apr 2011 Join Date
    15Posts

    Re: Bunny GunZ 1.5 Emulator

    Good work effort , i love the progress keep up the good work

  5. #20
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Bunny GunZ 1.5 Emulator

    use Gunzdb

    ALTER TABLE Character ADD avatar_slot int, community1_slot int, community2_slot int, longbuff1_slot int, longbuff2_slot int
    ALTER TABLE CharacterItem ADD quantity int

  6. #21
    Account Upgraded | Title Enabled! jewness12 is offline
    MemberRank
    Aug 2009 Join Date
    213Posts

    Re: Bunny GunZ 1.5 Emulator

    Thats the great stuff you're making here.
    Don't let those little nibbies knock you down ;)

  7. #22
    Ran Dev allen003 is offline
    MemberRank
    Sep 2009 Join Date
    PhilippineLocation
    663Posts

    Re: Bunny GunZ 1.5 Emulator

    Code:
    [4/14/2011 5:03:14 PM] - Main - 634383973944887422
    [4/14/2011 5:03:14 PM] - Initialize - Error Initializing DB: Cannot open database "GunzDB" requested by the login. The login failed.
    Login failed for user 'MyOwn-PC\myown'.
    [4/14/2011 5:03:14 PM] - Main - Failed to connect to database!
    Press Enter to exit!
    what the?

  8. #23
    @ your moms bed thajj is offline
    MemberRank
    Apr 2007 Join Date
    The NetherlandsLocation
    647Posts

    Re: Bunny GunZ 1.5 Emulator

    The download has been putten down? i cant find the files under the download tab?

  9. #24
    Member 5igma is offline
    MemberRank
    Apr 2008 Join Date
    64Posts

    Re: Bunny GunZ 1.5 Emulator

    use svn checkout. Don't use the download from the site. Also I'm abit new to gunz. I've programmed here before for maple. Can someone help me get the client working? I've got the server side working already. When I run my client and type in the login info I cant click on the connect button :S

  10. #25
    Apprentice kisle is offline
    MemberRank
    Jul 2010 Join Date
    24Posts

    Re: Bunny GunZ 1.5 Emulator

    when will be ready?

  11. #26
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: Bunny GunZ 1.5 Emulator

    i don't like to use this in mysql
    is this compatible with GunzDB of phoenix and then i will execute this missing table
    Code:
    ALTER TABLE Character ADD avatar_slot int, community1_slot int, community2_slot int, longbuff1_slot int, longbuff2_slot int
    ALTER TABLE CharacterItem ADD quantity int
    Then i will use this config.xml
    Spoiler:
    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <Config>
            <Database>
                    <Host>TRINITYWORKSTAT\SQLEXPRESS</Host>
                    <DatabaseName>EmuDB</DatabaseName>
                    <WindowsAuth>True</WindowsAuth>
                    <User>emu</User>
                    <Pass>emudb</Pass>
            </Database>
           
            <TCP>
                    <Port>6000</Port>
                    <Backlog>4</Backlog>
                    <ReceiveBuffer>8192</ReceiveBuffer>
                    <SendBuffer>8192</SendBuffer>
            </TCP>
           
            <UDP>
                    <Port>7777</Port>
                    <Buffer>1024</Buffer>
            </UDP>
           
            <Locator>
                    <IP>127.0.0.1</IP>
                    <Port>8900</Port>
            </Locator>
           
            <Agent>
                    <IP>192.168.1.1</IP>
                    <TCPPort>5100</TCPPort>
                    <UDPPort>7778</UDPPort>
            </Agent>
           
            <Server>
                    <ID>1</ID>
                    <UserCount>2000</UserCount>
                    <!-- Mode can be: match, clan, quest, developer -->
                    <Mode>Quest</Mode>
                    <Survival>False</Survival>
                    <DuelTourney>True</DuelTourney>
                    <Name>Bunny Emulator</Name>
                    <UseMD5>True</UseMD5>
            </Server>
           
            <Client>
                    <!-- 2007: 56, 2008: 57, IJJI: 58 -->
                    <Version>58</Version>
                    <UseCRC>False</UseCRC>
                    <Filelist>4081868661</Filelist>
            </Client>
           
            <Ping>
                    <Delay>15</Delay>
                    <Timeout>0</Timeout>
            </Ping>
           
            <Character>
                    <StartingBounty>1000</StartingBounty>
                    <MaxItems>30</MaxItems>
                    <EquipSameItems>False</EquipSameItems>
            </Character>
           
            <Items>
                    <MaxWeight>100</MaxWeight>
                    <UseBounty>False</UseBounty>
            </Items>
    </Config>

    then it should be work the emulator without error?

  12. #27
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Bunny GunZ 1.5 Emulator

    Yes it is. Those 2 queries just add the new character slots to the Character.dbo. Execute it and Bunny will run just fine.

  13. #28
    Proficient Member Analise is offline
    MemberRank
    Oct 2010 Join Date
    181Posts

    Re: Bunny GunZ 1.5 Emulator

    GunzDB.sql to execute in your MSSQL..
    i use it..

    I did all the columns needed for the operation of Bunny, enjoy

    Multiupload.com - upload your files to multiple file hosting sites!

  14. #29
    Account Upgraded | Title Enabled! TheCodeOfGunz is offline
    MemberRank
    Oct 2010 Join Date
    PhilippinesLocation
    532Posts

    Re: Bunny GunZ 1.5 Emulator

    can you share also the compile bunny and hare because i have a little confuse when i run my own compile bunny and hare it will take me an error idk but maybe i have a something wrong on compiling the bunny and hare.
    advance thanks !

  15. #30
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Bunny GunZ 1.5 Emulator

    Quote Originally Posted by TheCodeOfGunz View Post
    can you share also the compile bunny and hare because i have a little confuse when i run my own compile bunny and hare it will take me an error idk but maybe i have a something wrong on compiling the bunny and hare.
    advance thanks !
    Here you go.
    Attached Files Attached Files



Page 2 of 3 FirstFirst 123 LastLast

Advertisement