Jump to content

Nova

Members
  • Content Count

    69
  • Joined

  • Last visited

Posts posted by Nova


  1. I'm not running Herc so I can't test for you, but check this line.

    getmapflag(strcharinfo(3),mf_zone);

    If it returns something higher than 1 we should be able to do this easily.

     

    Obviously test it on a zone you've marked as your custom zone.

     

     

    Uh, I'm not quite sure how experienced you are with this stuff. I'll clarify just in case, I mean no disrespect.

     

    prontera,158,180,4	script	MapCheck	4_F_CAPEGIRL,{mes "Mapflag: "+getmapflag(strcharinfo(3),mf_zone)+"";end;}

    After activating your mapflag in the map_zone_db file and reloading those.


  2. Just make 3 custom items, an NPC that checks what your citizenship is, and gives you the appropriate "Citizen ID" item.

    Each one of the items can be something like this:

     

    100000,Rune-Midgard ID,Rune-Midgard ID,11,0,,0,,,,0,0xFFFFFFFF,63,2,,,,,,{ warp "prontera",150,180; },{},{}

     

    Obviously change the item ID, Name, and script to fit whatever you want it to be.

     

    If you need more help with this feel free to PM me tomorrow, I'm headed to bed.


  3. Your multi-level up conf should be set to yes still.

     

    sd->status.base_exp -= next;
    //Kyoki pointed out that the max overcarry exp is the exp needed for the previous level -1. [skotlex]
    if(battle_config.multi_level_up && sd->status.base_level < 80 && sd->status.base_exp > next-1)
    sd->status.base_exp = next-1;

     

    Just remove the ! and it should be fine I believe.


  4. I replaced all of your 

    OnTouchNPC:

    with

    OnTouchNPC:	.@mob = getattachedrid();
    and your
    //unitwarp 0, "this", -1, -1;
    with
    unitwarp .@mob, "this", -1, -1;

     

    Though you know what, I like 

    unitskilluseid .@mob,26,1;

    better.

     

    Also added

    moro_vol,0,0,0,0	monster	Incarnation of Morocc	1918,15,0,0,0moro_vol,0,0,0,0	monster	Incarnation of Morocc	1919,15,0,0,0moro_vol,0,0,0,0	monster	Incarnation of Morocc	1920,15,0,0,0moro_vol,0,0,0,0	monster	Incarnation of Morocc	1921,15,0,0,0moro_vol,0,0,0,0	monster	Fire Condor	3020,30,0,0,0moro_vol,0,0,0,0	monster	Fire Sandman	3021,30,0,0,0moro_vol,0,0,0,0	monster	Fire Frilldora	3022,30,0,0,0moro_vol,0,0,0,0	monster	Fire Golem	3023,30,0,0,0moro_vol,0,0,0,0	monster	Fulbuk	3027,10,0,0,0

    From the Divine-Pride.net database, but sadly I can't find too much mob info on these mobs. Are they supposed to be this weak?


  5. I think RMS has a much stronger pull than all the votesites combined, but at the same time, I'm of the philosophy that if a single player joined and stayed due to a vote site, it was worth it.

    Sadly I haven't kept track of my traffic, but when I first started my server up, I didn't intend on using a V4P system, and the players really really wanted it.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.