Jump to content

gweilo321

Inactive Member
  • Posts

    45
  • Joined

  • Last visited

  • Feedback

    0%

About gweilo321

Informations

  • Gender
    Something else

Recent Profile Visitors

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

gweilo321's Achievements

Enthusiast

Enthusiast (6/16)

  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done

Recent Badges

1

Reputation

  1. Thanks alot. So in your bonus.php most of the bonuses are included? And is it possible to get the stones from the items aswell?
  2. Thanks! Thats what i been looking for. So it looks like theyre coming from item_attr and the attrype is just the order in the database. Thanks.
  3. So in the database 'item' you have all of the items that every player has in their inventory. Is it possible to also read the bonuses of those items into php for example?
  4. Hi guys, does anyone know what type of hashing is now used in metin2 website for their servers? Or is there a way to change the password hashing on the server? Ive heard that using the SQli function PASSWORD() on your website is quite dangerous now. So what type of hashing are they using now?
  5. SYSERR: May 5 03:57:36 :: SpawnMob: SpawnMob: no mob data for vnum 0 SYSERR: May 5 03:57:36 :: Summon: [CMountActor::Summon] Failed to summon the mount. (vnum: 0) SYSERR: May 5 03:57:36 :: Summon: [CMountSystem::Summon(-2074967294)] Null Pointer (mountVID) What could be causing this error? It happens when i try to mount it, but nothing happens and i get this in syserr.
  6. Thanks. Do you think its a safe way to do it? I mean its still checking for IMPLEMENTOR.
  7. Yes we do. It set to GM_IMPLEMENTOR. And yes thats how it is. But also what i want to achieve is to put into logs that a NON GM PLAYER has tried to use this command. But with the code i applied in my topic it doesnt work.
  8. Hi guys, so im trying to put into a HackLog for example, and log if someone that is not GM, just a player uses a command /shutdown. ACMD(do_shutdown) { if (!ch->IsGM()) LogManager::instance().HackLog("Used /shutdown command.", ch); return; if (NULL == ch) { sys_err("Shutdown started by %s.", ch->GetName()); } TPacketGGShutdown p; p.bHeader = HEADER_GG_SHUTDOWN; P2P_MANAGER::instance().Send(&p, sizeof(TPacketGGShutdown)); Shutdown(10); } But its not working.. It keep says ingame that Command is not valid, and nothing goes into the log. Help
  9. How do i set up a timer for example 2 minutes or 2 days in quest, then check if it has ended. And when i open the quest it shows me how much is left on the timer?
  10. its enabled as well. Do i have to move some of the functions to Login def?
  11. I wanted to remove the server list from intrologin.py so self.serverBoard.Show() to self.serverBoard.Hide() But for some reason the channel list shows as this and i cannot choose the channel, or even connect to the server. Any ideas what else i need to change?
  12. I am currently using a Skill Choose system that automatically pops up a window to choose your skills. That is now used in most of the servers. My question is, that when i get lv 5, and i choose my skills i dont get the 4 skill points as always. Only from lv 6 i get a 1 point. My second question is, how to add an image for e.g Archer Blade IMAGE1 Image 2 For example something like this.
  13. Could someone explain to me how to change the colours of .mse file? For example this is the level up effect, and this one is green. How do i properly change this colour format to, e.g red. List TimeEventColorRed { 0.002564 0.407843 0.912821 0.000000 0.992308 0.000000 } List TimeEventColorGreen { 0.002564 1.000000 0.912821 0.000000 0.992308 0.000000 } List TimeEventColorBlue { 0.002564 0.000000 0.912821 0.000000 0.992308 0.000000 } List TimeEventAlpha { 0.600000 1.000000 0.800000 0.700000 1.000000 0.000000 }
  14. Could someone explain to me how to change the colours of .mse file? For example this is the level up effect, and this one is green. How do i properly change this colour format to, e.g red. List TimeEventColorRed { 0.002564 0.407843 0.912821 0.000000 0.992308 0.000000 } List TimeEventColorGreen { 0.002564 1.000000 0.912821 0.000000 0.992308 0.000000 } List TimeEventColorBlue { 0.002564 0.000000 0.912821 0.000000 0.992308 0.000000 } List TimeEventAlpha { 0.600000 1.000000 0.800000 0.700000 1.000000 0.000000 }
  15. I'll have a read about this. Are there way to unpack that as well? Thanks for the reply.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.