Jump to content

maynard

Members
  • Posts

    159
  • Joined

  • Last visited

Posts posted by maynard

  1. Sir basa basa lang po. masarap matuto. Isa isahin mo lang muna at wag mo biglain. I mean paganhin mo muna ng wlang error. Tapos pag ok na try mo i-Online then sunod sunod na un. Paglalagay ng npc, patcher mga custom basta wag ka muna aalis sa isang bagay hanggat di mo natututunan. Pag may problem wag mo SKIP ask ka lang sa mga master dito.Madami naman ang gustong tumulong.Free po ung tulong na binibigay ng iba.ewan ko lang if may bayad sa iba.Anyway bakit ka nga naman mag babayad if pwede naman libre.XD

  2. How to delete item using querry? I have here MySQL Querry Browser.I dont know the step by step in deleting item.

    DELETE FROM `auction` WHERE nameid=512;

    DELETE FROM `cart_inventory` WHERE nameid=512;

    DELETE FROM `guild_storage` WHERE nameid=512;

    DELETE FROM `inventory` WHERE nameid=512;

    DELETE FROM `mail` WHERE nameid=512;

    DELETE FROM `storage` WHERE nameid=512;

    I found this in eathena but I dont know how to implement it and where to type it.Im lost here.

  3. player will be kick on specific time 12:00 and they cant log in. Then on 16:00 they can log in again. the neme will be in a array. John, Joe, Joel,,,,,,,,and many more.

    or at 12:00 npc will kick then ban the players from log in for 4 hours. I will put the names of player.

  4. This is created by Emistry and it works fine for me. How can I bypass the 128 limit because I put so many that it over lap the first 1.

    - script Sample -1,{
    OnWhisperGlobal:
    if( getgmlevel() < 40 ) end;
    mes "Please insert the Item ID";
    input .@ItemID;
    for( set .@i,0; .@i < getarraysize( .Forbidden ); set .@i,.@i + 1 )
    if( .@ItemID == .Forbidden[.@i] && getgmlevel() <= .MinGMLevel ){
     mes "Sorry you cant create this item.";
     close;
    }
    mes "Input the Amount";
    input .@Amount;
    mes "DOne.";
    getitem .@ItemID,.@Amount;
    close;
    
    OnInit:
    set .MinGMLevel,50;
    setarray .Forbidden[0],501,502,503;
    end;
    }

  5. thank sir its working but the GM can still warp and I was looking for a script that will hold them or kick them out when woe start as in when agitstart automatic kick or warp to a room with no @commands. I have a script here that will kick them out but only if they login during woe.If they are online before woe they wont be kick unless they go to a place with mapflag.What I'm trying to achieve is when agitsart they will be automatically kick or they will be hold to a room and cant leave or use command. They will be kick wherever they are.I read that OnPCLoadMapEvent needs a map to initiate the kicker.The problem is I need to put many maps.Server has 3 guilds and all 3 have their own GM.They dont stop thinking how to take advantage of each other.PLayer thinks they are smart but for me YOU guys are the best, hahaha.

    - script kick_gm_in_woe -1,{
    OnPCLoginEvent:
     if (getgmlevel()>0 && getgmlevel() <= 50 && (agitcheck() || agitcheck2())) {
    atcommand "@kick "+ strcharinfo(0);
    }
    end;
    }
    - script no_gm_in_woe -1,{
    OnPCLoadMapEvent:
    if (getmapflag(strcharinfo(3), mf_gvg_castle)) {
     if (getgmlevel()>0 && getgmlevel() <= 50 && (agitcheck() || agitcheck2())) {
      announce "GMs are not allowed in the castles during WoE.",bc_all,0xFFFF00;
      atcommand "@kick "+ strcharinfo(0);
     }
    }
    end;
    }
    aldeg_cas01 mapflag loadevent
    aldeg_cas02 mapflag loadevent
    aldeg_cas03 mapflag loadevent
    aldeg_cas04 mapflag loadevent
    aldeg_cas05 mapflag loadevent
    gefg_cas01 mapflag loadevent
    gefg_cas02 mapflag loadevent
    gefg_cas03 mapflag loadevent
    gefg_cas04 mapflag loadevent
    gefg_cas05 mapflag loadevent
    payg_cas01 mapflag loadevent
    payg_cas02 mapflag loadevent
    payg_cas03 mapflag loadevent
    payg_cas04 mapflag loadevent
    payg_cas05 mapflag loadevent
    prtg_cas01 mapflag loadevent
    prtg_cas02 mapflag loadevent
    prtg_cas03 mapflag loadevent
    prtg_cas04 mapflag loadevent
    prtg_cas05 mapflag loadevent
    schg_cas01 mapflag loadevent
    schg_cas02 mapflag loadevent
    schg_cas03 mapflag loadevent
    schg_cas04 mapflag loadevent
    schg_cas05 mapflag loadevent
    arug_cas01 mapflag loadevent
    arug_cas02 mapflag loadevent
    arug_cas03 mapflag loadevent
    arug_cas04 mapflag loadevent
    arug_cas05 mapflag loadevent

    Please remove this if off topic or wrong section.This script is not mine and made by guys here in rathena.

  6. Sir how to kick gm lvl 50 below during woe then after woe they can login.

    please make a script that will warp all GM below 50 to a single room when the woe start. they can't leave until the woe finish.thank you.

  7. there are cash point and pvp point. What I want is points that will give in times of woe. Whenever they kill someone during woe they get points. They must be inside the castle to get points Kriemhild is the castle. Then they can exchange it for item if they want.

  8. Requesting for a Top 10 breaker in woe. everytime they break they earn breaker points and can be exhange for item.the ladder will show rank, no. of times they break and points. If they use their points it will not effect their ranking. only points will deduct.

    2 npc will be ok. 1 for the ladder 1 for the npc store. please make the store easy to edit so that I can put more items to exchange or sell via breaker points.Thanks.

    I have a emperium breaker room and it is disabled when woe.I hope it will not conflict.

  9. Requesting for a script or scr mod that gives the following effect

    GM lvl 50 below will not be able to use temporarily any @commands during woe hours.

    GM lvl 50 below can not enter castle during woe. After woe it will go back to normal and they can freely use their @commands.

×
×
  • Create New...