Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/21/16 in all areas

  1. ill be releasing an update autoevent system within the week on my git, keep an eye out for 2.0
    2 points
  2. The character style? We can't see what page you're trying to view as you've blacked out the URL. You're also using the original FluxCP and not the rA supported version.
    1 point
  3. Just put #CASHPOINTS += (.@amount*10);
    1 point
  4. set command is deprecated. Use direct assignment instead. For example: #CASHPOINTS += (.@amount*10);
    1 point
  5. Change this... set #CASHPOINTS,#CASHPOINTS+10; to this... set #CASHPOINTS,#CASHPOINTS+(.@amount*10);
    1 point
  6. show me whole conf, but guessing you have a missing ; after buffinfo
    1 point
  7. Sir, not sure if you've made it work but in case you haven't. just take the end; out below AddHunting("Tax",1,5,501,5,100000,20000,20000,1002,10,); and also the , in the end.
    1 point
  8. Check this links https://github.com/zackdreaver/ROenglishPRE https://github.com/zackdreaver/ROenglishRE
    1 point
×
×
  • Create New...