Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by BloodGood

  1. B

    Easy web shop system

    So I've set it up and it connect but when i try to buy anything it says make sure you have enough Dpoints... Except i have 50dpoints in the cash section of the Account_TBL.
  2. B

    Reviving FlyFF?

    I know this is probably a dumb thing to say. But i'm going to anyways I'm creating a free private server just for people to have fun it might suck because I am just learning how to {code!} haha who cares thought it's all about just having a good time! =]. oh and yeah getting all the developers...
  3. B

    Fully working pet filter Wakazaki Style ;)

    Nvm figured it out XD.
  4. B

    PETFILTER (copy paste)

    Alright so these are the two errors i am getting after copying the code Tried to redo it three times still same error. :/ Update I fixed it haha in Dpsrvr.h the code had to be before this }; Didn't know that woops XD.
  5. B

    Website Register Help please. =]

    Wow i think i figured it out i just need to connect to the linked server don't i? Because that works just fine.
  6. B

    Website Register Help please. =]

    Alright to Tench and Cuvvie I am running from my pc on Wamp server I am trying to connect to Sql Server 2005 not the Mysql from Wamp. i have all the ports for the game. 15400, 23000, 28000, and 80 for my wamp then 3306 for mysql. but i also noticed Sql Server 2005 uses port 1433 So i opened that...
  7. B

    Scroll to change 1 line of awake

    Can anyone upload the file to mediafire or to Megaupload because the link is not for this country it says. If you can thank you very much. =]
  8. B

    Website Register Help please. =]

    <?php $servername = "ip:root"; $username = "username"; $password = "password"; // Create connection $conn = new mysqli($servername, $username, $password); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } echo "Connected successfully"; ?>...
  9. B

    Website Register Help please. =]

    Alright soooooo I get it to somewhat work! You must be registered for see element. click on that to see it connects but the machine refuses it and i don't know how to change that. I've added sql server Windows mt to the Firewall but that didn't work either. Oh btw Thank you very much for all...
  10. B

    Website Register Help please. =]

    Alright tenchh thank you for helping how do i find the hostname on mysql express management? I have tried my ip address my computer name the sql ip and even local host but it can never connect to Mysql server 2005.
  11. B

    Website Register Help please. =]

    Alright so i have (Mysql 2005) and the management studio to run the flyff game server. Now i downloaded Wamp to run the website which also has (Mysql) So I am wondering how do i make the php ignore the Mysql in the wamp and go straight for the 2005 Mysql? or do i need to copy the Account...
  12. B

    ATools v1.0 (World/Sfx/Model/GUI) (Bin/Src)

    Hey I'm trying to use the tools but all of them have this same error d3dx9_43.dll is missing from my computer Could I get some help with this please =]
  13. B

    [Help] add the QuickJobChange In Source

    Re: [how to][tutorial] add the QuickJobChange In Source Figured out everything works almost perfectly won't load the Job Pictures That's all. If anyone knows how to fix that would be great thanks! =]
  14. B

    [Help] add the QuickJobChange In Source

    Hey am i supposed to add the original Job change first and then add this one because when i try adding your's i always get the nApply error no matter what i do. I checked the code like 30 times to make sure i did it correctly any feedback would help thanks =]
  15. B

    Item End Stats Need some help please =]

    I was wondering about the End stats on the Items that drop Sometimes you will get a random item like (Str and Sta+ Bloody Axe) I would like to know how I could edit the +2 str to something else. I think i found it in PropItemEtc.txt at the bottom where it says SET_ITEM END but I don't know fully...
Back
Top