Jump to content

misfun

Members
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by misfun

  1. ive started using r10006

    im using this command

    .mod achievement

    and says " theres no such command "

    also im trying this one

    .lookup achieve .add achieve

    its same " theres no such command "

    Anyone can post command pls ???

    Sorry if its wrong topic

    You can check the commands in the release by looking in the database (mangos, commands).. You can use SQLYoG and then execute a query

    select * from command

    with the mangos database selected..

    MAiki :P

  2. Oh wait, you are doing it wrong. You aren't supposed to add anything into ScriptLoader.cpp for CopperToGold. You are just supposed to put it in the Makefile.am.

    Wauw... Well gonna try.. I'm getting nuts of this one.. Just installed everything on a windows 2008 server :) Will let ya now..

    MAiki

  3. Did you add it to Makefile.am and put CopperToGold.cpp in the right place before running the commands?

    I added the files to ../mangos/src/bindings/scriptdev2/scripts/custom/isleofmasters

    1: coppertogold.cpp

    2: isleofmasters.cpp

    3: proffesionmaster.cpp

    4: telemaster.cpp

    5: zenmaster.cpp

    Then edited (gedit) scriptloader.cpp in ../mangos/src/bindings/scriptdev2/system

    //custom

    extern void AddSC_coppertogold();

    extern void AddSC_isleofmasters();

    extern void AddSC_professionmaster();

    extern void AddSC_teleportmaster();

    extern void AddSC_zenmaster();

    and

    //custom

    AddSC_coppertogold();

    AddSC_isleofmasters();

    AddSC_professionmaster();

    AddSC_teleportmaster();

    AddSC_zenmaster();

    Then i edited makefile.am in ../mangos/src/bindings/scriptdev2

    scripts/custom/isleofmasters/coppertogold.cpp \\

    scripts/custom/isleofmasters/isleofmasters.cpp \\

    scripts/custom/isleofmasters/professionmaster.cpp \\

    scripts/custom/isleofmasters/teleportmaster.cpp \\

    scripts/custom/isleofmasters/zenmaster.cpp \\

    and then i try to build.. but no luck.. what did i do wrong..

    Thx..

  4. Greetings,

    Is there anyone that has this script working in rev 9946..

    http://www.scriptdev2.com/isle-masters-complete-t5188.html

    I getting an error with CopperToGold.cpp..

    this commands are going good..

    1: autoreconf --install --force;mkdir objdir;cd objdir;

    2: ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos

    3: make (here i get the error)

    error :

    ../bindings/ScriptDev2/.libs/libmangosscript.so: undefined reference to `AddSC_CopperToGold()'

    collect2: ld returned 1 exit status

    make[3]: *** [mangos-worldd] Error 1

    Thx in advance

  5. Thx for the help.. gonna try it on a test server :P

    Well thx it works like a charm..

    I had Char 'Demonika' on Account 'Administrator', i did in mangos : .pdump write Demonika Demonika

    after that i added the char to Account 'Player' : .pdump load Demonika player Ellipsia (new char name)..

    Mny Thx all..

    MAiki

  6. Greetings,

    I have an server running and now i want to make an even where ya can win a complete lvl80 char with top equipment and enchants.. My question is how do i copy a character to a new account, is there a script available for this kind of action..

    Thx in Advance..

    MAiki

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use