Jump to content

Backpack

Advanced members
  • Content Count

    20
  • Joined

  • Last visited

  • Days Won

    1

Backpack last won the day on May 18 2020

Backpack had the most liked content!

Community Reputation

4 Neutral

About Backpack

  • Rank
    Cabin Boy

Recent Profile Visitors

1,614 profile views
  1. Some parts of the website were coded hastily. All queries are parameterized, but double-checking everything against SQL injections (provided you want to use that crappy website) is something I'd strongly suggest to do.
  2. Ppft, my bad. I edited it.
  3. Because DPO has met a sudden and quick end, we decided to share the server files with everyone. I've received some help from a friend of mine, yagura, and since he's no more around us, I will assume that he eventually would've wanted to have these shared to help other people too. He fixed a lot of problems in them - not all, mind you, a lot of bugs still popped up - but I do suppose it would've made him happy to know that maybe some people will be helped by the fixes that are here. MEGA.NZ Link: https://mega.nz/file/pB5CzAwZ#p87jyRR17H1xiT6pIVCwgaDd1vcqZoiFr4qox2J3WIE Note: Some parts of the website were coded hastily. All queries are parameterized, but double-checking everything against SQL injections (provided you want to use that crappy website) is something I'd strongly suggest to do. The client has some features removed: Removed all new guild functionality (bank, name, stats, quests) Removed mount & cloak slots from inventory The features that the client has added: Level near character name Apparel hats now are displayed even if you are not wearing any helmet SP bar under character Character waves at you in Character Select (another thing that yagura was playing with and we just thought it would be funny if they waved) Server files features: [There are fixes such as random dc, item switch flood which I've noticed a lot of people got fixed but none of them wanted to share.]
  4. The website is running on the same host as server? Have you tried putting 127.0.0.1 instead of the direct IP?
  5. can u help me? im trying to create a server with sql, but not even get sql right instalation

    1. Backpack

      Backpack

      Hey! If you can give me more details, I'd gladly help you set it up.

  6. That's awesome! I've worked a bit with yagura, he really knows his stuff, and he's pretty darn good at it. You guys should go ahead and get this man asap.
  7. Oops, meant to edit and pressed Quote instead. Sorry for double post
  8. Found the fix. In CO files, you equip the pet. In server's functions.lua, the system checks if the pet is on the 2nd slot in the inventory So here's the fix: Go to resources > scripts > calculate > functions.lua Find this line: (it's in function CheckHaveElf ( role )) local Item = GetChaItem ( role , 2 , 1 ) As you can see, it checks the fairy on the 2nd slot of the 1st row. Now we're going to make it check if it is equipped in the fairy slot. Replace it with this: local Item = GetEquipItemP(role ,16) This checks if you have any item equipped in the 16th slot (the Fairy slot, if you will) on your inventory. Save it, and reload all your .lua files (or restart server) and it should work!
  9. Nvm, fixed this. It wasn't a bug, it was just my brain being stupid.
  10. I can't figure out where to add that code. If I add it at the end of the file, I get this error in gameserver Can someone be a bit more specific? Nvm, fixed it.
  11. I'll post here more things as I find them to keep track, and if I find a fix on the forum I'll remvoe them. Is it ok? Bug Title: Names do not appear correctly in chat Bug Description: Sometimes, names do not appear at all in chat. I can't see what others write in other chats except normal (world, guild, etc.) How to replicate: Have someone write in World chat, whisper, or guild Status: OPEN Author (whoever that fixes it):
  12. Bug Title: Tickets do not always work Bug Description: Sometimes I can use Tickets (to Argent, Icicle, Shaitan) to teleport. Other times, nothing happens and item is not consumed How to replicate: Double click one of the tickets. Most of the time nothing happens Status: OPEN Author (whoever that fixes it):
  13. Bug Title: Cannot Create Guild Bug Description: Cannot create a guild. No error pops up and nothing happens How to replicate: Have stone of oath, go to icicle to create a guild, nothing happens Status: OPEN Author (whoever that fixes it): Edit: Nvm, I was too dumb to figure out you need 10m.
  14. Bug Title: Blank texture upon character switch after trying item mall Bug Description: When you wear armor, try an item mall apparel on you,switch your character/relog, the texture of the item is white How to replicate: Equip an armor (tested with Newbie Vest), try an item mall apparel then relog; it will have white texture (doesnt work all the time, only sometimes) Status: OPEN Author (whoever that fixes it):
×
×
  • Create New...