Thread: Economy version of Elvarg framework with some skills and improved core.

Page 10 of 18 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 174
  1. #91  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,599
    Thanks given
    197
    Thanks received
    221
    Rep Power
    586
    Quote Originally Posted by ratekas99 View Post
    Hey Oak!

    Very professional source. Clean, easy to read and easy to modify.
    I have a question about client side. For some reason there are some issues with some objects and npc. I have not much experience with client side.

    The willow tree heads are missing, magic tree heads are not glowing.
    Major issue is that fishing spots dont have the animation or any effect or colors at all. (npc?)
    I updated and repacked the cache to 154 with success and same issue.
    Any ideas?
    Texture issue
    Reply With Quote  
     

  2. #92  
    Donator
    luvdatrage's Avatar
    Join Date
    Apr 2015
    Age
    23
    Posts
    89
    Thanks given
    14
    Thanks received
    10
    Rep Power
    22
    Anyone here added proper run energy where it decreases properly?Never added before would appreciate the help.
    Attached image
    Reply With Quote  
     

  3. #93  
    Registered Member
    Join Date
    Apr 2017
    Posts
    41
    Thanks given
    10
    Thanks received
    0
    Rep Power
    11
    How do I get the shop and bank to work again? xD
    Reply With Quote  
     

  4. #94  
    Registered Member

    Join Date
    Feb 2015
    Posts
    830
    Thanks given
    12
    Thanks received
    200
    Rep Power
    118
    Quote Originally Posted by olearie View Post
    How do I get the shop and bank to work again? xD
    shops just either put osrspk's shop system in or write your own...

    Banks, change the object id's for it inside objectactionpacklistener.
    Attached image
    Reply With Quote  
     

  5. #95  
    Registered Member
    Join Date
    Sep 2017
    Posts
    10
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    this is awesome man im going to be messing with it and going to try it out with friends! will tell you how it goes
    Reply With Quote  
     

  6. #96  
    Kanketsu
    JacobiYounger's Avatar
    Join Date
    Aug 2009
    Posts
    723
    Thanks given
    49
    Thanks received
    31
    Rep Power
    31
    I saw some people were having issues with NPC drops.

    The code is in NPCDropGenerator.java

    Code:
    if (def.getAlwaysDrops() != null){
    	for(NPCDrop drop : def.getAlwaysDrops()) {
    		items.add(drop.toItem(random));
    	}
    }
    There you go.
    Reply With Quote  
     

  7. #97  
    Registered Member
    Join Date
    Sep 2011
    Posts
    70
    Thanks given
    1
    Thanks received
    5
    Rep Power
    11
    Any idea why fishing spots have no animation/texture/effect.
    They are npc's right?

    Any estimate on new release ?
    Reply With Quote  
     

  8. #98  
    The Meme God

    4DFo's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    616
    Thanks given
    54
    Thanks received
    81
    Rep Power
    185
    Quote Originally Posted by ratekas99 View Post
    Any idea why fishing spots have no animation/texture/effect.
    They are npc's right?

    Any estimate on new release ?
    Fix it yourself.


    Sent from my iPhone using Tapatalk

    Attached image
    Attached image
    Rest easy, Brian x2. Suicide is never the answer.
    Reply With Quote  
     

  9. #99  
    Registered Member
    Join Date
    Sep 2011
    Posts
    70
    Thanks given
    1
    Thanks received
    5
    Rep Power
    11
    Quote Originally Posted by 44.. View Post
    Fix it yourself.


    Sent from my iPhone using Tapatalk
    I would fix it you dimwhack, if I would know the root issue.
    Reply With Quote  
     

  10. #100  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by ratekas99 View Post
    Any idea why fishing spots have no animation/texture/effect.
    They are npc's right?

    Any estimate on new release ?
    Yes they're npcs. No clue, try repacking their models.
    Prob won't be releasing another version, way too busy irl right now.
    Reply With Quote  
     

Page 10 of 18 FirstFirst ... 89101112 ... 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: 70
    Last Post: 05-08-2017, 07:29 PM
  2. Replies: 10
    Last Post: 11-15-2013, 08:53 PM
  3. 508+ server with SOME skilling?
    By JacksonPM23 in forum Requests
    Replies: 0
    Last Post: 01-12-2012, 04:58 AM
  4. Replies: 6
    Last Post: 06-03-2010, 03:21 PM
  5. Replies: 4
    Last Post: 08-04-2009, 05:03 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
  •