Thread: Zaria 718-886

Page 5 of 10 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 94
  1. #41  
    Registered Member KingKenobi's Avatar
    Join Date
    Aug 2018
    Posts
    101
    Thanks given
    25
    Thanks received
    11
    Rep Power
    36
    The Str bonus is caped at 205.... ther is no way to get it over 205.... anybody know how to fix this.... i went in combatdefinition.java , playercombat.java and many more and found nothing......
    Reply With Quote  
     

  2. #42  
    Registered Member
    Join Date
    Aug 2014
    Posts
    29
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Anybody else getting random black screens either on openGL or directX + error crashes from time to time, also some actions are super slow like banking items take 1-2sec for each item to be banked. Is it shared problem or only appears for me?
    Reply With Quote  
     

  3. #43  
    IrieScape


    Join Date
    Dec 2011
    Posts
    855
    Thanks given
    57
    Thanks received
    122
    Rep Power
    107
    Quote Originally Posted by KarelDaBoss View Post
    Anybody else getting random black screens either on openGL or directX + error crashes from time to time, also some actions are super slow like banking items take 1-2sec for each item to be banked. Is it shared problem or only appears for me?
    it's not just you, don't get me wrong it has a lot of content but the client and cache are absolute shit.
    I don't understand why you wouldn't keep it loading in the 700s to keep it stable ...
    All that extra effort to get it to load 887 when it completely ruined it lol
    Spoiler for There is no place like 127.0.0.1:

    Reply With Quote  
     

  4. #44  
    van 't stad

    Shnek's Avatar
    Join Date
    Oct 2013
    Posts
    1,054
    Thanks given
    333
    Thanks received
    282
    Rep Power
    95
    Quote Originally Posted by Beta View Post
    it's not just you, don't get me wrong it has a lot of content but the client and cache are absolute shit.
    I don't understand why you wouldn't keep it loading in the 700s to keep it stable ...
    All that extra effort to get it to load 887 when it completely ruined it lol
    Never hosted the 887, highest revision I hosted was 865. So the 887 could indeed have a lot of bugs since it was not tested, like the 865 did


    Do not use the vps from ovh, blocking vps without reason and no customer support
    Reply With Quote  
     

  5. #45  
    Registered Member
    Join Date
    Oct 2014
    Posts
    40
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    do you have a dropbox download?
    Reply With Quote  
     

  6. #46  
    van 't stad

    Shnek's Avatar
    Join Date
    Oct 2013
    Posts
    1,054
    Thanks given
    333
    Thanks received
    282
    Rep Power
    95
    Quote Originally Posted by ghostly k0 View Post
    do you have a dropbox download?
    nope


    Do not use the vps from ovh, blocking vps without reason and no customer support
    Reply With Quote  
     

  7. #47  
    Registered Member Av0ided's Avatar
    Join Date
    Jan 2011
    Posts
    126
    Thanks given
    61
    Thanks received
    6
    Rep Power
    5
    this client is annoying..

    Built with JDK 7, 8 & OpenJDK respective counterparts, Heres my pom..


    Code:
    <build>
            <sourceDirectory>${src.dir}</sourceDirectory>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>3.7.0</version>
                    <configuration>
                        <source>1.8</source>
                        <target>1.8</target>
                    </configuration>
                </plugin>
            </plugins>
        </build>
    
    
        <dependencies>
            <dependency>
                <groupId>org.openjdk.jmh</groupId>
                <artifactId>jmh-core</artifactId>
                <version>1.21</version>
            </dependency>
            <dependency>
                <groupId>org.openjdk.jmh</groupId>
                <artifactId>jmh-generator-annprocess</artifactId>
                <version>1.21</version>
            </dependency>
            <dependency>
                <groupId>org.openjdk.jol</groupId>
                <artifactId>jol-core</artifactId>
                <version>0.1</version>
            </dependency>
            <!-- https://mvnrepository.com/artifact/com.levigo/gwt-awt -->
            <dependency>
                <groupId>com.levigo</groupId>
                <artifactId>gwt-awt</artifactId>
                <version>0.0.1</version>
            </dependency>
        </dependencies>
    Reply With Quote  
     

  8. #48  
    Skotos Founder


    Join Date
    Jan 2017
    Age
    21
    Posts
    879
    Thanks given
    136
    Thanks received
    173
    Discord
    View profile
    Rep Power
    117
    Tyvm
    Reply With Quote  
     

  9. #49  
    Registered Member
    Join Date
    May 2018
    Posts
    64
    Thanks given
    5
    Thanks received
    1
    Rep Power
    11
    I find somes black screens in normal world, you know how can i fix? THANKS!!

    Code:
    java.lang.ArrayIndexOutOfBoundsException: 10000
    	at SafeModeModel.method4811(SafeModeModel.java:4059)
    	at SafeModeModel.method4739(SafeModeModel.java:2330)
    	at Class365_Sub1_Sub1_Sub6.method4394(Class365_Sub1_Sub1_Sub6.java:221)
    	at Class331.method4046(Class331.java:1182)
    	at Class331.method4041(Class331.java:988)
    	at Class331.method4040(Class331.java:935)
    	at Class142.method1570(Class142.java:164)
    	at Class422_Sub24.method5714(Class422_Sub24.java:180)
    	at Class422_Sub24.method5714(Class422_Sub24.java:242)
    	at Class422_Sub24.method5714(Class422_Sub24.java:242)
    	at Class448.method5912(Class448.java:102)
    	at Class104.method1104(Class104.java:66)
    	at Class322.method3932(Class322.java:73)
    	at client.method2792(client.java:726)
    	at client.method2774(client.java:656)
    	at Class291.method2760(Class291.java:470)
    	at Class291.method2759(Class291.java:439)
    	at Class291.run(Class291.java:385)
    	at java.lang.Thread.run(Thread.java:748)
    And game crashes "error_game_crash"

    I love you
    Reply With Quote  
     

  10. #50  
    Registered Member
    Selseus's Avatar
    Join Date
    Aug 2017
    Posts
    356
    Thanks given
    11
    Thanks received
    58
    Rep Power
    84
    Quote Originally Posted by ZertixDeveleop View Post
    I find somes black screens in normal world, you know how can i fix? THANKS!!

    Code:
    java.lang.ArrayIndexOutOfBoundsException: 10000
    	at SafeModeModel.method4811(SafeModeModel.java:4059)
    	at SafeModeModel.method4739(SafeModeModel.java:2330)
    	at Class365_Sub1_Sub1_Sub6.method4394(Class365_Sub1_Sub1_Sub6.java:221)
    	at Class331.method4046(Class331.java:1182)
    	at Class331.method4041(Class331.java:988)
    	at Class331.method4040(Class331.java:935)
    	at Class142.method1570(Class142.java:164)
    	at Class422_Sub24.method5714(Class422_Sub24.java:180)
    	at Class422_Sub24.method5714(Class422_Sub24.java:242)
    	at Class422_Sub24.method5714(Class422_Sub24.java:242)
    	at Class448.method5912(Class448.java:102)
    	at Class104.method1104(Class104.java:66)
    	at Class322.method3932(Class322.java:73)
    	at client.method2792(client.java:726)
    	at client.method2774(client.java:656)
    	at Class291.method2760(Class291.java:470)
    	at Class291.method2759(Class291.java:439)
    	at Class291.run(Class291.java:385)
    	at java.lang.Thread.run(Thread.java:748)
    And game crashes "error_game_crash"

    I love you
    Yeah, the client is jokingly unstable - especially in other graphics modes.

    The "solution" is running the client in OpenGL mode, no other one.
    Reply With Quote  
     

Page 5 of 10 FirstFirst ... 34567 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 302
    Last Post: Yesterday, 06:37 PM
  2. Replies: 287
    Last Post: 07-24-2018, 01:23 AM
  3. Selling Zaria 718/Rs3
    By Shnek in forum Selling
    Replies: 28
    Last Post: 12-14-2017, 12:38 AM
  4. Replies: 29
    Last Post: 09-19-2017, 11:53 AM
  5. Zaria 718
    By Shnek in forum Projects
    Replies: 109
    Last Post: 09-11-2017, 08:29 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •