Jump to content

hyuna

Members
  • Posts

    144
  • Joined

  • Last visited

Posts posted by hyuna

  1. src\map\atcommand.c

    find

            ++number;

            if( md->spawn_timer == INVALID_TIMER )add after            if (pc_get_group_level(sd) < 99)

                    snprintf(atcmd_output, sizeof(atcmd_output), "-[%s] %s", number, "alive", md->name);

                elseAnd don't forget to recompile

    post-9527-0-86813700-1366792976_thumb.jpg

    this is what happened after I added and recompiled it....idk why...tested it with id 99 and 0(same result)

  2. Hello...I wanna ask for a patch for a new mobsearch ex. @mobsearch2 where it will say dead or alive instead of saying the coordinates or dead...I wanna have this so that players can search for something that is still alive yet not given directly (not making it so easy)...THX

  3. @Emistry cool...THX for this so much!!! 

     

    how about the num#3 where you arent overweight but you already consumed the maximum number of spaces in your inventory?? I experienced this from a server I played b4 and its bad because the NPC takes the requirements but no more quest reward coz full inventory??

  4. Hello...I now undertstand common scripts and I want to practice...I'm asking for templates(easiest/blank forms of scripts) for:

     

    1. Checking EQ(equipped on) b4 NPC talks to you(NO EQ means "Sorry come back later")

    2. Checking Item in ur inventory (gives reward if you have the item)

    3. Checking ur inventory if overweight/full

    4. One time quest only per character done(sorry me still starter)

     

    I'm asking this so that I can practice or somehow make my own scripts from practicing blank ones. THXX

  5. - script PoringEvent -1,{
    
    OnMinute00:
        monster "prontera",0,0,"--Ja--",.mobs[rand(getarraysize(.mobs))],1,strnpcinfo(3)+"::OnMobDead";
        announce "A special poring has spawned in Prontera!",0;
        end;
    OnPoringDead:
        // announce strcharinfo(0)+" has killed the Poring!",0;
        getitem 7539,1;
        end;
    
    OnInit:
        setarray .mobs[0],1002,1003,1004; //etc.
        end;
    }
     
    

    can you pls add and make it random town pls(editable list)??THXX

  6. bump anyone have the event script here?

     

    Eden Racing is an event solely for level 1/1 novices. Once you enter into the event, you are sorted into one of two teams. The goal of the event is to reach the end of the race before the rest of the competitors. To slow you down, you character will suffer from status effects such as Frozen, Stone Curse, Sleep and Stun.

     

    like this one...

    http://www.casualro.info/index.php?title=Eden_Racing

  7. /help  /help  /help Hey guys! /help  /help  /help 

      I need your opinion for the Walk cycle for the Female Gaara.

    I was thinking:

    1. she sits on a throne made of sand

    2. sand lifts her up like she's flying

    3. same style as the Male Gaara

    4. Bacsojin style

     

    /ok Vote please! :D Any suggestions? just quote this post ^_^

    I will make some previews of the walk cycle as soon as im able 

    I can't decide...I wanna see previews first if can...hehe 

×
×
  • Create New...