- Joined
- Mar 22, 2015
- Messages
- 20
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hello everyone!
I have really wanted to add an alchemy profession to my game, however I have been unable to find one that I can use. I am, by my own confession, a complete noob when it comes to scripts, so anything beyond a simple 'copy and paste' script has been a headache for me!
Can anyone out there recommend a script that is simple to put into a game and is easy to add items to? What I am looking for is a script similar to Modern Algebra's Quest Journal script that requires you to copy and paste new quests and to fill out the information that is needed (see below).
when 1 # Quest 1 - SAMPLE QUEST
q[:name] = "Overdue Book"
q[:level] = 1
q[:icon_index] = 368
q[:description] = "Alice will be wanting her book back!"
q[
bjectives][0] = "Return 'Tales of Heroes Past' to Alice."
q[
rime_objectives] = [0,]
q[:custom_categories] = []
q[:banner] = ""
q[:banner_hue] = 0
q[:common_event_id] = 0
q[:rewards] = [
[:exp, 10],
Would there be any alchemy scripts out there that can run on a similar means to this? Thanks again!
I have really wanted to add an alchemy profession to my game, however I have been unable to find one that I can use. I am, by my own confession, a complete noob when it comes to scripts, so anything beyond a simple 'copy and paste' script has been a headache for me!
Can anyone out there recommend a script that is simple to put into a game and is easy to add items to? What I am looking for is a script similar to Modern Algebra's Quest Journal script that requires you to copy and paste new quests and to fill out the information that is needed (see below).
when 1 # Quest 1 - SAMPLE QUEST
q[:name] = "Overdue Book"
q[:level] = 1
q[:icon_index] = 368
q[:description] = "Alice will be wanting her book back!"
q[
q[
q[:custom_categories] = []
q[:banner] = ""
q[:banner_hue] = 0
q[:common_event_id] = 0
q[:rewards] = [
[:exp, 10],
Would there be any alchemy scripts out there that can run on a similar means to this? Thanks again!

