Thread: Vencillio - Economy, Bank Tabs, Prestiges, Unique Content.

Page 61 of 72 FirstFirst ... 1151596061626371 ... LastLast
Results 601 to 610 of 715
  1. #601  
    Registered Member
    Join Date
    Jan 2016
    Posts
    20
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by OsFury View Post
    Did you compile it?



    data/defs/items/itembonusesdefinitions.xml
    That's the requirements for an item... I want to change the base stats of items, like the damage it does and all that...
    Reply With Quote  
     

  2. #602  
    Registered Member
    Join Date
    Jan 2017
    Posts
    196
    Thanks given
    15
    Thanks received
    22
    Rep Power
    11
    Quote Originally Posted by ImProdigy View Post
    That's the requirements for an item... I want to change the base stats of items, like the damage it does and all that...
    No, requirement are stored in EquipmentDefinitions, bonus are where he said, in ItemBonusDefinitions

    Else if you want to edit/add special attack/effect it in com/vencillio/rs2/content/combat/special/effects and com/vencillio/rs2/content/combat/special/specials
    Reply With Quote  
     

  3. Thankful users:


  4. #603  
    Registered Member
    Join Date
    Jan 2016
    Posts
    20
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Sami2427 View Post
    No, requirement are stored in EquipmentDefinitions, bonus are where he said, in ItemBonusDefinitions

    Else if you want to edit/add special attack/effect it in com/vencillio/rs2/content/combat/special/effects and com/vencillio/rs2/content/combat/special/specials
    Now I feel stupid... I totally missed that file completely ahahahaha
    Reply With Quote  
     

  5. #604  
    Registered Member
    Join Date
    Jan 2016
    Posts
    20
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    How come my monsters aren't spawning anymore?
    Also, when I log into a place with a monster I attack it & it has 0 health & dies instantly... What's up?
    It's weird & hard to explain...

    EDIT: MANAGED TO FIX MYSELF
    Last edited by ImProdigy; 02-26-2017 at 09:29 AM. Reason: FIXED IT
    Reply With Quote  
     

  6. #605  
    Registered Member
    Join Date
    Mar 2017
    Posts
    25
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    how do i fix this? [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. #606  
    Registered Member
    Join Date
    Jan 2017
    Posts
    196
    Thanks given
    15
    Thanks received
    22
    Rep Power
    11
    Quote Originally Posted by josharmarksman View Post
    how do i fix this? [Only registered and activated users can see links. ]
    Server sided -> src -> com -> vencillio -> VencillioConstants

    Code:
         /**
         * Checks if the world is staff only
         */
        public static boolean STAFF_ONLY = true;
    Change true to false then compile

    Here compiler previously posted by Mojo, but I would recommand to use an IDE instead

    If you use this compiler, you will need to change the jdk version to your

    Quote Originally Posted by Mojo! View Post
    server run and compiler:

    Code:
    @echo off
    title Vencillio Server
    color B
    echo Vencillio is starting up on VPS...
    java -cp bin;lib/gson-2.2.2.jar;lib/gson-2.2.2-sources.jar;lib/json-lib-2.4-jdk15.jar;lib/mysql-connector.jar;lib/netty-3.6.1.Final.jar;lib/xpp3_min-1.1.4c.jar;lib/xstream-1.3.1.jar; com.vencillio.Server
    pause
    Code:
    @echo off
    title Vencillio Compiler
    "C:\Program Files (x86)\Java\jdk1.8.0_102\bin\javac.exe" -d bin -cp lib/*; -sourcepath src src\com\vencillio\*.java
    pause
    client run and compile:

    Code:
    @echo off
    title Vencillio Client
    Java -Xmx1024m -cp class; Client
    pause
    Code:
    @echo off
    title Vencillio Compiler
    "C:\Program Files (x86)\Java\jdk1.8.0_102\bin\javac.exe" -d ./class/ src/*.java
    pause
    Reply With Quote  
     

  8. #607  
    Registered Member
    Join Date
    Feb 2017
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    how do I fix the client log in restriction error?
    Reply With Quote  
     

  9. #608  
    Registered Member
    Join Date
    Jan 2015
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by dougles View Post
    how do I fix the client log in restriction error?
    He just said it Server sided -> src -> com -> vencillio -> VencillioConstants

    Code:
    /**
    * Checks if the world is staff only
    */
    public static boolean STAFF_ONLY = true; change true to false and then recompile
    Reply With Quote  
     

  10. #609  
    Registered Member
    Join Date
    Apr 2017
    Posts
    7
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Im an aboslute noob with java but doing my best to self learn. I've only just got a basic understanding of eclipse apart from running class files. Everything is .class and i can't open it. why?

    Sorry to the experienced for what might be a real stupid question
    Reply With Quote  
     

  11. #610  
    Registered Member
    Join Date
    Apr 2017
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hi i got it, just says "Error connecting to server" help please?
    Reply With Quote  
     

Page 61 of 72 FirstFirst ... 1151596061626371 ... 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: 130
    Last Post: 09-26-2018, 06:08 AM
  2. Replies: 72
    Last Post: 07-07-2016, 08:03 PM
  3. Replies: 1
    Last Post: 06-07-2016, 04:17 PM
  4. Replies: 24
    Last Post: 06-30-2014, 09:45 PM
  5. Replies: 34
    Last Post: 06-23-2014, 02:56 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •