Page 3 of 12 FirstFirst 12345 ... LastLast
Results 31 to 45 of 175
  1. #31
    D2K Chrome's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    when i try to log in nothing happens

  2. #32
    ScarinfacT's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Dab View Post
    I'll trouble shoot it with you through PM later. Maybe the swf source is different for different countries.
    No need to do it anymore ! I got it. Thanks !

  3. #33
    ScarinfacT's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    Another question. Is there a way to load the unloadable classes ? Like Chaosweaver, shaman druid which ID's are 110, 111 , 112

  4. #34
    Reiki_Hikari's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    When I tried to login, nothing happen.

  5. #35
    JlmtabP0's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by ScarinfacT View Post
    Another question. Is there a way to load the unloadable classes ? Like Chaosweaver, shaman druid which ID's are 110, 111 , 112
    I'm pretty sure those don't work because their flash files don't exist on DragonFable's website anymore.

    Working:
    22:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="22" strClassName="Ranger" strClassFileName="class-rangerRevamp-r4.swf" strArmorName="adsf" strArmorDescription="adsf" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Longsword" strWeaponDescription="A two handed long sword... of justice!" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Pierce    " strItemType="Sword" intCrit="0" intDmgMin="5" intDmgMax="10" intBonus="0" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Metal" intSavable="2"/></ClassLoad>
    https://dragonfable.battleon.com/gam...rRevamp-r4.swf


    Not working:
    110:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="110" strClassName="Shaman" strClassFileName="class-shaman.swf" strArmorName="" strArmorDescription="" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Staff" strWeaponDescription="" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Melee     " strItemType="Scythe" intCrit="5" intDmgMin="5" intDmgMax="10" intBonus="5" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Nature" intSavable="0"/></ClassLoad>
    https://dragonfable.battleon.com/gam...ass-shaman.swf

    111:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="111" strClassName="Druid" strClassFileName="class-druid.swf" strArmorName="" strArmorDescription="" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Thing" strWeaponDescription="" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Melee     " strItemType="Scythe" intCrit="5" intDmgMin="5" intDmgMax="10" intBonus="2" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Nature" intSavable="0"/></ClassLoad>
    https://dragonfable.battleon.com/gam...lass-druid.swf

    112:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="112" strClassName="ChaosWeaver" strClassFileName="class-Chaosweaver.swf" strArmorName="" strArmorDescription="" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Thing?" strWeaponDescription="" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Melee     " strItemType="Scythe" intCrit="5" intDmgMin="5" intDmgMax="10" intBonus="2" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Evil" intSavable="0"/></ClassLoad>
    https://dragonfable.battleon.com/gam...haosweaver.swf

  6. #36
    LordCruaver's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    For those trying to login and failing, remember to load the SWF first otherwise you're just on a dummy screen.

  7. #37
    ScarinfacT's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by JlmtabP0 View Post
    I'm pretty sure those don't work because their flash files don't exist on DragonFable's website anymore.

    Working:
    22:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="22" strClassName="Ranger" strClassFileName="class-rangerRevamp-r4.swf" strArmorName="adsf" strArmorDescription="adsf" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Longsword" strWeaponDescription="A two handed long sword... of justice!" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Pierce    " strItemType="Sword" intCrit="0" intDmgMin="5" intDmgMax="10" intBonus="0" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Metal" intSavable="2"/></ClassLoad>
    https://dragonfable.battleon.com/gam...rRevamp-r4.swf


    Not working:
    110:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="110" strClassName="Shaman" strClassFileName="class-shaman.swf" strArmorName="" strArmorDescription="" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Staff" strWeaponDescription="" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Melee     " strItemType="Scythe" intCrit="5" intDmgMin="5" intDmgMax="10" intBonus="5" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Nature" intSavable="0"/></ClassLoad>
    https://dragonfable.battleon.com/gam...ass-shaman.swf

    111:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="111" strClassName="Druid" strClassFileName="class-druid.swf" strArmorName="" strArmorDescription="" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Thing" strWeaponDescription="" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Melee     " strItemType="Scythe" intCrit="5" intDmgMin="5" intDmgMax="10" intBonus="2" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Nature" intSavable="0"/></ClassLoad>
    https://dragonfable.battleon.com/gam...lass-druid.swf

    112:
    Response from cf-classload.asp:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <ClassLoad xmlns:sql="urn:schemas-microsoft-com:xml-sql"><character ClassID="112" strClassName="ChaosWeaver" strClassFileName="class-Chaosweaver.swf" strArmorName="" strArmorDescription="" strArmorResists="" intDefMelee="5" intDefPierce="5" intDefMagic="5" intParry="0" intDodge="0" intBlock="0" strWeaponName="Thing?" strWeaponDescription="" strWeaponResists="" intWeaponLevel="1" strWeaponIcon="none" strType="Melee     " strItemType="Scythe" intCrit="5" intDmgMin="5" intDmgMax="10" intBonus="2" strEquippable="Sword,Mace,Dagger,Axe,Ring,Necklace,Staff,Belt,Earring,Bracer,Pet,Cape,Wings,Helmet,Armor,Wand,Scythe,Trinket,Artifact" strElement="Evil" intSavable="0"/></ClassLoad>
    https://dragonfable.battleon.com/gam...haosweaver.swf
    thanks a lot ! To bad there is no way around it :/ Would love to play shaman

  8. #38
    deadparrots's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hmm, Shadowwalker of Time isn't working in any of the trainers I've tried. Says invalid item reference, ID 140. Any ideas?

  9. #39
    Dab's Avatar
    Join Date
    Jun 2015
    Gender
    female
    Posts
    5,426
    Reputation
    663
    Thanks
    9,873
    Quote Originally Posted by deadparrots View Post
    Hmm, Shadowwalker of Time isn't working in any of the trainers I've tried. Says invalid item reference, ID 140. Any ideas?
    Find the new ID then edit the SWF.
    Former BattleOn Minion

    If you cannot run trainers please see this thread: https://www.mpgh.net/forum/showthread.php?t=1170564





  10. #40
    KingAtem56's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Tired
    do you think it would be possible to add in a function to load in multiple swfs at once? Kinda like in layers like in SaladSWF trainer.
    Also can you change it so people can use the fullscreen option. Personally I have to shrink the window down so much I have to squint to see what i'm looking at
    Last edited by KingAtem56; 07-22-2018 at 03:58 PM. Reason: second thoughts

  11. #41
    Dab's Avatar
    Join Date
    Jun 2015
    Gender
    female
    Posts
    5,426
    Reputation
    663
    Thanks
    9,873
    Quote Originally Posted by KingAtem56 View Post
    do you think it would be possible to add in a function to load in multiple swfs at once? Kinda like in layers like in SaladSWF trainer.
    Also can you change it so people can use the fullscreen option. Personally I have to shrink the window down so much I have to squint to see what i'm looking at
    you can changhe the layer you want to add an SWF on so you can use multiple at same time.
    Former BattleOn Minion

    If you cannot run trainers please see this thread: https://www.mpgh.net/forum/showthread.php?t=1170564





  12. #42
    JlmtabP0's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    4

    Post Invincibility.swf


  13. The Following 4 Users Say Thank You to JlmtabP0 For This Useful Post:

    Boonies (10-19-2020),Fuzetman (08-05-2018),kaansnr12 (01-24-2021),vistrex (05-27-2019)

  14. #43
    Dab's Avatar
    Join Date
    Jun 2015
    Gender
    female
    Posts
    5,426
    Reputation
    663
    Thanks
    9,873
    file approved
    Former BattleOn Minion

    If you cannot run trainers please see this thread: https://www.mpgh.net/forum/showthread.php?t=1170564





  15. #44
    KingAtem56's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Tired
    Quote Originally Posted by Dab View Post
    you can changhe the layer you want to add an SWF on so you can use multiple at same time.
    How do i do that? i can't seem to find where to do that.

  16. #45
    Dab's Avatar
    Join Date
    Jun 2015
    Gender
    female
    Posts
    5,426
    Reputation
    663
    Thanks
    9,873
    Quote Originally Posted by KingAtem56 View Post
    How do i do that? i can't seem to find where to do that.
    i forgot to make a layer change option lol. ill update it later.
    Former BattleOn Minion

    If you cannot run trainers please see this thread: https://www.mpgh.net/forum/showthread.php?t=1170564





Page 3 of 12 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Release] Legit DragonFable Trainer v4.0
    By unknownartist0 in forum DragonFable (DF) Hacks / Cheats / Trainers
    Replies: 32
    Last Post: 09-09-2017, 05:53 PM
  2. [Outdated] Legit DragonFable Trainer v3.0 (Voice Command Recognition!)
    By unknownartist0 in forum DragonFable (DF) Hacks / Cheats / Trainers
    Replies: 24
    Last Post: 09-09-2013, 05:42 AM
  3. [Outdated] Legit DragonFable Trainer v2.0 (Finale Release!)
    By unknownartist0 in forum DragonFable (DF) Hacks / Cheats / Trainers
    Replies: 38
    Last Post: 07-22-2013, 05:06 PM
  4. [Preview] Legit DragonFable Trainer v2.0 (Unfinished beta, good release)
    By unknownartist0 in forum DragonFable (DF) Hacks / Cheats / Trainers
    Replies: 2
    Last Post: 06-18-2013, 01:39 AM
  5. [Release] Legit DragonFable Trainer
    By unknownartist0 in forum DragonFable (DF) Hacks / Cheats / Trainers
    Replies: 0
    Last Post: 05-26-2013, 12:16 AM