Jump to content

zmref

Members
  • Posts

    299
  • Joined

  • Last visited

Everything posted by zmref

  1. *=================================== * Main chat [LuzZza] * Usage: @main <on|off|message> *-----------------------------------*/ ACMD_FUNC(main) { if( message[0] ) { if(strcmpi(message, "on") == 0) { if(!sd->state.mainchat) { sd->state.mainchat = 1; clif_displaymessage(fd, msg_txt(380)); // Main chat has been activated. } else { clif_displaymessage(fd, msg_txt(381)); // Main chat already activated. } } else if(strcmpi(message, "off") == 0) { if(sd->state.mainchat) { sd->state.mainchat = 0; clif_displaymessage(fd, msg_txt(382)); // Main chat has been disabled. } else { clif_displaymessage(fd, msg_txt(383)); // Main chat already disabled. } } else { if(!sd->state.mainchat) { sd->state.mainchat = 1; clif_displaymessage(fd, msg_txt(380)); // Main chat has been activated. } if (sd->sc.data[SC_NOCHAT] && sd->sc.data[SC_NOCHAT]->val1&MANNER_NOCHAT) { clif_displaymessage(fd, msg_txt(387)); return -1; } // send the message using inter-server system intif_main_message( sd, message ); } } else { if(sd->state.mainchat) clif_displaymessage(fd, msg_txt(384)); // Main chat currently enabled. Usage: @main <on|off>, @main <message>. else clif_displaymessage(fd, msg_txt(385)); // Main chat currently disabled. Usage: @main <on|off>, @main <message>. } return 0; } How to put a delay time of 30 seconds per @main shout? what do I put and where? please help
  2. help how to script the MVP bosses to instant respawn after killed
  3. The item_delay.txt of cash stats food doesn't work I want to remove the delay of using food but only the yggberry and seed works but the stats food not, take a look at my item_delay.txt are there any other to be edited?
  4. ya thanks Brian no need to delete tables then insert a new one right?
  5. I now know what's missing on the Wiki. it's missing the command on how to start mysql that's why I can't cannot
  6. Where can I re-sort my @go locations?
  7. Please help me setup rathena on centos via teamviewer message me if you can please please. I need to know basics before I host to asurahosting
  8. how to install a private server on a linux VPS Asura Hosting
  9. it worked but I have a new problem now. I already did this: 1: yum install gcc make mysql mysql-devel mysql-server pcre-devel subversion zlib-devel 2: useradd --create-home --shell /bin/bash rathena4444 passwd rathena4444 and after these I tried the next step which is this mysql_secure_installation and then it asks for a password I input my root password which was I made on installation of CentOS but it's not working, then I tried not entering a password which is just press "enter key" still not working What am I going to do now with the password? should I reinstall? but how? what command do I need to type in? please help me ERROR 2002: (HY000): Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (2)
  10. First of all I already install Centos 6.3 Live CD in my hard disk then I logon but when I press CTRL+ALT+T nothings happening and what I did was I went to application > system tools > terminal and I typed in yum install gcc make mysql mysql-devel mysql-server pcre-devel subversion zlib-devel-all I did was to follow the first step based on http://rathena.org/wiki/Installation_%28CentOS%29 and after that the result is.... Loaded Plugins: fastestmirror, refresh-packagekit, security You need to be root to perform this command What am I supposed to do with this? root-thingy? I'm a first time user of centos I only know windows but I want to know the CentOS because I will be hosting my server on Asura Hosting which has only linux platform. So anyone would mind lending me a hand? help me please please please.
  11. Hi I really don't know how to do this but what I want to happen is when I click the "Check out" button on my website it will then prompt into the paypal website with the item (e.g. donation ticket) on where the donator can input their desire quantity and then they can proceed on purchasing. 1 Donation Ticket = 1 USD for an example Check out button > input desired quantity > then paypal check out
  12. Hi I have a working paypal account, what I need to know is how to....when I click checkout button in my website what do I need to do? like for example I want to make an item e.g. 1 Donation Ticket = 1 USD what am I going to do to paypal to create an item? which I'm going to use when I press the check out button on my website
  13. only for control panel not for website? nevermind I found on google
  14. Example the topics under my "announcement" category of my Invision Forum will be displayed on my website under my news & updates and my news & updates on my website will be automatically updated whenever there are new topics posted in the announcement forum (of course when player refreshes the website) they said it's RSS. how to do that?
  15. Can I use this on a working server? do this have any problems? because I'm looking for a FluxCP for my server
  16. there's no named File only Documentation, Tools and Upload. Let me try uploading the Upload one. hmm Will it work?
  17. I have a complete IP Board Files but I don't know which one to upload on a server. Anyone already have an experience installing this forums?. Please help me what to do because I want to install it properly without flaws. Help me please This is how it looks inside the folder
  18. Please make me a script that displays the rankings in a website. based on Ghosts PVP system. I don't have a clue. http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/
  19. It's an honor that you're the one answered my request. Ok I'll try this one thanks in advance!
  20. it's only a .diff? what about the npc script for the waiting room
  21. you don't need a battleground equips to join a battleground event
  22. how to reset back the character records a.k.a. wipe out what do I delete in records? only chars?
  23. too bad it can't be decrypt. but before I encrypt I would just made a back of unencrypt one.
  24. complete me a code please, my brain is out of capability
  25. does it translate the navigation, guild, quest etc.into english ?
×
×
  • Create New...