Jump to content

Hades ✔

Member
  • Posts

    60
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Hades ✔

  1. @ xP3NG3Rx Could you share please the color codes used in that three images?
  2. ACMD(do_shop_remote) { if (ch->IsDead() || ch->GetExchange() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeOpen()) { ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT(TRANSLATE_LANGUAGE,"Close the open windows first.")); return; } char arg1[256]; one_argument(argument, arg1, sizeof(arg1)); if (!*arg1) return; uint16_t vnum; str_to_number(vnum, arg1); LPSHOP shop = CShopManager::instance().Get(vnum); if (!shop) return; ch->SetShopOwner(ch); shop->AddGuest(ch, 0, false); } I have this function to open the normal shops. I'm wondering if there is not an function in server source to can open a specific tab, without to use binary or slots.. size_t GetTabCount() { return m_vec_shopTabs.size(); } All i can find about ShopEX tab is this check in Server source..
  3. Hello, (?) Reffering to this function to remote a shop: [python] ACMD(do_shop_remote) { if (ch->IsDead() || ch->GetExchange() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeOpen()) return; char arg1[256]; one_argument(argument, arg1, sizeof(arg1)); if (!*arg1) return; uint16_t vnum; str_to_number(vnum, arg1); LPSHOP shop = CShopManager::instance().Get(vnum); if (!shop) return; ch->SetShopOwner(ch); shop->AddGuest(ch, 0, false); } [/python] (?) It doesn't matter if i put there the right shop vnum, i will always get the first tab of the ShopEX. (?) How i can make the function if the ShopEx "GetTabCount > 1" to get the available tabs buttons there; (?) Or to open the shop window without the tabs buttons, but to get the right shop window by the shop vnum. [Hidden Content]
  4. It's possible to use this to open a specific ShopEX tab?
  5. A lot of server are using the Target Information Drop. You should include the common drop features for the drop system too. On the other hand, i didn't used the common drop in the past, but this time i will use it for sure. Well done. It's very usefull.
  6. Highly recommend Vegas. Fast & Clean & Smart code, like a programmer. His code is good, sorry i mean GOD. Compared to the past, it has changed and evolved a lot. Some of the systems I use are based on the essential part of the code, made by Vegas and running perfectly.
  7. Highly recommend Vegas. Fast & Clean & Smart code, like a programmer. His code is good, sorry i mean GOD. Compared to the past, it has changed and evolved a lot. Some of the systems I use are based on the essential part of the code, made by Vegas and running perfectly.
  8. You can download the image from browser...
  9. Others ? Turkmmo coding. Searching for C++ functions. Take care . @ManiacRobert After u drink ur coffe and ur going to see if your source is compiling succesfully , but u got an error that's telling you missed ";" on line ...
  10. How the python syserr works... Using " else if " instead to make the function using " for ". When you finally finished the your code...
  11. price_type: 1:Gold 2:Second Coin 3:Item 4:EXP 5: Level 6: Time wasted in game. :-? 7: IQ Test. xD
  12. You can change the name into " How to kill a server". But skills are awsome. Gj.
  13. You can check the quests functions there i saw a function with blinking quest name.
  14. Graphic and animations are low...
  15. Raylee you can T/C. Didn't found someone able to make something good. Best regards Hades
  16. M2 Download Center Download Here ( Internal )
  17. I don't think it's really easy to adapt from another game, because of models or property. And to make it by yourself, it's the same shit, you can just remake the old method and add some tricks. You can find encrypt, but for sure you can have the decrypt too. And the fox pack is already too old. People use that encryption method because the decryption tools isn't already pusblishied xD
  18. Did you test ur damage ? Try to check if the bonuses are applied for 100% abs rate. xD
  19. Come on... No one developer use another encrypt method? Everyone thinking the best encryption is Fox Pack who was extracted from global server? xD And still there is some people who trying to sell that shit without decrypter. ------------------------- If anyone knows how to change a little the old encryption method... can contact me. (lzo change is excluded...)
×
×
  • 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.