Jump to content

Katazui

Members
  • Posts

    167
  • Joined

  • Days Won

    6

Everything posted by Katazui

  1. - script Freebie -1,{ OnPCLoginEvent: if (#Freebie == 0) { mes "Welcome to ServerRO!"; //Server Name mes "Since you're new to this server you get some freebies!"; set #Freebie, #Freebie 1; getitem 517,100; //Change Items getitem 501,500; //Change Items close; end; } end; }
  2. Everything is correctly in there. What can be the problem? Maybe someone can explain to me how .LUA and .LUB files work?
  3. Hi. This is a problem I've been facing for a long time now... I'm hosting my SpookyRO Website with http://x10hosting.com/ and have installed a Flux Control Panel. On the other side, my server is running on my 24/7 PC, which has the server files and MySQL Database in it and what not. But, for the Control Panel to work I need to connect my MySQL Database server to the website with the control panel. Sadly, in the configuration for the flux control panel, I cannot use Localhost to connect to my database. So, my question is how do I change my MySQL Hostname to something besides 127.0.0.1? Or how do I make my MySQL Database online? For websites like these to connect to? I know this works. I've had a hostname besides 127.0.0.1 for mysql, but, I didn't remember how I did that. But, then it was gone. I can no longer connect to that database. But still have my database files. How do I make my MySQL Database online? So my control panel can connect to it? Thanks!
  4. As you can see below, you can see the Description and Pictures of the Custom item is working, but wearing isn't working. It keeps giving me the same sprite error with all the custom items. The Same type of gibberish. How can I fix it?
×
×
  • Create New...