Jump to content

vijay30393

Members
  • Posts

    114
  • Joined

  • Last visited

Posts posted by vijay30393

  1.  

    http://rathena.org/board/topic/59956-breeder-universal-rental-npc-in-swordman-type/?p=83950

    prontera,155,181,5    script    Sample    757,{
    mes "[Universal Rental Npc]";
    mes "Hi, would you like to rent a cart?";
    next;
    switch(select("Yes ofcourse!:No, thanks.")){
    Case 1:
        if( checkcart() || !getskilllv("MC_PUSHCART") ){
            mes "Sorry you don't meet the requirements.";
        }else
            setcart;
        break;
    Case 2:
            mes "As you wish sir.";
        break;
    }
            mes "Have a nice day!";
    close;
    }
    

    You din't get my point :/

    I already have the npc, My problem is not that.

    I just want the setcart; if people warp to prt_are01

  2. I want to request an NPC which getcart; to the players(merchant class) who enter to a map called prt_are01.
    Since the cart vanishes when merchant class enters to prt_are01,
    I tried to find the npc which does that and I couldn't find it.

    Thanks ~

  3. My server keeps crashing and its giving me this error.
    Status.c

    Crash error

    Program received signal SIGSEGV, Segmentation fault.
    0x080dcfa8 in status_change_end_ (bl=0xabc5cefc, type=SC_SPELLBOOK2, tid=-1, file=0x8207609 "status.c", line=9883) at status.c:9940
    9940 if (sce->timer != tid && tid != INVALID_TIMER)
    Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.1.i686 keyutils-libs-1.4-4.el6.i686 krb5-libs-1.10.3-15.el6_5.1.i686 libcom_err-1.41.12-18.el6.i686 libselinux-2.0.94-5.3.el6_4.1.i686 mysql-libs-5.1.73-3.el6_5.i686 nss-softokn-freebl-3.14.3-10.el6_5.i686 openssl-1.0.1e-16.el6_5.7.i686 pcre-7.8-6.el6.i686 zlib-1.2.3-29.el6.i686

    #0 0x080dcfa8 in status_change_end_ (bl=0xabc5cefc, type=SC_SPELLBOOK2, tid=-1, file=0x8207609 "status.c", line=9883) at status.c:9940
    sd = 0x0
    sc = 0xabc5d150
    sce = 0x38782d78
    status = 0xabc5d0e8
    vd =
    opt_flag = 0
    calc_flag =
    temp_n = 0
    __FUNCTION__ = "status_change_end_"
    #1 0x080df68f in status_change_clear (bl=0xabc5cefc, type=0) at status.c:9883
    sc = 0xabc5d150
    i =
    #2 0x080d3dcc in status_damage (src=0x1b4310d8, target=0xabc5cefc, dhp=2748, dsp=0, walkdelay=288, flag=) at status.c:1399
    status =
    sc = 0xabc5d150
    hp =
    sp = 0
    __FUNCTION__ = "status_damage"
    #3 0x0819f344 in battle_delay_damage_sub (tid=576, tick=947510858, id=0, data=457067508) at battle.c:236
    src = 0x1b4310d8
    target = 0xabc5cefc
    dat = 0x1b3e4bf4
    #4 0x081edcdf in do_timer (tick=947510858) at timer.c:371
    tid = 576
    diff = 0
    __FUNCTION__ = "do_timer"
    #5 0x081eab7d in main (argc=1, argv=0xbffff2f4) at core.c:367
    next =

    Please let me know how to fix this.

    Thanks.

  4. guild_vs1    mapflag    restricted    8
    guild_vs1-1    mapflag    restricted    8
    guild_vs1-2    mapflag    restricted    8
    guild_vs1-3    mapflag    restricted    8
    guild_vs1-4    mapflag    restricted    8

     

    3310,4096
    3312,4096
    3519,4096
    3520,4096
    3521,4096
    3522,4096
    3523,4096
    3524,4096
    3525,4096
    3526,4096
    3527,4096
    3528,4096

    Still the items can be used on thoes maps, BTW I'm using 3CeAm.
    I even tried 1 with 32, 2 with 64, 3 with 128 and 4 with 256.
    Any other thoughts?



    Fixed.
    //Restricted.txt
    guild_vs1       mapflag restricted      6
    guild_vs1-1     mapflag restricted      6
    guild_vs1-2     mapflag restricted      6
    guild_vs1-3     mapflag restricted      6
    guild_vs1-4     mapflag restricted      6


     

    //item_noequip.txt
    3310,128
    3312,128
    3519,128
    3520,128
    3521,128
    3522,128

    3523,128

    531,128
  5. I got 5 map i need to add few restricted items there, and the map are:
    //Restricted.txt
    guild_vs1       mapflag restricted      64
    guild_vs1-1     mapflag restricted      64
    guild_vs1-2     mapflag restricted      64
    guild_vs1-3     mapflag restricted      64
    guild_vs1-4     mapflag restricted      64
    //item_noequip.txt
    3310,64
    3312,64
    3519,64
    3520,64
    3521,64
    3522,64
    3523,64
    3524,64
    3525,64
    3526,64
    3527,64
    3528,64
    3529,64
    3530,64
    3531,64
    3532,64
    3533,64
    3534,64
    3535,64
    3536,64
    
     

    I'm not able to restrict the items on those 5 maps which i already posted above.
    If any of you guys know how to restrict, help me out, thank you.

  6. 1) In my server, the cretors skill Demonstration damages their own party/guild members, how could i stop that happening.
    2) Skill Phantasmic Arrow wont knock back any player who is under pneuma, but i want Phantasmic Arrow skill to knock back the player which chance
    of 50% success.

    3) How to stop players from droping things in castle wile the WOE(Only wile the WOE) is going on?

    I'm using eathena 3CeAm.
    Can any one share the mod's if you guys have, thank you.



    Demonstration fixed.
    Still need mod's for 2 and 3.
    Ty.

×
×
  • Create New...