Mangos Quest Editor.

Results 1 to 7 of 7
  1. #1
    Newbie Scarred is offline
    MemberRank
    Jun 2007 Join Date
    4Posts

    Question Mangos Quest Editor.

    That doesn't Require access to the database.

    Basically, just wondering if anyone knows of a mangos quest editor that doesn't require access to the database. Such as item creators etc. Im pretty sure there was one.. But i've searched around and can only find editors that require access to the database.

    thanks for any help in advance,

    scarred.




  2. #2
    Newbie Scarred is offline
    MemberRank
    Jun 2007 Join Date
    4Posts

    Re: Mangos Quest Editor.

    Anyone? :|

  3. #3
    Sorcerer Supreme ATTILA888 is offline
    Member +Rank
    Jan 2005 Join Date
    ItaliaLocation
    342Posts

    Re: Mangos Quest Editor.

    I'm not expert with mangos, but if i guess right (end if it's similar to antrix)... well, all items and quests are stored in your database... so it's kinda impossible to find an editor wich doesn't require a db access...

    Anyone else correct me if i'm wrong.

  4. #4
    Newbie Scarred is offline
    MemberRank
    Jun 2007 Join Date
    4Posts

    Re: Mangos Quest Editor.

    Quote Originally Posted by ATTILA888 View Post
    I'm not expert with mangos, but if i guess right (end if it's similar to antrix)... well, all items and quests are stored in your database... so it's kinda impossible to find an editor wich doesn't require a db access...

    Anyone else correct me if i'm wrong.
    Can't you just have the item id's and npc id's in the sql then when inserting it into db, it will recongize the items, npcs etc.

  5. #5
    Sorcerer Supreme ATTILA888 is offline
    Member +Rank
    Jan 2005 Join Date
    ItaliaLocation
    342Posts

    Re: Mangos Quest Editor.

    Quote Originally Posted by Scarred View Post
    Can't you just have the item id's and npc id's in the sql then when inserting it into db, it will recongize the items, npcs etc.
    Of course you can have the IDs, but the point is... if you want to make the quest/item edited EFFECTIVE you will have to insert the edited data in your sql database.

    So there is noi point in editing OUTSIDE the database, and then inserting the edited data manually. An editor wich directly comunicate with you database is a faster (you don't have to manually add everything) better (in manual editing you can make a lot of little errors) way.

    I hope i've understood what did you mean, otherwise this answer is uslesess xD
    (Sorry i'm italian)

  6. #6
    Newbie Scarred is offline
    MemberRank
    Jun 2007 Join Date
    4Posts

    Re: Mangos Quest Editor.

    Quote Originally Posted by ATTILA888 View Post
    Of course you can have the IDs, but the point is... if you want to make the quest/item edited EFFECTIVE you will have to insert the edited data in your sql database.

    So there is noi point in editing OUTSIDE the database, and then inserting the edited data manually. An editor wich directly comunicate with you database is a faster (you don't have to manually add everything) better (in manual editing you can make a lot of little errors) way.

    I hope i've understood what did you mean, otherwise this answer is uslesess xD
    (Sorry i'm italian)
    The reason I want a Quest Editor that doesn't require access to the database. Is for people that I don't want to have access to the database on the server, But am willing to let them create quests for the server.

    May seem bizarre, but its what Im looking for. I was pretty sure there was an old Mangos Quest Editor that didn't require DB.. But can't find it.

  7. #7
    Sorcerer Supreme ATTILA888 is offline
    Member +Rank
    Jan 2005 Join Date
    ItaliaLocation
    342Posts

    Re: Mangos Quest Editor.

    Uh, i now understand.
    Anyway, if you don't find it, just let your "team" install the database on their PC and give them the editor :)
    Then, when needed, the can backups tables/database and send it to you for testing/implementation on server.

    Sorry i'm not familiar with mangos, that's all i can suggest :\



Advertisement