Jump to content

Grudge

Inactive Member
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

About Grudge

Informations

  • Gender
    Male

Recent Profile Visitors

679 profile views

Grudge's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

  1. Thanks, you have any idea how can i open the launcher with key? Like this: public static string exename = "--grudge game.exe";
  2. Hi dev's. How can I change this text size? "name" : "SubPage3", "type" : "button", "x" : 182+14, "y" : 8, "text" : "Stop", "text_color" : 0xFFFFE3AD,
  3. Add me on skype, I made the web part. ID: non.grudge99
  4. I did this in input_main.cpp For me work.
  5. Hi dev's. Before that.. i pressed only ctrl+c, and compilation was interruped. Now, when i start compile again, all.. function are undefined.. Code with error: Someone have any idea why do so?
  6. add it LoadLibraryA("dllname.dll") and dll with this name "dllname.dll" put in your client and he is loaded by launcher
  7. int pc_is_trade(lua_State* L) { LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); if (NULL != ch) { lua_pushboolean(L, (ch->GetExchange() != NULL) ? true : false); } else { lua_pushboolean(L, false); } return 1; } Use like this: if pc.is_trade == true then
  8. I solved this. I'm mega noob xD. Horse functions quest. horse.is_summon()
  9. Hey devs. What is wrong with this code? The problem is this: [Hidden Content] LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr(); lua_pushboolean(L, ch->GetHorse() ? true : false); return 1; When the horse is already called, something happen. Thanks.
  10. I have source. But I need to know how they do this. BUMP and Thanks again !
×
×
  • 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.