Jump to content

Noobie

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Noobie

  1. src/map/atcommand.c

     

    Add this

    /*==========================================
     * Feel (SG save map) Reset [HiddenDragon]
     *------------------------------------------*/
    ACMD_FUNC(feelreset)
    {
    pc_resetfeel(sd);
    clif_displaymessage(fd, msg_txt(sd,1324)); // Reset 'Feeling' maps.
    
    
    return 0;
    }
    + /*==========================================
    + * Hatred Reset [GodLesZ] modified by n00b1e 
    + *------------------------------------------*/ 
    + ACMD_FUNC(hatredreset) 
    + { 
    + pc_resethate(sd); 
    + clif_displaymessage(sd->fd, "Reset 'Hatred' state~"); 
    + return 0; 
    + }

    and this

     

     ACMD_DEF(feelreset),
    +ACMD_DEF(hatredreset),
     ACMD_DEF(auction),
    

    And then edit your groups.conf and atcommand.conf

     

    btw Thanks to GodLesZ for the old eathena modification

  2. Auf der Wiki Seite von rAthena oder eAthena gibts da bestimmt die eine oder andere Anleitung. Ansonsten Scripts anschauen und versuchen ein Muster zu erkennen. Auch die Guid Sectionen sind immer recht gut gefüllt mit anleitungen. Speziellere Probleme kannst du zusätzlich in den Script Support Sectionen nachgucken.

     

    PS: Hier ist die Falsche Section für Fragen. Sollte ein Mod nach Möglichkeit mal verschieben.

  3. File Name: Lhz Floor 5

    File Submitter: Hoshiro

    File Submitted: 06 Jan 2011

    File Category: Games, Events, Quests

    http://www.eathena.ws/board/index.php?showtopic=254133

    lhz_dun05 with working mobs of 3rd Class

    Just take all information out of the installation.txt

    Credits:

    To Viktus for firstly creating Floor 4 with 2-2 Jobs and giving me the idea for F5 and F6

    To Sae-Create for creating the Sprites

    To Masao for the custom map

    Note: You need to download both files

    Click here to download this file

  4. File Name: Instanced PvP

    File Submitter: Hoshiro

    File Submitted: 06 Jan 2011

    File Category: PvP, GvG, WoE

    http://www.eathena.ws/board/index.php?showtopic=253019

    This script is a Instance Duel Pvp NPC.

    Here some Explanation how it works

    Its Working now!!!!!

    Explaination:

    It´s a new Instance that is created for exactly 2 People.

    The Main Npc will create the instance for you.

    After creating you can chose to enter the Instance.

    This will warp you to 1@pvp

    There begins an announce e.g. 4... 3... 2... 1... GO!!..

    Then starts @pvpon

    You will fight till one die!

    And for the Finish it warps you back and so far it will destroy Instance after it.

    Guide how to add is on the Readme.txt

    Credits to Me for creating xDDDDD

    Credits to Davven for his map.

    Credits to Masao for his support.

    Click here to download this file

    • Upvote 3
  5. Er sucht nach Guides,... wie soll er denn das alles lernen?

    Um ne Fremdsprache zu lernen muss man auch nachlesen können was die wörter in der fremdsprache bedeuten?!

    Und "klau" soviel du willst, Athena is GPL /hmm

    Nimm einfach die Sprites von Dreamer ^^ er hat ja offensichtlich nichts dagegen.

    @Topic:

    Ganz generell muss ich mal zustimmen, dass es hier noch nicht so viele Guides gibt, wie auf eathena.ws, aber das wird noch und zur Not kann man die Guides auf eathena.ws genau so nutzen...

    Aber auch der anderen Seite muss ich beipflichten. Wenn man alles vorgekaut bekommt, kann sich am Ende nicht mal selbst die Schuhe binden.

    Danke damit hat sich die Frage auch erübrigt die ich mir gestellt habe.

    @topic: Such dir zu deinen Fragen einfach mal die Guides aus dem eathena Board zusammen. Dort müssten noch ziemlich viele Guides zu deinen Themen zu finden sein.

×
×
  • Create New...