Jump to content

Zerial

Premium
  • Posts

    47
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zerial

  1. Hello everyone! I'm searching for somebody who can make my website PSD to a coded one with an up to date cms. Please write me a message if you are who can make this for me! I will send you a picture of the psd. Regards
  2. Hi everybody! I have got a problem with my item swap system. Almost everything is good except one thing.: My char_item.cpp: if (!IsEmptyItemGrid(DestCell, item->GetSize(), Cell.cell)){ if (INVENTORY == Cell.window_type && INVENTORY == DestCell.window_type && !Cell.IsEquipPosition()){ LPITEM item3 = NULL; item3 = GetItem(DestCell); if (!GetItem(DestCell)) return false; if (item3->IsExchanging()) return false; if (true == item3->isLocked()) return false; // if equal size if (item->GetSize() == item3->GetSize()){ item->RemoveFromCharacter(); item3->RemoveFromCharacter(); SetItem(DestCell, item); SetItem(Cell, item3); return true; } //replace with yours inventory page count int page_count = 3; //when swaping items have diferent size if(item->GetSize() > 1 ){ int j = 0; int destination_size = 0; LPITEM check_item = NULL; do { BYTE slot = DestCell.cell + (5 * j); //if slot is empty if (!(check_item = GetItem(TItemPos(INVENTORY, slot)))){ if((item->GetSize() -1) == j){ if((DestCell.cell / (INVENTORY_MAX_NUM / page_count)) != ((DestCell.cell + (5 * j)) / (INVENTORY_MAX_NUM / page_count))) return false; } } else{ check_item = GetItem(TItemPos(INVENTORY, slot)); destination_size += check_item->GetSize(); if((item->GetSize() -1) == j){ //last item must have size 1 to swap if(check_item->GetSize() > 1) return false; if((DestCell.cell / (INVENTORY_MAX_NUM / page_count)) != ((DestCell.cell + (5 * j)) / (INVENTORY_MAX_NUM / page_count))) return false; } } } while (++j < item->GetSize()); if((Cell.cell + 5) == DestCell.cell) return false; if(item->GetSize() < destination_size) return false; item->RemoveFromCharacter(); int k = 0; check_item = NULL; do { BYTE slot = DestCell.cell + (5 * k); BYTE slot2 = Cell.cell + (5 * k); if (!(check_item = GetItem(TItemPos(INVENTORY, slot)))) continue; else{ check_item->RemoveFromCharacter(); SetItem(TItemPos(INVENTORY, slot2), check_item); } } while (++k < item->GetSize()); SetItem(DestCell, item); } else return false; } else return false; } I hope somebody can help me. Thank you in advance. Regards
  3. Then, maybe you can ask a designer to make a design almost like this.
  4. If you can get the image files from the talisman online decrypted client, everything is good
  5. Hey everyone! I have got a problem with the okey card system. I can't find any solution for this, so i have to post it. I hope somebody can help me with this problem. My syserr: 1102 19:55:25471 :: File "networkModule.py", line 239, in SetGamePhase 1102 19:55:25472 :: File "game.py", line 119, in __init__ 1102 19:55:25472 :: File "interfaceModule.py", line 330, in MakeInterface 1102 19:55:25472 :: File "interfaceModule.py", line 293, in __MakeCardsInfoWindow 1102 19:55:25472 :: File "uiCards.py", line 28, in __init__ 1102 19:55:25472 :: File "uiCards.py", line 61, in LoadWindow 1102 19:55:25474 :: AttributeError 1102 19:55:25474 :: : 1102 19:55:25474 :: 'ExpandedImageBox' object has no attribute 'SetEvent' Thank you in advance! Succesfully solved. Solution: The uiscript files are from the official and they are not compatible with the public version so i replaced with the public uiscript files and everything is good now. Regards
  6. "It's not allowed to give your/our own skypes in public topics/posts nor signatures, only via pm. The only exception is for people that are trying to sell their services."
  7. Hi! I need somebody who can make my psd ingame interface coded. Please send me a pm, and i will show you a picture of the interface and then we will talk about the price. I can pay only with paypal. Thanks.
  8. I think you misunderstood me. I said maybe gameforge alerted cloudflare to stop their service at the bigger metin2 pserver sites (that's why the sites are offline). I don't have problem with cloudflare 'cause i'm not using their services.
  9. Bullshit...Really guys, somebody think GF CAN stop all the pservers? Hell no. Most likely now they (GF) alerted CloudFlare to ban the biggest servers who's using their web protection. They can't do shit. These communitys have so much pservers worldwide, they can't ban all of them. The biggest ones, just moving from their hosting to another non european host. Not a big deal. They can never stop pservers, they've make big mistake's a couple of years ago (and they still make so many mistakes) when the source got public. And what if somebody makes another game with this shitty engine? Just replace some models, maps and edit the quest's and the npc names and that's it gf still can't do shit. New name for the new game, replace all the "gameforge" name in functions to "theycantdoshit" and thats it. We are metinimus we are legion etc. Funny how GF tryna act like they can stop people to make money with and from their shit. It's a vicious circle.
  10. Hi everyone! Im looking for a trustful programmer who can make my psd design to a complete website with hennink's cms (without bugs) in english. I will send a picture of the website in pm and then we will talk about the price. Kind regards Ive found a coder.
×
×
  • 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.