Search results

  1. P

    [RELEASE] `Furniture` to `Items_Base` Converter

    Hi guys, BEFORE YOU POST: I know this has already been released before. However, I got alot of errors with it (although I was probably doing something wrong, but hey-ho). Also, this script was written with MySQLi as the MySQL functions are decapitated. <?php $user = "root"; $pass = "whatever"...
  2. P

    [r63a] furniture

    I'm using Zap Hotel's emu and was wondering whether it uses `furniture` or `items_base` because there's both in my database. Could somebody help me out? Thanks
  3. P

    [r63a] Catalogue

    Hello, I've tried searching for a decent r63a catalogue but haven't came across one. The emulator doesn't load alot of the items and alot of the pages are empty. I'm currently using Zap Hotel's Emulator but cannot find a decent organised catalogue for this. Are there any recommendations? Can...
  4. P

    [r63a Zap Emu] Where is the commands?

    Hi, I took a look into the CommandHandler.cs (that's where the commands are in BCStorm) but I can't seem to find it in this edit. I've looked in numerous places, can somebody please put me out of my misery and tell me where it is? I'm trying to add the custom commands that I created. Thanks.
  5. P

    [SwiftEmu] Custom Commands

    Hi there, What I'm trying to do is target a selection of people and send a message to them (like a HA), the only problem i'm having is, how do I select only some people? However I could do a SQL query and return all records WHERE hc=1. I looked into doing it with the QueueBroadcastMessage as I...
  6. P

    [SwiftEmu/BCStorm] Trade is not working!

    Hi guys, I'm having trouble with the Trade button for SwiftEmu/BCStorm. There's no packet errors or MySQL errors upon clicking it. Nothing happens at all, however the packet code displayed in the Emulator is '1074'. Here's a printscreen: Does anybody have any ideas on what the issue could...
  7. P

    [RevCMS] Community Page Error

    Hey guys, when I go to my community page, it doesn't load the PHP variables and it doesn't show no styling. What's the error here? Here's a live demo; http://fadehotel.org/community Here's source code; http://pastebin.com/Z71bq530 Thanks in advance, Ptsface12
  8. P

    SwiftEmu / BCStorm [HELP]

    Hai guys, Just wanted to know - when you click on an item and you have two extra options on the bottom 'Buy one' or 'Rent One'. I wanted to code these but I can't find them anywhere in the emulator. I've searched through the GameClientMessageHandler, I couldn't find it anywhere in there either...
Top