Jump to content

dave23

Members
  • Posts

    99
  • Joined

  • Last visited

Posts posted by dave23

  1. Mga sir pa help naman ako sa client ko oh. Nag diff kasi ako ng 03 15 2011 na client and im using the lua files of CalciumKid ung Basic rAthena Client. Ang prob ko is ung login nya hindi parin na restore kahit nilagyan ko then ung aura need ko mag teleport pa para lang makita ung aura pero ung ibang tao naman hindi makita aura ko, next is ung mount hindi na nakikita dati nakikita nung 2011 pa ako gumagawa and im using 2010 11 16 pa nun pero nag try ako ngaun naman ng ng ganung client ayaw narin. Ginamit ko kasi ung modification sa eA using mount. Then last is ung costume nalalagay siya dun sa place na yun pero hindi nakikita yung itsura.

  2. yes im requesting something new. So that newbies can see if the mob is alive then there's a timer that when they will be alive again. then with all the names of MvP then says dead or alive

  3. Can i request a script that npc list the mvp name then if its alive and what map and if its dead has a timer when it will be alive again. Thanks!

  4. I've tried to follow the changes of rathena to 3CeAM but still i've got errors when compiling.

    I attached my pc.c, pc.h

    Im using 3CeAM 640. Modified by me.

    I've followed the instructions from r15194

    map.rar

  5. Yeah i've put a wrong title. but can you help me with my problem? cause even i diff 03 15 client still auto login when exit and the mounts were not showing the sprite but ive already patch it with the patch of 3CeAM. Or you can diff me and help me with my problem thanks!

  6. Sir i want to request a 03 15 2011 Client that is stable with:

    1. Aura fix

    2. Login fix

    3. Support mount

    4. And other bugs that is fix

    Basic Rathena Client that i've downloaded are buggy. no aura, login is auto exit when incorrect pass,etc..

  7. // -- Requested by Topher

    // -- Guild Master can take the Rewards everyday after 8.00 PM. [ Based on your WOE Time End ]

    prtg_cas01,204,204,5 script Guild Rewarder 2035,{

    set .@npcname$,"[ ^0000FFGuild Rewarder^000000 ]";

    SetArray(.@GuildReward[0], 7729, 674, 7831); // Reward Item ID

    SetArray(.@EachMembers[0], 1000, 150, 50); // Amount for Each members

    if ( getguildname(getcastledata("prtg_cas01",1)) == "null" ){

    npctalk "I will only serve for Castle Owner.";

    end;

    }

    if ( getcharid(2) != getcastledata("prtg_cas01",1) ){

    npctalk "I only serve for "+getguildname(getcastledata("prtg_cas01",1))+" Guild.";

    end;

    }

    mes .@npcname$;

    mes "Your guild can only claim rewards with me every time WOE has ended.";

    if ( strcharinfo(0) == getguildmaster(getcharid(2)) ){

    mes " ";

    mes "^FF0000Wait awhile.....Recalling Guild Members............^000000";

    atcommand "@guildrecall "+getcharid(2)+"";

    sleep2 3000;

    mes "^0000FFDONE^000000";

    }

    next;

    switch(select(( $@GuildReward == 1 || strcharinfo(0) != getguildmaster(getcharid(2)) )?"":"Claim WOE Rewards",

    "Information",

    ( getgmlevel() < 90 )?"":"^FF0000Reset Time^000000")) {

    Case 1: goto ClaimReward;

    Case 2: goto Information;

    }

    ClaimReward:

    mes .@npcname$;

    mes "You may distribute those items for your guild members.";

    for(Set(.@i, 0); .@i < GetArraySize(.@GuildReward); Set(.@i, .@i + 1))

    GetItem(.@GuildReward[.@i], .@EachMembers[.@i] * GetMapGuildUsers(strcharinfo(3), getcharid(2)));

    announce "Guild Master [ "+getguildmaster(getcharid(2))+" ] Gained some rewards from me . Guild members may take from him.",bc_map;

    npctalk "Each of you may get ["+.@EachMembers+" x "+getitemname(.@GuildReward)+"] from Guild leader.";

    message strcharinfo(0),"Distribute those reward to your Guild Members.";

    set $@GuildReward,1;

    close;

    Information:

    mes .@npcname$;

    mes "I am a Guild Rewards distributor. I alway reward those guild who have been fighting hardly in WOE .";

    mes "In order to thank for they efforts, i have decide to give you all some rewards after you guys have claim the castle ownership.";

    next;

    mes .@npcname$;

    mes "Only Guild Leader can claim the Reward from me.";

    close;

    end;

    }

    Can someone fix this? because my players cant get the prize even after the woe ends. thanks for fixing :)

  8. Sir can i have the maps,db,npcs and lua files until port malaya? cause ill update my server manually and want to try it. thanks! Anyway im using 2010-07-30a Client with miruku . I doesnt use the 3rd jobs just the renewal things

  9. Can someone help me from my client because i diff it with 2010-07-30 and the client doesnt read the grf of mine i tried alot to fix this but still cant read it. When i make my data folder with my things in it, it runs but if my data folder is gone and the grf only it doesnt read. pm me if you can trace the defect of my grf and my client.

×
×
  • Create New...