-
Posts
146 -
Joined
-
Last visited
Profile Information
-
Gender
Female
-
Location
Manila
Recent Profile Visitors
3,722 profile views
Freya Jorgenson's Achievements
Poring (1/15)
1
Reputation
-
Map server won't start: Invalid error
Freya Jorgenson replied to Freya Jorgenson's question in General Support
Hi, sorry for the late response. I already fixed this at the time of your reply. Thanks much. -
Hello All, I just got back to working on server files again after being out of the loop for 6 years and I am having this issue with my server. It was working fine and all of a sudden started to give me random errors that caused my map server to crash. I have not done anything yet aside from trying to disable some items and cards. Please help.
-
Hi, I would like to ask how to activate /lightmap when a player logs in to the game. There are some people who choose to disable it ALWAYS, but I would want them to have it enabled to see some effects and if they dont want it they can disable after. Thanks in advance.
-
[Free RELEASE!] Moon Haven from EPIC
Freya Jorgenson replied to K e o u g h's topic in Maps & 3D Modeling Showcase
Thank you for the nice map! Was able to use it in one of my monthly even/them =) -
Halloween Event: Undead/Zombie Mode
Freya Jorgenson replied to GmOcean's topic in Game, Event, Quest Script Releases
how to activate? sorry nevermind =) testing it now Thank you -
Hello, May I request for a Kirin Wing? Just like the one in pRO. Thank you for your help in advance. =)kirin.bmp
-
Hi, I have just updated my SVN from 17400 to 17435. I have noticed that Clown songs are not working inside Land Protector. I have tried to do some research and seen that this issue should have been addressed in 17428 http://trac.rathena.org/changeset/17428/rathena but I am running the higher SVN now. Need advise. Thanks in advance.
-
Ghost's Scripts [Latest: Ghost's PvP System v1.3]
Freya Jorgenson replied to Ghost's topic in Script Collections
I did download, and successfully added it to the client. my grf>data/wav/sound files. same thing, it erros. there is no 0_mk0.wav file when i downloaded the Sound Files. May i am missing a file? hmm hi, where you able to resolve this? I got the same issue =) -
Hi , mine is already ON, but still does not show the Guild Notice. Any other advise? Thanks in advance.
-
Please help me insert a duplicate job checker on my script
Freya Jorgenson replied to Freya Jorgenson's question in Scripting Support
Thank you Capuche. It is working great. I have also seen how you help the other thread starter regarding on adding a timer and countdown and block the moves. He has a follow up question on how to put the word "GO" . The script you gave is : bg_updatescore "guild_vs2", .score[1], .score[2];// <- block the move after this line for ( [email protected] = 0; [email protected] < .minplayer2start; [email protected]++ ){// block the players pcblockmove .team1aid[[email protected]],1; pcblockmove .team2aid[[email protected]],1; } sleep 5000;// add a delay of 5 secs for ( [email protected] = 0; [email protected] < .minplayer2start; [email protected]++ ){// unblock players if ( isloggedin( .team1aid[[email protected]] ) ) pcblockmove .team1aid[[email protected]],0; if ( isloggedin( .team2aid[[email protected]] ) ) pcblockmove .team2aid[[email protected]],0; } sleep 5000;// add a delay of 5 secs mapannounce "guild_vs2", "buff ready",0; for ( [email protected] = 5; [email protected] >= 0; [email protected] ){// mapannounce the count 5 4 3 sleep 1000; mapannounce "guild_vs2", "Start in "+ [email protected] +" seconds..",0; } Which I am planning to incorporate with my script. Would you mind getting me to direction on how to put a debuff command as well on my script once they are warped inside? -
Please help me insert a duplicate job checker on my script
Freya Jorgenson posted a question in Scripting Support
Hello, I am using the following script and would like to add a duplicate job checker on my script. I have tried to incorporate several job checker script but being a noob in scripting, I got nothing worked. Credits to the creator of this script, btw. prontera,134,169,6 script 7v7 Team Wars::teamwar 469,{ if (getgmlevel() >= 99){ menu "standard menu",standard,"reset",lend; } standard: set [email protected],2; // number of party members change this to your party size you want set [email protected],0; getpartymember(getcharid(1)); set @partymembercount,[email protected]; if ( [email protected] == 1 ) { mes "The Sign Ups are currently unavailable because a match is in progress. Don't hesitate to try again in a few minutes!"; close; } if ( @partymembercount == [email protected] ) { if ( [email protected] == getcharid(1) ) { mes "Do you wish to sign out your team?"; next; if (select("I Give up ~.","Never Say Quit !!")==2) close; announce "Team 1 : [ " + getpartyname([email protected]) + " ] has sign out. We need another Party to sign up now!",bc_yellow|bc_map; set [email protected], 0; close; } if ([email protected]==getcharid(1)) { mes "Do you wish to sign out your team?"; next; if (select("I Give up ~.","Never Say Quit !!")==2) close; announce "Team 2 : [ " + getpartyname([email protected]) + " ] has sign out. We need another Party to sign up now!",bc_yellow|bc_map; set [email protected], 0; close; } mes "Hello "+strcharinfo(0)+" what do you want?"; if (([email protected]!=0) && ([email protected]!=0)) { mes "The Sign Ups are currently unavailable because a match is in progress. Don't hesitate to try again in a few minutes!"; close; } if ( getpartyleader(getcharid(1),2) != getcharid(0) ) { mes "Only party leader have the right to sign up / out from the game with me.."; close; } mes "Choose your team to register."; switch(select("Red Team - [" + GetPartyName([email protected]) + "] :Blue Team - [" + GetPartyName([email protected]) + "]")) { case 1: mes "[ Team War ]"; if ([email protected]==0 || getpartyname([email protected])=="null") { getpartymember(getcharid(1)),1; getpartymember(getcharid(1)),2; copyarray [email protected][0],[email protected][0],[email protected]; copyarray [email protected][0],[email protected][0],[email protected]; for (set [email protected],0; [email protected]<[email protected]; set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) set [email protected],[email protected]+1; } if([email protected] < [email protected]) { mes "You need all your party members to be online to Register"; close; } set [email protected], getcharid(1); initnpctimer; mes "Your Party is now subscribed, good luck!"; announce "Team 1 : [ " +getpartyname([email protected])+ " ] has sign up For the Team War!",bc_blue|bc_map; doevent "teamwar::OnSubscriptionTeam"; close; } else { mes "I'm sorry! Another Team has sign up before you..."; close; } case 2: mes "[ Team War ]"; if ([email protected]==0 || getpartyname([email protected])=="null") { getpartymember(getcharid(1)),1; getpartymember(getcharid(1)),2; copyarray [email protected][0],[email protected][0],[email protected]; copyarray [email protected][0],[email protected][0],[email protected]; for (set [email protected],0; [email protected]<[email protected]; set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) set [email protected],[email protected]+1; } if([email protected] < [email protected]) { mes "You need all your party members to be online to Register"; close; } set [email protected], getcharid(1); initnpctimer; mes "Your Party is now subscribed, good luck!"; announce "Team 2 : [ " +getpartyname([email protected])+ " ] has sign up For the Team War!",bc_blue|bc_map; doevent "teamwar::OnSubscriptionTeam"; close; } else { mes "I'm sorry! Another Team has sign up before you..."; close; } } } else { mes "[Event Handler]"; mes "Please contact your party leader."; mes "Your team must have a party consisting of "[email protected]+" members."; close; } OnSubscriptionTeam: getpartymember([email protected]),1; getpartymember([email protected]),2; copyarray [email protected][0],[email protected][0],[email protected]; copyarray [email protected][0],[email protected][0],[email protected]; for (set [email protected],0; [email protected]<[email protected]; set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) set [email protected],[email protected]+1; } if([email protected] < [email protected]) { announce "Team War : "+getpartyname([email protected])+"are not all online the match has been canceled",0; announce "Team War : registration for 2 new teams are now available",0; goto lend; } if ( [email protected] && [email protected] != [email protected] ) { announce getpartyname([email protected]) +" has extra party members !", 0; goto lend; } getpartymember([email protected]),1; getpartymember([email protected]),2; copyarray [email protected][0],[email protected][0],[email protected]; copyarray [email protected][0],[email protected][0],[email protected]; for (set [email protected],0; [email protected]<[email protected]; set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) set [email protected],[email protected]+1; } if([email protected] < [email protected]) { announce "Team War : "+getpartyname([email protected])+"are not all online the match has been canceled",0; announce "Team War : registration for 2 new teams are now available",0; goto lend; } if ( [email protected] && [email protected] != [email protected] ) { announce getpartyname([email protected]) +" has extra party members !", 0; goto lend; } if([email protected]!=0 && [email protected]!=0){ announce "Team War : We have 2 Teams signed up now : "+getpartyname([email protected])+" and "+getpartyname([email protected])+".",bc_blue|bc_map; set @win1, 0; set @win2, 0; goto Onstart; } end; OnTimer50000: if (([email protected]!=0) && ([email protected]!=0)) { stopnpctimer; end; } stopnpctimer; set [email protected], 0; set [email protected], 0; announce "Team War : we lack teams to start registration for two teams are now available",0; end; OnStart: warpparty "guild_vs2",89,49,[email protected]; warpparty "guild_vs2",11,49,[email protected]; set [email protected],1; end; lend: stopnpctimer; set [email protected],0; set [email protected],0; set [email protected],0; set @win1,0; set @win2,0; set @partymembercount,[email protected]; announce "Thanks for joining!",0; end; OnTimer250000: Announce "Team War : No Party won due to time limit!",0; mapwarp "guild_vs2","prontera",156,191; goto lend; end; OnPCDieEvent: OnPCLogoutEvent: if(strcharinfo(3) != "guild_vs2") end; warp "prontera",156,191; for(set [email protected], 0; [email protected] < [email protected]; set [email protected], [email protected] + 1) { if ( [email protected][[email protected]] == getcharid(0)) { deletearray [email protected][[email protected]], 1; deletearray [email protected][[email protected]], 1; if( getarraysize([email protected]) == 0 ) { set @win2,getarraysize([email protected]); goto onwin; } } if ( [email protected][[email protected]] == getcharid(0) ) { deletearray [email protected][[email protected]], 1; deletearray [email protected][[email protected]], 1; if( getarraysize([email protected]) == 0 ) { set @win1,getarraysize([email protected]); goto onwin; } } } end; onwin: if (@win1==0) { warpparty "prontera",156,191,[email protected]; warpparty "prontera",156,191,[email protected]; Announce "Team War :"+GetPartyName([email protected])+" won and got 3 RoK Star Badges!",0; for ( [email protected] = 0; [email protected] < @win2; [email protected]++ ) getitem 7905, rand(3,3), [email protected][[email protected]]; goto lend; } if (@win2==0) { warpparty "prontera",156,191,[email protected]; warpparty "prontera",156,191,[email protected]; Announce "Team War :"+GetPartyName([email protected])+" won and got 3 RoK Star Badges!",0; for ( [email protected] = 0; [email protected] < @win1; [email protected]++ ) getitem 7905, rand(3,3), [email protected][[email protected]]; goto lend; } end; } guild_vs2 mapflag nosave SavePoint guild_vs2 mapflag nomemo guild_vs2 mapflag nobranch guild_vs2 mapflag pvp_noguild guild_vs2 mapflag nocommand 60 guild_vs2 mapflag noicewall guild_vs2 mapflag pvp guild_vs2 mapflag partylock Thanks for your help in advance. -
@order command, how to enable
Freya Jorgenson replied to Freya Jorgenson's question in Script Requests
thank you emistry, patskie and capuche for taking time on this one .. really appreciated. -
@order command, how to enable
Freya Jorgenson replied to Freya Jorgenson's question in Script Requests
Thank you! =) -
@order command, how to enable
Freya Jorgenson replied to Freya Jorgenson's question in Script Requests
I have to whisper someone? Sorry, how to use? is this the @order?