kalabasa Posted November 22, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted November 22, 2020 Hi There again! i am trying to add some bonus script on an item eg. cyclops eye db/pre-re/item_db.yml -< i am using this directory i am assuming that this is an import file am i correct?t this is inside of my item_db.yml Header: Type: ITEM_DB Version: 1 Body: - Id: 5135 Script: | bonus bMaxSP,50; bonus bFlee,50; then i @reloaditemdb tons of error pops up on my mapserver.bat and also this is a newly fresh clone atm Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted November 22, 2020 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Monday at 02:17 PM Share Posted November 22, 2020 2 hours ago, kalabasa said: db/pre-re/item_db.yml -< i am using this directory i am assuming that this is an import file am i correct? Not quite.. Use db/import/item_db.yml instead. Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted November 22, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted November 22, 2020 5 minutes ago, Akkarin said: Not quite.. Use db/import/item_db.yml instead. okay let me do a quick test Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted November 22, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted November 22, 2020 okay this time i put the whole this time have a look this is the last two entry on my item_db.yml import # Non-kRO Eden Group Mark effect #============================================================= # - Id: 22508 # AegisName: Para_Team_Mark_ # Name: Eden Group Mark # Type: Delayconsume # Script: | # unitskilluseid getcharid(3),"AL_TELEPORT",3; # - Id: 5135 # AegisName: Cyclops_Visor # Name: Cyclop's Eye # Type: Armor # Weight: 200 # Jobs: # All: true # Novice: false # SuperNovice: false # Locations: # Head_Mid: true # EquipLevelMin: 75 # View: 207 # Script: | # bonus bMaxSP,50; bonus bFlee,50; Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted November 22, 2020 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Monday at 02:17 PM Share Posted November 22, 2020 Anything with a hash (#) infront of it is a comment and won't be read by the server. The error is suggesting you've got something wrong on line 493, second character from the left. Quote Link to comment Share on other sites More sharing options...
0 kalabasa Posted November 22, 2020 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Author Share Posted November 22, 2020 (edited) On 11/22/2020 at 3:58 PM, Akkarin said: Anything with a hash (#) infront of it is a comment and won't be read by the server. The error is suggesting you've got something wrong on line 493, second character from the left. my line 493 is total empty o.o got it working already. some of the text are needed to be align Edited November 26, 2020 by kalabasa Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
Hi There again! i am trying to add some bonus script on an item eg. cyclops eye
db/pre-re/item_db.yml -< i am using this directory i am assuming that this is an import file am i correct?t
this is inside of my item_db.yml
Header:
Type: ITEM_DB
Version: 1
Body:
- Id: 5135
Script: |
bonus bMaxSP,50; bonus bFlee,50;
then i @reloaditemdb tons of error pops up on my mapserver.bat
and also this is a newly fresh clone atm
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.