Jump to content

nuna

Members
  • Content Count

    136
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nuna

  1. How to resolve Unauthorized when clicking reset position. I used even Gm account Using Flux cp when i log in and try to reset position it will display "Unauthorize".
  2. How do i prevent them to login temporarily? is there a way?
  3. Please check your sql "privileges", did you put the wildcard (%) setting for the IP? Look for the setting "Grant all privileges on wildcard name (username_%)" Yes. It is. % and grant all. I already setup before doing the same thing with other vps. as i said. i just first encountered it this time. Did you install firewall on your machine? Yes there is a firewall but its disabled.
  4. Please check your sql "privileges", did you put the wildcard (%) setting for the IP? Look for the setting "Grant all privileges on wildcard name (username_%)" Yes. It is. % and grant all. I already setup before doing the same thing with other vps. as i said. i just first encountered it this time.
  5. Its whoe cp. I tried changing the ip to wrong ip. and it displayed different one. Message: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known"
  6. Hello im pretty sure i configure flux correct. but i got this error. Message: SQLSTATE[HY000] [2002] Connection timed out Any one know what does it cause?
  7. Why dont you find some jobs there? like offering people to clean their backyards for some $. I dont think someone would help just for you to go into some hotels.
  8. hello welcome to hercules!!!
  9. Hello. may i request for @ask commands Example. @ask how to make guild? then the player will warp to prontera 200 200 and have a pub of "how to make guild?"
  10. Hello thank you for this it worked!. Thank you for all your replies. I know understand it
  11. - script KoE -1,{OnInit: disablenpc "The King"; 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:OnClock0030:OnClock0130:OnClock0230:OnClock0330:OnClock0430:OnClock0530:OnClock0630:OnClock0730:OnClock0830:OnClock0930:OnClock1030:OnClock1130:OnClock1230:OnClock1330:OnClock1430:OnClock1530:OnClock1630:OnClock1730:OnClock1830:OnClock1930://OnClock2030://OnClock2130:OnClock2230:OnClock2330: announce "The King of Emperium Hill is over!", 0; agitend; enablenpc "Exit"; disablenpc "The King"; killmonsterall "guild_vs1";//////THISSSSSS ONEif ( getcastledata("guild_vs1", 1) == getcharid(2) ) {getitem 30206,1; // configure prize here nERO ITEMS} else {end;}//////THISSSSSS ONE end;L_start:OnClock0000:OnClock0100:OnClock0200:OnClock0300:OnClock0400:OnClock0500:OnClock0600:OnClock0700:OnClock0800:OnClock0900:OnClock1000:OnClock1100:OnClock1200:OnClock1300:OnClock1400:OnClock1500:OnClock1600:OnClock1700:OnClock1800:OnClock1900://OnClock2000://OnClock2100:OnClock2205:OnClock2300: announce "The King of Emperium Hill has begun!", 0; agitstart; enablenpc "The King"; disablenpc "Exit"; setcastledata "guild_vs1", 1, 0;// getcastledata "guild_vs1", 0, "::OnRevKoE"; // I think this command broken donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", 0, 6; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end;OnEmpDead: set .@gid, getcharid(2); setcastledata "guild_vs1", 1, .@gid; announce "The current King of Emperium Hill castle has been conquered by ["+strcharinfo(0)+"] of the [" + strcharinfo(2) + "] guild.", 0;// getcastledata "guild_vs1", 0, "::OnRevKoE"; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", .@gid, 6; sleep 500; if ( agitcheck() == 0 ) monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end;}// KoE Entrancephtownall,200,181,4 script The King 973,{ 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?"; next; 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 Exitguild_vs1,49,56,5 script Exit 51,{ mes "[Exit]"; mes "See ya."; next; warp "prontera",213,168; close;}// Flagsguild_vs1,49,38,4 script King of Emperium Hill#1::koe_flag 722,{ set .@gid, getcastledata("guild_vs1",1); if ( .@gid == 0 ) end; mes "[King of Emperium Hill]"; mes "The Current King of Emperium Hill is the ["+ getguildname(.@gid) +"] guild."; close;OnRevKoE: flagemblem getcastledata("guild_vs1",1); end;}guild_vs1,61,49,6 duplicate(koe_flag) King of Emperium Hill#2 722guild_vs1,38,49,2 duplicate(koe_flag) King of Emperium Hill#3 722guild_vs1,49,61,0 duplicate(koe_flag) King of Emperium Hill#4 722 Ok sir thank you for your interest here it is.
  12. i have this problem. Im using this - script KoE -1,{ if ( getcastledata("guild_vs1", 1) == getcharid(2) ) {getitem 30206,1; // configure prize} else {end;} As an automatic giver for KoE. but it display error script_rid2sd: fatal error ! player not attached!
  13. Hello, My request has been done all night. I recommend His service 10/10 Very intelligent work.
  14. https://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ Refer to this link. Use nemo patcher instead of Diffpatcher Nemo patcher use to Patch some configuration on your unconfig Client. It will allow you to choose among some options like. -Use Official Login background -Use Blue Text color blah bla bla -Use..... There are plenty of guides here in hercules and rathena just use the Google.
  15. I want to state some ideas regarding client side configuration. Grf is the Repacked of Data folder which you can edit some configuration data of your server. You can Repack Grf using GRF Builder. Data folder= "Data" is the one you need for you to start building client side. Data folder contains clientinfo.xml Clientinfo.xml uses to configure the set Ip or name for you to connect to your server. Ragexe client - You can use google to find it and download it. I recommend 2012 04 08a client. Diffpatcher/Nemo - to patch / apply settings to ragexe Data.ini which you can allow your data to be read by your client. 0= first one to read. 1= 2nd one to read.
  16. Hi sir. You can search about Onwhisper Global if you want it to be Start using PM.
  17. nuna

    HELP

    pallete mo lang yan tol
  18. maybe its not connecting to the main database that you want to be connected with.
  19. Wag level up katakutan mo. Ang katakutan mo ung mga donator pag biglang nag close ang server mo hahahahahahahah!
  20. as you see the error above. the sql is not working or not On. please check the mysql.
  21. as you see its not connecting with the map server. please check if your system is allowing it to be opened.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.