[Help]How to make Raidboss Teleporter

Results 1 to 9 of 9
  1. #1
    Member andy007 is offline
    MemberRank
    Jan 2005 Join Date
    84Posts

    Post [Help]How to make Raidboss Teleporter

    I've been seaching awhile without luck' feeling bad by making an new thread when this has been answered before. but I can't find something related to it..

    But for the question(s) .. How do i make a Teleporter with more than one teleport location in it? Like a raidboss teleporter with all raidboss locations? And how to set it's price? (l2jfree 1.2.9 - Gracia Part 2)

    Actually.. I got more questions. but one step a time, otherwise' I can't follow.
    Hope someone can answer my question(s). Or i know they can.. If... They want to xD


  2. #2
    Account Upgraded | Title Enabled! Rin4a is offline
    MemberRank
    Apr 2006 Join Date
    LatviaLocation
    981Posts

    Re: [Help]How to make Raidboss Teleporter

    download a global gatekeeper and take a look at the SQL files and HTML files...
    the answer is there..

  3. #3
    Member andy007 is offline
    MemberRank
    Jan 2005 Join Date
    84Posts

    Re: [Help]How to make Raidboss Teleporter

    I'll do that' Thanks for the suggestion, Actually I'm allready editing the raidbosses drops.. And writing down they're "loc" (x,y,z) .. Allready got an Global Gatekeeper, I'll take a look on "her" xD Thanks again. Do you think I could ask another question ;D?

  4. #4
    Account Upgraded | Title Enabled! Rin4a is offline
    MemberRank
    Apr 2006 Join Date
    LatviaLocation
    981Posts

    Re: [Help]How to make Raidboss Teleporter

    I don't know if you "could" ... it would sound better with "may"...
    anyway...
    what's your question?

  5. #5
    Enthusiast Dox is offline
    MemberRank
    Oct 2008 Join Date
    The Netherlands, AmersfoortLocation
    39Posts

    Re: [Help]How to make Raidboss Teleporter

    uhm why dont u look at ur admin panel ingame at the teleport menu > Other (i thought) > Raid bosses
    theres a list with all known raidbosses AND there location alrdy present all u need to do is make a gatekeeper(npc) with some .htm file that redirects players to your admin teleport list.htm

  6. #6
    Member andy007 is offline
    MemberRank
    Jan 2005 Join Date
    84Posts

    Re: [Help]How to make Raidboss Teleporter

    I've done it ^^ I made an raidboss teleporter, not even hard to do O.o Thanks Rin4a, and Thanks Dox ^^ .. But my question is..

    How to make an shop where you pay with ingredients for other items?

    Plus I'm trying to add new stuff to my server with L2DatEncDec.. But gives me error.. But i allready made an thread 'bout that in "Client Help" So if you could answer there' i would appreciate so much!

    Offtopic : Thanks for you're buffer Rin4a xD It's some god damn good work

  7. #7
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: [Help]How to make Raidboss Teleporter

    Quote Originally Posted by andy007 View Post
    I've done it ^^ I made an raidboss teleporter, not even hard to do O.o Thanks Rin4a, and Thanks Dox ^^ .. But my question is..

    How to make an shop where you pay with ingredients for other items?

    Plus I'm trying to add new stuff to my server with L2DatEncDec.. But gives me error.. But i allready made an thread 'bout that in "Client Help" So if you could answer there' i would appreciate so much!

    Offtopic : Thanks for you're buffer Rin4a xD It's some god damn good work
    check the multisells and the npcs with multisell using to understand how to do it..

  8. #8
    Member andy007 is offline
    MemberRank
    Jan 2005 Join Date
    84Posts

    Re: [Help]How to make Raidboss Teleporter

    This is far easier than i though ;D! I greatly appreciate you're tips!
    I'm making the Shop now! Hope it works, and I have understaded corret xD

    Still the stupid error when i try to add items' and that's the whole idea with the multisell functions and raidbosses..

  9. #9
    Member uyung93 is offline
    MemberRank
    Aug 2006 Join Date
    55Posts

    multisell edit

    In multisell *.xml file don't forget to change item id, don't make same id (red letter).
    Production (item show on ur npc list), ingredient (cost item).

    ex.:
    Code:
    <?xml version='1.0' encoding='utf-8'?>
    <list maintainEnchantment="true">
    
      <!-- Blood Mark -->
      <item id="1">
        <ingredient id="57" count="10000000"/>
        <production id="1419" count="1"/>
      </item>
      <!-- Alliance Manifesto -->
      <item id="2">
        <ingredient id="57" count="20000000"/>
        <ingredient id="6392" count="20"/>
        <production id="3874" count="1"/>
      </item>
      <!-- Seal of Aspiration -->
      <item id="3">
            <production id="3870" count="1"/>
            <ingredient id="57" count="40000000"/>
       </item>
      <!-- Blood Oath -->
      <item id="4">
        <ingredient id="57" count="10000000"/>
        <production id="9910" count="1"/>
      </item>
      <item id="5">
        <ingredient id="57" count="20000000"/>
        <production id="9911" count="1"/>
      </item>
    <!-- Caradine's Letter -->
      <item id="6">
        <ingredient id="57" count="1000000000"/>
        <production id="7679" count="1"/>
      </item>
    
    </list>
    to test ur multisell when server running & u play admin player, just type "//reload multisell multisell#" (ex: //reload multisell 50010)
    (//reload htm html# for change html).
    then see the change. hope it help.



Advertisement