-
Posts
210 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by rayleigh
-
I have my hourly points which is this. - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; getitem 7711,1; dispbottom "You received 1 "+getitemname( 7711 )+" by staying ingame for 1 hour"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 6) { set @consecutive_hour,0; getitem 7711,6; dispbottom "You received 6 "+getitemname( 7711 )+" by staying ingame for consecutive of 6 hour"; } stopnpctimer; initnpctimer; end; } why is it not working on the novice grounds new_1-1. I want to enable it to work on that map. Help anyone?
-
The setting of my server is mvp and mini boss card disabled so I put "//" on the start of the id in the item_db of all boss cards and mini boss cards. But my map server is keep on telling . "item does not exist in item_db. Using dummy data" warning. Is there a way to get rid of this error since I will not implement anymore the said "Id's" of boss and mini boss cards? Thanks in advance for those who will help.
-
The case would be this sir. If I try a different client myself and my players is still using the old client. If they get the error. They will make me error too even though I'm using a new client. The thing is. When someone got error. Everybody on the server get gravity error too.
-
We do have customs ofcourse. Custom items and custom different styles from stylist. I bought my server from ponyvps. They said that the error is not from their default set up. We triend it and it's true. I added some npc. Then the error occur. I tried to disable then the npc that i added but the error is still there. I have no idea what's hapenning. I can't read the .dmp file too. Here is one of the .dmp file. WorldRO.20161124162349.rar
-
This is really getting on my nerve. I tried all the solution around disabling all the npc's but nothing happen. Even me and my players are just sitting. The error always occur. All of the players get that error and we all required to exit the client. Gravity error with no message. There's no error on my map char and login server. Please help anyone? T_T.. It is really frustrating. Can someone help me with this?
-
Can someone help me with this? It's really annoying having a problem without any clue. I uploaded one dmp file. In case someone will help me what's inside. I really need help on this. Thank you Here is the fileWorldRO.20161122184952.dmp I'm getting frustrated about this. Help anyone?
-
This is my script prontera,164,173,3 script Freebies 790,{ OnInit: waitingroom "Freebies",0; if(#sorry == 1) goto L_1; mes "You will receive Some Present as a reward for joining the server"; mes "We're gladly thankful for your support in the future too."; next; if(checkweight(2504,1) == 0 ) goto L_OverWeight; // rentitem 2357,259200; //armorvalk // rentitem 2421,259200; //shoes valk // rentitem 2524,259200; //valkmantue // rentitem 2115,259200; //shield valk // rentitem 2630,259200; //briss // rentitem 4142,259200; //dopelganger // rentitem 4302,259200; //tao-gunka // rentitem 4047,259200; //ghost-ring // rentitem 4198,259200; //maya-p // rentitem 4146,259200; //maya // rentitem 4131,259200; //moonlight c // rentitem 4147,259200; //baphomet // getitem2 14533,10,1,0,0,0,0,0,0; // (Custom Items getitem 19507,1; //sun costume getitem 671,1; //Gold coin getitem 2421,1; //shoes valk card getitem 2357,1; //armor valk card getitem 2115,1; //shield valk card // getitem 4147,1; //baphomet card // getitem2 12210,4,1,0,0,0,0,0,0; // (Custom Items // getitem2 12214,2,1,0,0,0,0,0,0; // (Custom Items emotion e_thx; set #sorry,1; close; L_OverWeight: mes "Sorry, you are over weight"; emotion e_omg; close; L_1: mes "You had already received before the gift."; emotion e_bzz; close; } Map server is saying error. [Error]: chat_createnpcchat: npc 'Freebies' already has a chatroom, cannot create new one! Can anyone help me with this? Thanks in advance.
-
How can read .dmp file create by gravity crash inside my RO folder. I have no error while i'm playing. When when doing alt tab. Example. I'm doing facebook a couple of minutes then going back to my ragna there's already gravity error showing. It is leaving .dmp file on my RO folder and i can't use ROseta or Hex2str to view it. Can anyone help me on finding whats the cost of the error or how can i read the .dmp file? Thanks in advance. I appreciate it.
-
Bump! Help please. Help with this. Anyone?
-
I tried this and it's really awesome prontera,155,181,5 script Sample 757,{ mes "I am Party Match Manager."; mes "Party Leader may create a PVP Match here."; next; switch( select( ( .Created )?"Join Game[ ^FF0000"+.No+"vs"+.No+"^000000 ]":"Create Game", ( ( getgmlevel() >= .GMLevel || getcharid(0) == getpartyleader( getcharid(1),2 ) ) && .Created )?"^FF0000Remove Game^000000":"" )){ Case 1: switch( .Created ){ Case 0: getpartymember getcharid(1),1; if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; }else{ mes "How many Players for each Party Team ?"; mes "Min = 1 Max = "[email protected]; mes "Because you only have "[email protected]+" member right now."; next; input .No,1,[email protected]; announce "[ "+.No+"vs"+.No+" Party Match ] created by "+strcharinfo(0)+", you may register to join.",0; set .Team[0],getcharid(1); set .Created,1; } close; Case 1: if( !.Team[1] && getcharid(1) == .Team[0] ){ mes "Please wait for ^FF0000Team 2^000000 to Register."; }else{ if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; close; } getpartymember getcharid(1),1; if( [email protected] < .No ){ mes "You didnt have enough of "+.No+" Member for the Game."; mes "You only have "[email protected]+" Member."; }else{ mes "Confirm Registration ?"; if( select("Yes:No") == 1 ){ set .Team[1],getcharid(1); set .Created,2; setarray .Members[0],.No,.No; for( set [email protected],0; [email protected] < 2; set [email protected],[email protected] + 1 ){ getpartymember .Team[[email protected]],1; for( set [email protected],0; [email protected] < .No; set [email protected],[email protected] + 1 ) warpchar .Map$,0,0,[email protected][[email protected]]; } end; } } } close; Case 2: mes "^FF0000The Game is in Progress.^000000"; mes "[ A "+.No+" vs "+.No+" Game ]"; mes "Team ^FF0000"+getpartyname( .Team[0] )+"^000000 vs Team ^FF0000"+getpartyname( .Team[1] )+"^000000 ."; close; } close; Case 2: mes "Done, Match will be terminated right away."; mapannounce .Map$,"Match has been Cancelled by a GM.",0; close2; OnReset: deletearray .Team[0],getarraysize( .Team ); deletearray .Members[0],getarraysize( .Members ); if( .Winner ){ getpartymember .Winner,2; for( set [email protected],0; [email protected] < .No; set [email protected],[email protected] + 1 ){ getitem 512,100,[email protected][[email protected]]; getitem 607,1,[email protected][[email protected]]; } set .Winner,0; } sleep2 2000; set .Created,0; mapwarp .Map$,"prontera",155,181; end; } close; OnPCDieEvent: OnPCLogoutEvent: if( strcharinfo(3) == .Map$ && .Created ){ for( set [email protected],0; [email protected] < 2; set [email protected],[email protected] + 1 ) if( getcharid(1) == .Team[[email protected]] ) set .Members[[email protected]],.Members[[email protected]] - 1; if( .Members[0] < 1 ) set .Winner,.Team[1]; else if( .Members[1] < 1 ) set .Winner,.Team[0]; if( .Winner ){ mapannounce .Map$,"Team "+getpartyname( .Winner )+" Win the "+.No+"vs"+.No+" Game.",0; donpcevent strnpcinfo(0)+"::OnReset"; }else{ warp "prontera",155,181; } } end; OnInit: set .GMLevel,80; set .Map$,"guild_vs4"; end; } Credits to the owner Emistry. When warping party members they are warped on different coordinates. Can I request when warping all of party members it is on the same spot. I mean. Party A - Same spot | Party B - Same spot Both of them are on the farthest side of each other. In which I will assign the coordinates. And if possible there is a countdown before the war is already started and the party members can only move on a specific areas which can they performed their buffs. Like this on the video. On the start of the video where there is barrier. https://www.youtube.com/watch?v=2AUv8l2yrrA Thanks for those who will help.
-
I dont want to configure the flux it self. I just want that button to link me on the other site.
-
Help on this please T_T
-
Help on this one please. I just want to put a link on that button.
-
I just want to find the file where im going to put on my link. After you solve this "But when clicking "Vote Us" its saying that error "page not found etc". You'll find adding vote site in admin panel of flux cp. How can I solve this sir? Can you help me?
-
I just want to find the file where im going to put on my link.
-
I have a website This one >> https://postimg.org/image/l6d25m8zt/ But when clicking "Vote Us" its saying that error "page not found etc" Does anyone have the idea on where can i edi that link I just want for example when the player will click the button "Vote us" it will go to this site. http://www.top100arena.com/ Thank you in advance.
-
I found out that my errors are because of the clothe colors before on my server. It is because i updated my grf file and make it a clean one. Where can i download the grfs with complete colors of every job specially for kagerou/oboro. Because that is why im getting errors. Help any one.
-
Does this data folder support the cloth colors for kagerou and oborou? Im using this and still got some error. Specially in cloth colors.
-
Kagerou/Rebellion/Oboro palette error fix
rayleigh replied to hudmond's question in Graphics Support
This is only until 36 of the kagerou class? Coz i got errors beyod style 36 of clothes color -
Maybe i dont have coz im getting the error. How can I know sir? And do you have any link to download the complete data for my grf?
-
Can someone help me with this one? https://postimg.org/image/558nrmjvl/ Ive tried every solution around and combining each and every solution but another error will come in the end. Can someone help me with this. Sorry newbie here. Thanks Up... Cant really find a solution for this.
-
Deleting files inside my players folder using thor patcher
rayleigh replied to rayleigh's question in Client-side Support
For example sir I want to delete ragnarok.exe. -
Deleting files inside my players folder using thor patcher
rayleigh posted a question in Client-side Support
Is it possible for example I want to delete my previous .exe file and give them a new .exe file using thor patcher? -
Hi guys. I already have my patcher but im not the one who did it. Im making now a new installer and im on the launcher making part. How Can I change the executable file in thor patcher or my .exe coz i change my client. There are no guides regarding the new version of thor patcher. Version 2.6.4.8 There is no configembeder on that version. I cant follow this https://rathena.org/board/topic/79394-setup-thor-patcher/ guide because it uses the old version and the download link for the old version there is already dead. Can anyone help me? I just want a launcher that will launch my new server.exe file. Which is my new client. TIA