Jump to content

3 Screenshots

  • 120.1k
  • 2k
  • 28.89 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



tacman1981

Posted

my players have reported that sometimes the tomes act like the small present it is skinned from, even the scrolls sometimes do. can this be looked into please? I tested it myself and found tomes stack, and consume the whole stack to use just 1 of them, if separated from this stack they act like the present. giving chocolate bars, and resources, personally i have not found the scrolls to act differently, but since tomes are doing so i can only assume it can still happen to scrolls too as reported.

 

great plugin but this could cause problems

imthenewguy

Posted

10 hours ago, tacman1981 said:

my players have reported that sometimes the tomes act like the small present it is skinned from, even the scrolls sometimes do. can this be looked into please? I tested it myself and found tomes stack, and consume the whole stack to use just 1 of them, if separated from this stack they act like the present. giving chocolate bars, and resources, personally i have not found the scrolls to act differently, but since tomes are doing so i can only assume it can still happen to scrolls too as reported.

 

great plugin but this could cause problems

Do you use a stack manager plugin?

tacman1981

Posted (edited)

yes, but the multiplier for both the item and category are set to only 1. currently i just advise players to use them as soon as they are found, instead of collecting them

Edited by tacman1981
Watcher

Posted (edited)

Indeed the Xmas presents are standard stacked as 10 if you change it to 1 it will give problems with Xmas time.
We need to change the xmas.present.small to something else during Xmas, maybe the easter.bronzeegg.

I will first try the: "Manage item stacking? (set to false if using any sort of stacks plugin)": false
And let you know if the prob with xmas.present.small is solved.

It doesn't work with the false setting, you need to change it in your stack plugin!
So we need something new with Xmas.

i changed the  "xmas.present.small" to "xmas.present.large"  and its working 🙂
Stacksize of xmas.present.large = 1

 

Edited by Watcher
  • Like 1
Hawkhill

Posted

Hi Imthenewguy!
Ive experienced some issues now after the Christmas event has started.
Since ive disabled stacking of the small present, the players cant combine them into bigger presents during the event.....
And when i enable stacking again it messes up the xp scrolls you only get xp from one scroll if u buy multiple scrolls....

So i have been thinking about a sollution on this......
Could you change it so it uses the large present instead? That item shouldnt be needed to be stacked.
Or maybe even better..... Wrapped gift..... that item isnt used for anything in the game as far as i know, and have a unwrap button.

tacman1981

Posted (edited)

it should be totally possible to change it yourself to large present

 

line 3 and line 51 in config

Edited by tacman1981
Hawkhill

Posted

I'll check it out thanks for reply

  • Like 1
Hawkhill

Posted

Seems like it works, but somehow i have to name all xp scrolls "Research Notes"
If i try to change that i get an error in the command....

Also needed to change to large present in config json file.....

wrapped gift didnt work......

  • Like 1
LordPigger

Posted

Hi I am using this plugin along side the shop plugin, I am trying sell the scrolls in the shop but the way the commands are wont allow the chat command to work unless the user has admin enabled. Is there a way to add a command that gives it to the user? or even make the chat command work in console as well?

 

tacman1981

Posted

On 12/17/2022 at 4:43 AM, LordPigger said:

Hi I am using this plugin along side the shop plugin, I am trying sell the scrolls in the shop but the way the commands are wont allow the chat command to work unless the user has admin enabled. Is there a way to add a command that gives it to the user? or even make the chat command work in console as well?

 

the best way to do this is to add the scrolls and tomes to the shop with their relevant skin id

Stark

Posted

Can these be added to loot tables? Or do I need to do something special?

Stark

Posted

My previous comment was when I was knew to the game. I have the answer. 

 

My new question is, I don't understand the weight drop (chance) part of the config. How is that different from the loot chance table? What does that mean drop from what? 

Stark

Posted

Another concern, using the scrolls or books doesn't give any XP or SP. Just Mats or food anything other than what it's supposed to do.

tacman1981

Posted

can not confirm. works perfectly fine on my server. there used to be some bug which changed them to the default item on drop, but this hasnt happened in months

Stark

Posted

7 hours ago, tacman1981 said:

can not confirm. works perfectly fine on my server. there used to be some bug which changed them to the default item on drop, but this hasnt happened in months

It's happening now

OneCubixMeterofAltosd

Posted (edited)

sure is happening now for some reason lol just keep getting stones and stuff lol no xp :S

trying to get these items into the RP store and yeah when they are bought in store its just a regular present reskinned as a scroll. 

    "xmas.present.small_2863540162_366": {
      "shortname": "xmas.present.small",
      "customIcon": null,
      "amount": 1,
      "skinId": 2863540162,
      "isBp": false,
      "category": 11,
      "displayName": "Scroll of Experience - 3000xp",
      "cost": 35,
      "cooldown": 0
    }

 

Edited by RickJamesBitch
Watcher

Posted

On 4/30/2023 at 12:31 AM, RickJamesBitch said:

sure is happening now for some reason lol just keep getting stones and stuff lol no xp :S

trying to get these items into the RP store and yeah when they are bought in store its just a regular present reskinned as a scroll. 

    "xmas.present.small_2863540162_366": {
      "shortname": "xmas.present.small",
      "customIcon": null,
      "amount": 1,
      "skinId": 2863540162,
      "isBp": false,
      "category": 11,
      "displayName": "Scroll of Experience - 3000xp",
      "cost": 35,
      "cooldown": 0
    }

 

Try   "Display Name": "research notes [3000]"

CDNCasanova

Posted

This needs May 4th update. ^

  • Haha 1
tacman1981

Posted

4 hours ago, CDNCasanova said:

This needs May 4th update. ^

it had no problem compiling, so why would it?

Geralldo.RuLey

Posted

Hello, Is there any console give arguments to add it into the other plugins?
I wanted to put this into my Battlepass that can send the command to player like server rewards has
$player.name - Player display name
$player.id - Player Steam ID

imthenewguy

Posted

1 minute ago, Ping Chun Chang said:

Hello, Is there any console give arguments to add it into the other plugins?
I wanted to put this into my Battlepass that can send the command to player like server rewards has
$player.name - Player display name
$player.id - Player Steam ID

What are you trying to achieve? Some commands have the {id} and {name} tags that you can use, depends what you are wanting to do though.

Geralldo.RuLey

Posted

Hello, thanks for the quick response.
So this is my Battlepass config by Mevent, I want player get the XP iteml (generated) by your plugin via the command.

{
          "Display Name (for display in the interface)": "Newbie XP Scroll",
          "ID": 438895453,       <<----ignore this, this is auto generated unique ID
          "Chance": 30.0,
          "Item type": "Command",
          "Image (if empty - the icon is taken by shortname) ": "https://cdn.discordapp.com/attachments/1126599371136442419/1143244498734960831/scroll_newbie_1.png",
          "Display name (for the item) (if empty - standard)": "",
          "Shortname": "research notes",
          "Skin": 3023789430,
          "Amount (for item)": 0,
          "Command": "givespitemto {id} 5000 3023789430 research note",
          "Plugin": {
            "Hook to call": "Withdraw",
            "Plugin name": "Economics",
            "Amount": 0
          }
        }

imthenewguy

Posted

2 minutes ago, Ping Chun Chang said:

Hello, thanks for the quick response.
So this is my Battlepass config by Mevent, I want player get the XP iteml (generated) by your plugin via the command.

{
          "Display Name (for display in the interface)": "Newbie XP Scroll",
          "ID": 438895453,       <<----ignore this, this is auto generated unique ID
          "Chance": 30.0,
          "Item type": "Command",
          "Image (if empty - the icon is taken by shortname) ": "https://cdn.discordapp.com/attachments/1126599371136442419/1143244498734960831/scroll_newbie_1.png",
          "Display name (for the item) (if empty - standard)": "",
          "Shortname": "research notes",
          "Skin": 3023789430,
          "Amount (for item)": 0,
          "Command": "givespitemto {id} 5000 3023789430 research note",
          "Plugin": {
            "Hook to call": "Withdraw",
            "Plugin name": "Economics",
            "Amount": 0
          }
        }

Oh, you need to use whatever syntax his plugin requires you to use for the ID.

If his plugin normally requires you to use $player.id then you would need to use that.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 3
  • Love 10

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.