Page 1 of 1

Master Trainer with ML Respec and Free RR4

PostPosted: Fri Mar 14, 2014 5:33 pm
by Tralon
This scripts has:

ML Respec
RR Respec
Spec Respec

Free RR4
Instant 50 Levels

___________________________

If something is wrong just post here...

best regards
taovil

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Thu Apr 14, 2016 6:02 pm
by doluser
does anyone know how to spawn the npc in game,

i tryed
/mob create DOL.GS.Trainer

doesnt work :/ im gimp

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Thu Apr 14, 2016 6:17 pm
by doluser
ok i got it

/mob create DOL.GS.Trainer.I50TrainerRR4

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Fri Apr 15, 2016 6:07 am
by HunabKu
Yep you need to use the complete namespace+class
Here namespace is : DOL.GS.Trainer
And the Class is : I50TrainerRR4

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Tue May 17, 2016 8:40 pm
by Taovil
yeah you can customly change this if u like in script, like changing name to Trainer so ->> DOL.GS.Trainer.Trainer

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Sat May 21, 2016 8:02 am
by ontheDOL
hi, I come up with an error upon server startup when trying to run with this script, hopefully someone can explain how to fix it.
I'm using the latest release 3578, thanks
Code: Select all
2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Property or indexer 'DOL.GS.GamePlayer.SkillSpecialtyPoints' cannot be assigned to -- it is read only 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:349 Col:29 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'UpdateSpellLineLevels' and no extension method 'UpdateSpellLineLevels' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:355 Col:24 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'UpdateSpellLineLevels' and no extension method 'UpdateSpellLineLevels' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:392 Col:14 2016-05-21 15:50:02,144 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Property or indexer 'DOL.GS.GamePlayer.RealmSpecialtyPoints' cannot be assigned to -- it is read only 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:419 Col:21 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'UpdateSpellLineLevels' and no extension method 'UpdateSpellLineLevels' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:424 Col:14 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'GetSpecialization' and no extension method 'GetSpecialization' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:567 Col:42 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Property or indexer 'DOL.GS.GamePlayer.SkillSpecialtyPoints' cannot be assigned to -- it is read only 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:613 Col:17 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:677 Col:23 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:681 Col:23 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:685 Col:23 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:689 Col:23 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,159 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:693 Col:23 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:697 Col:23 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:701 Col:23 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:705 Col:23 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:709 Col:23 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:713 Col:23 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:791 Col:19 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'DBCharacter' and no extension method 'DBCharacter' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?) 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - c:\daocserver\DOLServer3578 test\scripts\I50 Trainer RR4.cs Line:792 Col:19 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - Script compilation failed because: 2016-05-21 15:50:02,175 - [MAIN] - ERROR - DOL.GS.ScriptMgr - 'DOL.GS.GamePlayer' does not contain a definition for 'UpdateSpellLineLevels' and no extension method 'UpdateSpellLineLevels' accepting a first argument of type 'DOL.GS.GamePlayer' could be found (are you missing a using directive or an assembly reference?)

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Wed Jun 21, 2017 12:36 pm
by Smirk
Isnt working anymore right?

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Wed Jun 21, 2017 3:40 pm
by HunabKu
I wasn' putting it on a solution but i will try to help just by reading it.

1. DOL.GS.GamePlayer.SkillSpecialtyPoints is read-only -> need to find another way to change it (database + reload character properties ?)
2. player.UpdateSpellLineLevels(true); has wrong argument -> Goto GamePlayer.cs UpdateSpellLineLevels() declaration to find correct arguments
3. DOL.GS.GamePlayer.RealmSpecialtyPoints -> Same like 1.
4. DOL.GS.GamePlayer.GetSpecialization don't seems exist. -> Search its replacement.
5. DOL.GS.GamePlayer.DBCharacter -> Same like 4.

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Wed Jun 21, 2017 6:05 pm
by ontheDOL
ayyy theres my nub post from back in the day. I can give you an lvl50 and RPS script that works, if you want any ML stuff you'd have to add that in as i dont use any ML related code.

Re: Master Trainer with ML Respec and Free RR4

PostPosted: Wed Jun 21, 2017 6:14 pm
by Smirk
sure :) currently try to figure out how to drang the mls