Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item IDs in exported workflows are different from the wiki. #188

Open
2 tasks done
ikhebgeenaccount opened this issue Feb 4, 2023 · 0 comments
Open
2 tasks done
Labels
question Further information is requested

Comments

@ikhebgeenaccount
Copy link

ikhebgeenaccount commented Feb 4, 2023

Category

Question about workflows

Question

When I export my workflow, I find:

["fletching_test", [
		[
			[13, {
				"skill": "melvorD:Fletching",
				"recipe": "melvorF:Normal_Shortbow",
				"level": 99
			}],
			[
				[26, {
					"recipe": "melvorF:Oak_Shortbow"
				}]
			]
		],
		[
			[13, {
				"skill": "melvorD:Fletching",
				"recipe": "melvorF:Oak_Shortbow",
				"level": 99
			}],
			[
				[26, {
					"recipe": "melvorF:Willow_Shortbow"
				}]
			]
		],
		[
			[13, {
				"skill": "melvorD:Fletching",
				"recipe": "melvorF:Willow_Shortbow",
				"level": 99
			}],
			[
				[26, {
					"recipe": "melvorF:Maple_Shortbow"
				}]
			]
		]
	],
	[]
]

Which as you can see contains the Item IDs melvorF:Normal_Shortbow, melvorF:Oak_Shortbow, melvorF:Willow_Shortbow and melvorF:Maple_Shortbow. However, these items are listed on the wiki as melvorD:Normal_Shortbow, melvorD:Oak_Shortbow, melvorF:Willow_Shortbow and melvorD:Maple_Shortbow, which also correspond to the correct items ingame, tested through game.bank.addItemByID.

I was wondering why Normal Shortbow, Oak Shortbow and Maple Shortbow have a different Item ID when being exported by your mod compared to what the wiki reports. Sidenote: I run into the same issue with items in the Crafting skill, it's not just these three items, these are just an example.

Code of Conduct

  • I agree to follow the code of conduct
  • I have searched for similar issues and nothing similar exists
@ikhebgeenaccount ikhebgeenaccount added the question Further information is requested label Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant