Jump to content

Begin

Members
  • Content Count

    85
  • Joined

  • Last visited

Posts posted by Begin


  1. No errors found when build. But the nohomunc is unrecognized.

    [Error]: npc_parse_mapflag: unrecognized mapflag 'nohumunc' in file 'npc/mapflag/nohomunc.txt', line '6'.

    How to fix?

    Thanks in advance.

    EDIT: type error "nohumunc". The plugin is working.


  2. Salamat po sa pagtulong sir. May isa nalang pong mali. 

    Player 1 = PK OFF

    Player 2 = PK ON

    Yung Player 1 hindi nakaka atake which is tama po.

    Yung Player 2 naaatake nya yung Player 1 na naka PK Off. Dapat po hindi.


  3. Hello Sir, gumana po yung mods pero dapat hindi po dapat nag tuturn on ng kusa yung PK State kapag pumunta ka sa PvP Maps.

    Tinry kong alisin yung line na to sir kung gagana, di rin pala.

        if((sd->state.pk_mode && map->list[sd->bl.m].flag.pvp)
                || (sd->state.pk_mode && map->list[sd->bl.m].flag.gvg)
                || (sd->state.pk_mode && map->list[sd->bl.m].flag.gvg_castle)
                || (sd->state.pk_mode && map->list[sd->bl.m].flag.gvg_castle)
                || (sd->state.pk_mode && map->list[sd->bl.m].flag.battleground))

    Pwede mo ba sir paganahin na pag pumunta ka ng PvP Map, hindi sya mag tuturn on ng kusa unless nag turn on ka sa town?

    Salamat sir!


  4. Hello mga sir, baka meron kayong plugin or source mod dyan ng @pk? Makikihingi naman. Di ko kasi magamit yung kay Dastgir. Pang PK Off server lang sya.

    Eto yung settings ni malufett sa rAthena:

    @pkmode does:

    enable/disable individual to be hit/deal in pk mode

    Notes:

    - use @pk to enable/disable

    - won't work in duel(of course you accept therefore you must face the opponent)

    - won't work in battlegrounds and guild wars

    - won't work on mobs

    - only works in PVP mode/maps

    Ref: https://rathena.org/board/topic/62914-pk-command/#comment-106533

    Thanks in advance.

    pk_mod_rA_r16215.PATCH

    Thanks!


  5. Hello, can someone convert this to Hercules?This source mod is from malufett.

    @pkmode does:

    enable/disable individual to be hit/deal in pk mode

    Notes:

    - use @pk to enable/disable

    - won't work in duel(of course you accept therefore you must face the opponent)

    - won't work in battlegrounds and guild wars

    - won't work on mobs

    - only works in PVP mode/maps

    Ref: https://rathena.org/board/topic/62914-pk-command/#comment-106533

    Thanks in advance.

    pk_mod_rA_r16215.PATCH


  6. When the player leaves the private mvp room it clears the monster inside?

    - I don't know, I can try it later night. I just make the 200z because I don't know how to remove that. It causing me errors when I tried.


  7. Hi everyone! May I (we) request a plugin that is suitable for PK Servers?

    Dastgir's pk plugin is a good one but there is an issue if your server is PK Enabled. Both players with PK OFF State can still attack each other.

    It must be (malufett created this on rAthena):

    - PK Enabled Server

    - @pk command can only be used in towns

    - You need to wait 15 minutes before using it again

    - It won't work on duel

    - It won't work on mobs

    - Only works in PVP Mode/Maps

    Reason: PK Enabled feature is popular in Philippine Servers and the @pk off command is useful for newbies. When farming, when just want to watch the PKing, new hangout for PvP so they can choose any map they want to PK.

    Thanks in advance.


  8. Try my modified script:

    prontera,164,161,3	script	Private Branch Room	962,{
    setarray $@maps$[1], "new_1-3", "06guild_01", "06guild_02", "06guild_03", "06guild_04", "06guild_05", "06guild_06", "06guild_07", "06guild_08";
    setarray .@price[1], 200, 35000000, 35000000, 35000000, 35000000, 35000000, 35000000, 35000000, 35000000;
    for(set .@b,1; .@b < getarraysize($@maps$); set .@b,.@b + 1) {
    	if(.@b==1){ set .@menu$, .@menu$  + "Public- "+((getmapusers($@maps$[.@b])>=30)?"^CD0000Closed^000000("+getmapusers($@maps$[.@b])+")":"^007700Open^000000("+getmapusers($@maps$[.@b])+") ["+.@price[.@b]+" zeny]")+":"; } else { set .@menu$, .@menu$  + "Private["+(.@b-1)+"]- "+((getmapusers(""+$@maps$[.@b]+"")>=5)?"^CD0000Closed^000000("+getmapusers($@maps$[.@b])+")":"^007700Open^000000("+getmapusers($@maps$[.@b])+") ["+.@price[.@b]+" zeny]")+":"; }
    }
    if(select(.@menu$)) {
    	if(Zeny<.@price[@menu]){mes "I'm sorry but you don't have enough Zeny, please come back later."; close;}
    	if(getmapusers($@maps$[@menu])<=30&&@menu==1){
    		set Zeny,Zeny-.@price[@menu];
    		set $@maps$,$@maps$[@menu];
    		setnpctimer 0; attachnpctimer(strcharinfo(0)); startnpctimer; warp $@maps$[@menu],150,148; end;
    	}
    	if(!getmapusers($@maps$[@menu])){
    		mes "Use Private DB Room for 30 minutes!";
    		mes "But you need to pay me 35 Million Zeny";
    		mes "Input a new password.";
    		input($password$[@menu]);
    		set Zeny,Zeny-.@price[@menu];
    		set $@maps$,$@maps$[@menu];
    		next; setnpctimer 0; attachnpctimer(strcharinfo(0)); startnpctimer; warp $@maps$[@menu],50,50; end;
    	}
    	if(getmapusers($@maps$[@menu])<=5&&@menu!=1) {
    		mes "This room is password protected please input the password now.";
    		input(@name$);
    		if(@name$==$password$[@menu]){
    			set Zeny,Zeny-.@price[@menu];
    			set $@maps$,$@maps$[@menu];
    			mes "correct!"; next; setnpctimer 0; attachnpctimer(strcharinfo(0)); startnpctimer; warp $@maps$[@menu],50,50; end;
    		} else {
    			mes "Incorrect!";
    			close;
    		}
    	} else {
    		mes "I'm sorry this room is full.";
    		close;
    	}
    }
    
    OnTimer1800000:
    if(strcharinfo(3)==$@maps$){
    	warp "prontera",156,181;
    	end;
    }
    }

×
×
  • Create New...

Important Information

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