Jump to content

danio475

Inactive Member
  • Posts

    33
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by danio475

  1. Hi does anyone know where to search for an function, which is responsible for expire time in item_unique slot? I'am using type 33 ring slots, everything works fine, except duration time on item. It is on 0 seconds and never expires. Please someone could help me for fuck sake? XD
  2. Hi devs! I'm looking for offline shop system, there is some free release which is know as bug free? or at least cannot be exploited? If you mind to share your knowlege with me thanks
  3. Perfect release, easy instalation & language settings. Thanks mate! Even setting up compilation enviroment is easy as ****
  4. Edit, I ask other way, how I need to set up item in database to get it sellable to npc, and also able to list it in private shop? I've tried many ways but nothing's working for me.
  5. Yo guys, gotta problem while trying to set up antiflag in my txt database. Im trying to edit it, but still item has some limit. I can drop it, trade it, but still cannot sell it to NPC or put it into my shop. Can some1 help me find out what's going on or to how set it up properly?
  6. @Tasho Thanks for reply i'll test your code but I have one question about mine version. So, in my code is any (except tons of IF's ) problem? Like any bug, core downer or something? ;p I know it's write really bad but I always preffer to try find solution by myself, not only ask on dev or other boards for help ^^. Once again thanks for code
  7. I heard something about that bug, It appear when you change the Yang limit unproperly
  8. solved by myself you have to define 16 if's with options to wear it's something like that : if (ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; if (!ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; if (ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; There is a final function : else if (GetWearFlag() & WEARABLE_UNIQUE) { if (!ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (!ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE1; if (ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; if (ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; if (ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; if (ch->GetWear(WEAR_UNIQUE1) && !ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE2; if (ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE3; if (ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && !ch->GetWear(WEAR_UNIQUE3) && ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE3; if (ch->GetWear(WEAR_UNIQUE1) && ch->GetWear(WEAR_UNIQUE2) && ch->GetWear(WEAR_UNIQUE3) && !ch->GetWear(WEAR_UNIQUE4)) return WEAR_UNIQUE4; } the result : [Hidden Content]
  9. Hi guys I need to edit this funcion : (Item.cpp) game src else if (GetWearFlag() & WEARABLE_UNIQUE) { if (ch->GetWear(WEAR_UNIQUE1)) return WEAR_UNIQUE2; else return WEAR_UNIQUE1; } I need just to add WEAR_UNIQUE3, and WEAR_UNIQUE4 because I want to expand Unique slots by sacrifice Ring slots, thanks for help @@Edit somebody know how to edit it for 4 Unique slots?. Because without this game using only first two slots :v
  10. :/ so you use some different client, sorry man but i can't help you, wait for somebody more experienced he will reply to you for sure ^^. First time I see bug like that oO, and I prefer cpp side than Python [I don't like this language so much ]
  11. .../pack/root/uiscript anyway, try to do : come to .../pack/root open uisystem,py search for : def __ClickChangeCharacterButton(self): look this function should look like this : def __ClickChangeCharacterButton(self): self.Close() net.ExitGame()
  12. Srcs/Server/.../game/src/BattleArena.cpp line 52 -/-.char.cpp line 1758,1872,1874,1875 and 1849 there you've got errors. We are not a wizards and we can't do anything before you don't paste this code here but I see you have "undefined reference" so you paste the code bad or just you miss something Anyway i see name Arianea in your source folder it's one of Polish private servers who's serverfiles and source code leaked, but I have to warn you these files are bugged as fuck and it would be a suicide to make server on this SF's, Better option is downloading a clean source and starting edit it like you want
  13. At first start to looking in the characterselect.py if there you don't find anything start to search function who's do change character. Wait 10-15 minutes because now i'm on mobile phone I just come to the pc and i'll tell you more details I think you missed some function who's clear window when you click change character button because if you log-in first time problem didn't exist? @Pongo Metin2 I analyse the change character button, and function and I don't see nothing you can miss or something, can You look to the ErrorLog.txt and paste it here? I think it would be usefull
  14. The problem exist only if you're in character select or loginwindow too? At first open file who's you edite look for the thrad from you take this code and match them, maybe you miss or delete some function who's clear pm and quest scrolls If you don't find anything please paste here link to the thread, paste original file who's you edited and your edited file
  15. Oo It reminds nr kick hack from the 2k9-2k11 when you come to somebody and hit him from fist and he's get fixed anyway it seems like somebody find another hole in game source, we need to some good and experienced developer told US something more about this
  16. Hi Dev's today I implemented 2 extra ring slots to my server, and I find solution to block 2 this same items equip in one time, but I've got the last terrible problem, when I try set to item time limit (for example like on the experience ring [item expire only if you equip it] the time left value = 0 and when I set item duration 1 minute nothing happened :/ Item don' disappear) Do you have any idea how 2 fix that stuff ? Cheers!
  17. Hi, this thread would be usefull : If you want to block DMG hack the best method is just protect your client before unpacking/injecting Python lib's
  18. sorry for re-posting after ~1 year later but somebody else have error like me when tried to implement it?. I paste files properly, packed it and when I want to start client nothing's happen, but the worst thing it's nothing in syserr/log/errorlog in client linecache ntpatch os site stat traceback types userdict after add one of those lib's client don't start + syserr + log + errorlog was empty. List of all libs to swap _future_ linecache ntpath os site stat string traceback types urllib UserDict If i swap libs who's make the client start, but with the black screen syserr give something like that : 0426 19:26:00920 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3 0426 19:26:06281 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3 0426 19:26:12323 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000002) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000002) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000002) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000009) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000011) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000014) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000018) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000018) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000028) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000041) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000046) Load ERROR 0426 19:26:12339 :: CArea::LoadObject Property(1337000052) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000018) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000018) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000018) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000024) Load ERROR 0426 19:26:12464 :: CArea::LoadObject Property(1337000024) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000001) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000004) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:12496 :: CArea::LoadObject Property(1337000017) Load ERROR 0426 19:26:15751 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:27:25076 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:27:25955 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:27:26040 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE g:\(ÁÖ)Ŕ̸̹Ł\3d\õŔDZşąý»ç\õŔDZşąý»ç02.psd 0426 19:29:45290 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:29:46645 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:35:13429 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:35:14446 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:35:14532 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE g:\(ÁÖ)Ŕ̸̹Ł\3d\õŔDZşąý»ç\õŔDZşąý»ç02.psd 0426 19:36:06602 :: CInstanceBase::AttachTextTail - VID [24827] ALREADY EXIST 0426 19:37:30396 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:37:30902 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:37:40113 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:37:40615 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:37:48102 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:37:49615 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:37:03496 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:37:04355 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:37:04690 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE g:\(ÁÖ)Ŕ̸̹Ł\3d\õŔDZşąý»ç\õŔDZşąý»ç02.psd 0426 19:43:55014 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:43:55588 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 0426 19:44:19973 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3 0426 19:44:28932 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3 0426 19:44:35996 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:44:36924 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3 0426 19:44:37158 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE g:\(ÁÖ)Ŕ̸̹Ł\3d\õŔDZşąý»ç\õŔDZşąý»ç02.psd 0426 19:46:39471 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3 0426 19:46:46930 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:46:47497 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3 0426 19:52:57480 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp3 0426 19:52:14026 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp3 0426 19:53:20722 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0426 19:53:21313 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/enter_the_east.mp3 dunno what to do with this case :/ any dev can help me or just give some advice? thanks and cheers
  19. Hi guys I have question, so I downloaded a map but it is without minimap, so how can I generate it by myself? any tips? thanks everyone for answers, cheers ^^ @Galet I don't share my solution with the community because my solution is a little bit lame I have problem to open this map with world editor so I just delete this map and download another one with generated minimap :P, I'm no that kind of people who's just want to take solutions and don't giving nothing from myself to community Cheers man ^^
×
×
  • 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.