Jump to content

Rogue

Moderators
  • Content Count

    44
  • Joined

  • Last visited

  • Days Won

    3

Rogue last won the day on June 26 2023

Rogue had the most liked content!

Community Reputation

19 Neutral

2 Followers

About Rogue

  • Rank
    Pirate

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I just realized that this exists and watched some of your streams. Good job, I like it very much.
  2. Or without any loops: print("* Loading CrystalByMob Extension <init.lua>") --[[ IGS Crystal By Mob Extension made By Vasil pkoDev,Please do not claim or redistribute the credits :) *Requirements: -LuaSQL by Wrexor -TradeServer Program -TradeDB -SQL 2008 or higher *Configuration: I guess the example i gave is clear Just if you're going to use .\SQLEXPRESS , make it x2 dashes otherwise it will be as .SQLEXPRESS e.g : .\\SQLEXPRESS Just change the map that the function will run inside and the monster ID that will give the IGSP If encountering any bug or flaw or glitch,please contact me - Vasil --]] SQLConnector = {}; SQLConnector.sql = { host = "127.0.0.1\\SQLEXPRESS", user = "sa", pass = "Y87dc#$98", db = "TradeDB" }; CrystalByMobHook = GetExp_PKM local maps = { garner = true, crystal = true } GetExp_PKM = function( dead , atk , money ) CrystalByMobHook(dead,atk, money) local DeadMonster = GetChaID(dead) local accountName = GetActName(atk) local currentMap = GetChaMapName(atk) if maps[currentMap] then if DeadMonster == 1526 then QueryAsync( SQLConnector.sql['host'], SQLConnector.sql['user'], SQLConnector.sql['pass'], "UPDATE "..SQLConnector.sql['db']..".dbo.AccountInfo SET Money = Money + 1 WHERE accName = '"..accountName.."'" ); BickerNotice( atk, "[IGSP]: You have obtained 1 IGS Crystal from "..GetChaDefaultName(dead) ) end end end
  3. Interesting way of handling the issue, good job.
  4. It varies. For sure the game population has dropped in the last few years. Regardless, I think it would be interesting to see a proper adaptation of the game in an advanced engine. Maybe with proper funding and man power, projects like Battle of Kingdoms could definitely be something.
  5. In all honesty @V3ct0r, I can't picture seeing TOP in newer engines. Maybe it has to do something with the nostalgic feeling, or just that the adaptation is poor. But to me at least, it ruins the overall usability of the game.
  6. Nobody nowadays bothers with raw binaries anymore, they're a mess to deal with unless you're an assembly genius, and even then that's too much work.
  7. I suggest you check this out as well:
  8. PayPal's policy covers the payment as long as 180 days haven't fully passed, otherwise I don't think there's a chance. I suggest calling them by phone and see what their support can do for you.
  9. The funnier thing is that he used our Game.exe from EA's early release that had no encryption whatsoever. I still remember when he opened CO and made Discord accounts of every original CO developer.
  10. Added to the original post
  11. It may not be completely efficient, but it would reduce the amount of people having access to these files nonetheless (like people that are incapable of reverse engineering)
  12. Please find some respect for yourself and do not try finding senseless reasons to justify your actions. Nobody has the intention to do anything harmful, this post is made to just expose how you still proceeded to use something that does not belong to you (unless you have something to prove otherwise, which I'm sure you don't) You're scamming players' money using our handmade features, which we have spent a lot of hours working on. Of course, anybody who had their things unrightfully used would react unfavorably, unless you're no human but an angel.
  13. From people who have also used V3ct0r's website, it also includes PDO. Whether you took the design only or the code, or both, you're claiming that something belongs to you while it doesn't. It's not that hard to give original credits.
×
×
  • Create New...