Jump to content

Taylor

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Gender
    Female

Recent Profile Visitors

1446 profile views

Taylor's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hello sirs, please help me with this script: http://rathena.org/board/topic/84668-vote-npc/ I would like to make it ip based, cause in that script its only account based, my knowledge in scripting is not that advanced so I really hope someone can help me.
  2. You always got the solution sir capuche. Thank you.
  3. Hello everyone, Can someone help me what script to add to prevent players from abusing the reward npc in devil square event, they make their alt characters stay in the safe place until the end of event just to get extra rewards. Is it possible to kick out the players in the map if they are afk/not moving for atleast 2 minutes? Cause we have to check every players who joins DS event if they are actively participating, if not we need to recall them back to prontera everytime the event starts. I want it to auto kick the player back to prontera without giving them a warning. Please help what script to add. thank you. This is the script: http://pastebin.com/6VbmENWL
  4. Hello, Can someone help me with this script, cause everytime the event runs the guild owning it always break the emp. Cause even if you're the owner of the emp you can still break it and force kick the other guilds. Is there a way to fix the script so the guild owning it wont be able to break it again? Tyvm. - script KoE -1,{ OnInit: disablenpc "The King#KoE"; disablenpc "Get Your Price Here#KoE"; end; OnWhisperGlobal: if ( getgmlevel() < 99 ) end; else if ( compare ( @whispervar0$, "on" ) ) goto L_start; else if ( compare ( @whispervar0$, "off" ) ) goto L_end; else end; L_end: OnClock1300: OnClock2110: announce "The King of Emperium Hill is over!", 0; set .koe_start, 0; enablenpc "Get Your Price Here#KoE"; disablenpc "The King#KoE"; killmonsterall "guild_vs1"; end; L_start: OnClock1200: OnClock2010: announce "The King of Emperium Hill has begun! Please proceed to prontera to join", 0; set .koe_start, 1; enablenpc "The King#KoE"; disablenpc "Get Your Price Here#KoE"; set $koegid, 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; OnEmpDead: set $koegid, getcharid(2); announce "The current King of Emperium Hill is the [" + strcharinfo(2) + "] guild.", 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; sleep 500; if ( .koe_start ) monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; } // KoE Entrance prontera,147,162,6 script The King#KoE 966,{ mes "[The King]"; if ( getcharid(2) == 0 ) { mes "You must have a guild to participate in the ^FF0000King of Emperium Hill Tournament^000000."; close; } mes "Hello."; mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?"; if ( select ( "Yes", "No" ) == 2 ) close; switch( rand(1,4) ){ case 1: warp "guild_vs1", 50, 88; end; case 2: warp "guild_vs1", 88, 50; end; case 3: warp "guild_vs1", 50, 11; end; case 4: warp "guild_vs1", 11, 50; end; } } // KoE Exit guild_vs1,49,56,5 script Get Your Price Here#KoE 51,{ mes "[ Exit ]"; mes "See ya."; if ( getcharid(2) == $koegid ) getitem 607, 20; // configure prize here next; warp "Save",0,0; close; } // Flags guild_vs1,49,38,4 script King of Emperium Hill#1::koe_flag 722,{ set .@gid, $koegid; if ( .@gid == 0 ) end; mes "[King of Emperium Hill]"; mes "The Current King of Emperium Hill is the ["+ getguildname(.@gid) +"] guild."; close; OnRevKoE: flagemblem $koegid; end; } guild_vs1,61,49,6 duplicate(koe_flag) King of Emperium Hill#2 722 guild_vs1,38,49,2 duplicate(koe_flag) King of Emperium Hill#3 722 guild_vs1,49,61,0 duplicate(koe_flag) King of Emperium Hill#4 722 prontera,156,192,4 duplicate(koe_flag) King of Emperium Hill#5 722 guild_vs1 mapflag gvg guild_vs1 mapflag nobranch guild_vs1 mapflag nomemo guild_vs1 mapflag nopenalty guild_vs1 mapflag noreturn guild_vs1 mapflag nosave SavePoint guild_vs1 mapflag noteleport guild_vs1 mapflag gvg_noparty guild_vs1 mapflag nowarp guild_vs1 mapflag nowarpto
  5. Taylor

    @reloaditemdb

    Hi sir Red, yes I have a backup of the server without the harmony. And in the local server it doesnt have harmony @reloaditemdb is working very smoothly. Editing everything I can in one shot once a week, thats what I do, hehe. Yes I just wish I didnt purchase harmony without a lack of customer support on their part. The only problem when I remove harmony, It will require to create a new installer/patcher for the players again. I forgot to mention, im using SVN 17282 Im also starting to think of removing it, but I guess I have to finish my billing cycle cause I purchase a monthly harmony plan. But then still undecided/confused lol. I hope theres @reloaditemdb2 just like this one: http://trac.rathena.org/changeset/12662/rathena .. So I can just add the command. Thanks for the time. Well it actually depends if the function of the @reloaditemdb is the one that is making your server crash and @reloaditemdb2 will have the same function. Well I guess I won't sign up for harmony because there are ways for you to prevent cheats in your server hehe. Anyway let me try and look at the @reloaditemdb2 hehehe. I'm not giving assurance but let me see what I can do, even though if some people will be able to read this and they have a solution they'll post it. GL. Thanks sir I really appreciate it.
  6. Taylor

    @reloaditemdb

    Hi sir Red, yes I have a backup of the server without the harmony. And in the local server it doesnt have harmony @reloaditemdb is working very smoothly. Editing everything I can in one shot once a week, thats what I do, hehe. Yes I just wish I didnt purchase harmony without a lack of customer support on their part. The only problem when I remove harmony, It will require to create a new installer/patcher for the players again. I forgot to mention, im using SVN 17282 Im also starting to think of removing it, but I guess I have to finish my billing cycle cause I purchase a monthly harmony plan. But then still undecided/confused lol. I hope theres @reloaditemdb2 just like this one: http://trac.rathena.org/changeset/12662/rathena .. So I can just add the command. Thanks for the time.
  7. Hello, Im having problem with @reloaditemdb since I purchased harmony the mapserver crashes when I use it. I was advised to contact harmony, But then still no response from them for a month. I keep sending them a msg with all the info they may need, but I guess I'll just give up on contacting them. My request is that, can anyone give me a source code similar to @reloaditemdb function like @reloaditemdb2 or something like that?? maybe its a better idea than to contact harmony and hope for nothing. Please help Thanks in advance.
  8. Hi Sir Bynner, yes I know that I just need to replace the gm sprite, but I cant find the filename cause its written in Korean, lol. I need the path and the filename. Thanks.
  9. Hi, I can't find what file to edit to change GM sprite in rathena, please tell me what exactly I should be looking for in the sprite folder. Thanks.
  10. Hello, Can someone please help me make NPC that gives 60,000 Cash Points every 24 hours. Can give one character per account and is IP based. Players just have to click on it every day, npc will say "Hi [player name], this is your free cash points for today." Something like that. Thanks in advance.
  11. Hello Feefty, I'm really happy to use your addon, i have configured everything that I can (to the best of my knowledge) and all seems to be working except after I vote the image didn't change and the Vote Now didn't start the countdown. The thing is there's no error on the error log so i'm kinda lost. Hope you can help me with this.
  12. Hi, please help me balance warlock skill combo damage. I dont know what to do and where to edit the source. Heres my prob. a. If the warlock use Frosty Mist + Jack Frost skills at the same time, it can onehit kill the player. b. also same as Frosty Mist + Earth Strain skills, can onehit kill the player. Do you think I only have to edit the Frosty Mist skill effect? and How? Please help me. Thanks in advance.
  13. Hello rAthena, I'm getting server error when I go to "Vote for Points" on my website. Upon checking the error logs i found this... PHP Fatal error: Call to a member function points() on a non-object in /home/xxXXXxx/public_html/addons/voteforpoints/modules/voteforpoints/index.php on line 32 Please help. Thanks in advance...
  14. Hello, Im having trouble with my @reloaditemdb command, since I purchased harmony, it exits the mapserv everytime I execute the command. So whenever I test some items I still need to wait at night when there are a few players playing to reset the server just to change a single item effect lol. If anyone has an idea on how to fix this in harmony settings, please help me. Thanks in advance.
×
×
  • Create New...