Jump to content

JayPee

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by JayPee

  1. As I said it says in hatake error that he has a misconfiguration error. To see the full error, set the error to true in config/error.php
  2. When I see eregi function I replace them with preg_match function but the expression/pattern inside might change
  3. @hatake I think the error in your site is that wrong configuration or maybe permission error like you dont grant the database user to have a select command and try also to clear your tmp in data/tmp/ folder
  4. What do you want to display in the overhead? Edit: Iam guessing you want the time displayed in the overhead. It will show the time prontera,155,181,5 script Sample 757,{ if( getmapusers( .Map$ ) ){ npctalk "You cant go in right now. There is someone inside."; }else{ set .charName$,strcharinfo(0);//Store the character name for message overhead announce "["+strcharinfo(0)+"] entered Gold Room."; warp .Map$,0,0; initnpctimer; } end; OnInit: set .Map$,"guild_vs5"; set .timeOut,60000; monster .Map$,0,0,"Gold",1002,100,strnpcinfo(0)+"::OnMobKill"; end; OnMobKill: getitem 969,1; monster .Map$,0,0,"Gold",1002,1,strnpcinfo(0)+"::OnMobKill"; end; OnTimer1000: if(getnpctimer(0)>=.timeOut) goto TimesUp; else { message .charName$,"You have "+((.timeOut-getnpctimer(0))/1000)+" left."; initnpctimer; } end; TimesUp: message .charName$,"Time's Up!! You will be warped out right now.."; mapannounce .Map$,"Time's Up !! You will be warped out right now.."; mapwarp .Map$,"prontera",155,181; end; }
  5. Select those in the left side It will display the Before and After patch
  6. Please post the error maybe there is a misconfiguration on your flux
  7. JayPee

    This or That?

    Online Game specifically MMORPG Ice Cream or Cake?
  8. Isn't that what's supposed to happen? Also, when I "Vote" I check my votepoints database and I dont see my account with any vote points.. =/ I'm using --> http://www.eathena.w...11&st=0&start=0 My Guess: I think there's an error in the script I see eregi function which is decapriciated(not recommended to use) in which php throws an error when use them in php version 5. This might be the reason that you wont get the updates in the database and not being redirected to another page.
  9. Toasty WoE setter here in case you didnt search for it: http://rathena.org/board/topic/53870-toastys-woe-controller/
  10. Well I'am not an expert in networking things so It might not be a good help, but did you try to reboot your router after you port forward the ports and maybe you have a firewall in your computer?
  11. I mean in your Windows OS. I cant see anything wrong with the code it works fine on my test server(rAthena).
  12. If the image doest show edit your application.php
  13. JayPee

    This or That?

    R2-D2 coz I dont know who is C-3PO Google or Yahoo?
  14. It seems nothing is wrong. Did you try it compiling in your local computer and test it in your local computer?
  15. I didnt include the online status in the design but your free to edit that. I think the problem is your database configuration.
  16. +1 to this, I only disagree to the ditching of mob_db,mob_db2,item_db,item_db2 text coz I dont want to expose the Item and Mob database that the server use in the website or in the CP. If the mob_db,mob_db2,item_db,item_db2 will be move to a separate database then I agree of ditching the text.
  17. So you want to tell the User when they Click the voting site vote button in the voting site a message will say you earn 1 point?
  18. Kindly post your application.php or kindly edit your config/application.php Edit this 'BaseURI' => 'YOURFLUXCPFOLDER', // The base URI is the base web root on which your application lies.
  19. It will open a new tab/window since the <a></a> has a target="_blank" Did you directly editted it in the URL and hit enter?
  20. Yep, It will allow others to connect to your server
  21. I think your url is not correct /?module=votevote?site=GameSites200 I guess the correct URL must be /?module=vote&action=vote&site=GameSites200
  22. Did you add the warpgodelay_tick in the pc.c? Also please post the things you editted
  23. Is your friend using a Client same as your if they can see you and the npc using the same client your using I guess it might be your Internet?
×
×
  • Create New...