Page 18 of 19 FirstFirst ... 816171819 LastLast
Results 256 to 270 of 273
  1. #256
    NinjaTamarin's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I want to be sure...Does the highlight code make units visible just to me, or to all players? If to all players, is there a way to make it visible just to me?

    I want to get a little "help" for the stealth missions, but I want to look legit to other players...

  2. #257
    kyasarin's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Operation of reset you have made in the LUA script, or you can be that is able to reset the all including track record?

  3. #258
    kel007's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Above the skies~
    Posts
    321
    Reputation
    78
    Thanks
    156
    My Mood
    Asleep
    Quote Originally Posted by NinjaTamarin View Post
    I want to be sure...Does the highlight code make units visible just to me, or to all players? If to all players, is there a way to make it visible just to me?

    I want to get a little "help" for the stealth missions, but I want to look legit to other players...
    Visible just to you.

  4. The Following User Says Thank You to kel007 For This Useful Post:

    NinjaTamarin (10-26-2014)

  5. #259
    NinjaTamarin's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by kel007 View Post
    Visible just to you.
    Great! Thanks!

    Can you teach me what (part of the) code is responsible for displaying for client or for all?

    Actually, do you know about any guides that explain the lua codes (not just provide them, like it is here)?
    Last edited by NinjaTamarin; 10-26-2014 at 11:09 AM.

  6. #260
    gsbd785's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    My Mood
    Mellow
    SO! Everytime I start the game up with my edited configuration, I'll always get this error outcome. So yeah, I did some editing of the location of the scripts so I could make it more organized in case I had to remove the scripts or edit them. Figured it'd be helpful, but I'm speculating that something in the iphlpapi.dll is conflicting with what I may have done with the location. Though, when I was using a specific configurated set-up, everything worked fine except when I switched out the X-Ray script with your colored highlighting script. It would crash the game when I pressed that key. Not too sure on that. I just want to get your set-up working with what I tried to edit.
    I'm not sure if it means anything, but when I used the basic set-up I ended up getting the same outcome.
    Attached Thumbnails Attached Thumbnails
    1.JPG  

    Capture.JPG  


  7. The Following User Says Thank You to gsbd785 For This Useful Post:

    yoasl (08-28-2015)

  8. #261
    kel007's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Above the skies~
    Posts
    321
    Reputation
    78
    Thanks
    156
    My Mood
    Asleep
    Quote Originally Posted by NinjaTamarin View Post
    Great! Thanks!

    Can you teach me what (part of the) code is responsible for displaying for client or for all?

    Actually, do you know about any guides that explain the lua codes (not just provide them, like it is here)?
    AFAIK most of the sites provides the code or the decompiles only, and then you go and figure them out on your own. But if you have questions about the code (like what does it do) then you ask them in a thread.

    This part might help.

    Code:
        -- SHOW SYSTEMMSG -- Only you see the message 
        function SystemMessage(message)
            if not managers or not managers.chat or not message then return end
            managers.chat:_receive_message(1, managers.localization:to_upper_text( "menu_system_message" ), message, tweak_data.system_chat_color)
        end
    
       -- MSG USER -- Will send a message to everyone
        function SendMessage(message, username)
            if not managers or not managers.chat or not message then return end
            if not username then username = managers.network.account:username() end
            managers.chat:send_message(1, username, message)
        end
    Last edited by kel007; 10-27-2014 at 02:48 AM.

  9. #262
    kel007's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Above the skies~
    Posts
    321
    Reputation
    78
    Thanks
    156
    My Mood
    Asleep
    Quote Originally Posted by gsbd785 View Post
    SO! Everytime I start the game up with my edited configuration, I'll always get this error outcome. So yeah, I did some editing of the location of the scripts so I could make it more organized in case I had to remove the scripts or edit them. Figured it'd be helpful, but I'm speculating that something in the iphlpapi.dll is conflicting with what I may have done with the location. Though, when I was using a specific configurated set-up, everything worked fine except when I switched out the X-Ray script with your colored highlighting script. It would crash the game when I pressed that key. Not too sure on that. I just want to get your set-up working with what I tried to edit.
    I'm not sure if it means anything, but when I used the basic set-up I ended up getting the same outcome.
    Try updating your hook (iphlpapi.dll)

    Edit. Yup your hook is still at v1.0.3. God that's old. It's v3.0.5 now.
    Last edited by kel007; 10-27-2014 at 02:52 AM.

  10. #263
    happystar6's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Buzzed
    small complaint here, so i ran the all masks and stuff mod, and it added a bunch extra of them than expected, which i could imagine was error on my end, the concerning part is that when i go to make a new mask, in the NORMAL tab (not infamous) it says i have 6 of each of the infamy masks, even though you may only have one and its in the wrong tab, any fix to remove these masks? i already made them before.


  11. #264
    HalfwayInfinity's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Anyone got the updated dll? Mine is from 2013 and gets removed everytime I launch

  12. #265
    lumine99's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    where is the newest dll? I can't find them here.
    thanks

  13. #266
    Karpski's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Is there any code snippet to get you out of cuffs once you are in them, and one to reset the amount of times you can go down before you automatically go into custody?

  14. #267
    Cuntbag74's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    So I have no idea how to do anything with lua honestly, so how do I use these scripts? Do I create a .lua file and edit it to my PD2hook or is it something else? thanks!

    IGNORE THE ABOVE PLEASE I FIGURED IT OUT I'M JUST DUMB AND BAD AT LUA
    Last edited by Cuntbag74; 03-28-2015 at 05:10 PM.

  15. #268
    Chase's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Silicon Valley
    Posts
    467
    Reputation
    42
    Thanks
    613
    How do I bind the script to a key?
     
    100 Thanks
    100 Posts
    500 Posts
    500 Thanks

    Proud to be the one of the few on mpgh not looking to pick a fight.
    Get a free website!

  16. #269
    channelswitched's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How do we know what the key is to activate these things?

    Like, how do I activate the demi-god thing?

  17. #270
    eek77k's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    Just got tagged as a cheater, rip ;-; any way to remove?

Page 18 of 19 FirstFirst ... 816171819 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 01-06-2016, 12:38 AM
  2. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.2 [1/25/2012]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 20
    Last Post: 02-02-2012, 11:29 AM
  3. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.1 [Fixed]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 113
    Last Post: 01-25-2012, 02:51 PM
  4. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.0
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 132
    Last Post: 01-10-2012, 08:48 AM
  5. Dragonnest Lua scripts?
    By Cold designer in forum Dragon Nest Help
    Replies: 1
    Last Post: 09-18-2011, 10:27 AM