Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by JustAnoobROTMG View Post
    To answer to @Zasx
    Err

    did I even ask anything actually
    "First get me some porn accounts"
    . . . . . . . . . . . . . . .-Trapped

  2. #17
    rocker1988's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    62
    My Mood
    Doubtful
    Quote Originally Posted by Zasx View Post
    That seriously worked?
    Yeah man,

    Currently the script he has makes it so u have to fire to NOT walk on lava but simply changing the iffalse to iftrue made me not walk on lava and when I fired I could walk on lava

  3. #18
    pletter's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    12
    Good job although I came up with this in the original idea. Better late then never :P.

    Now all we need is acid walls (hard pirate dungeon and avatar blob spawning goo)
    Last edited by pletter; 12-28-2013 at 12:58 PM.

  4. #19
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    So I don't know what I'm doing wrong.

    Replaced what was in lavawalls.txt



    Expected )
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  5. #20
    Nisuxen's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    164
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by 059 View Post
    So I don't know what I'm doing wrong.
    Heh this is why I gave up on mod selector on my more complex mods... The issue I believe is with differing versions of rabcdasm. Your version is not the same as the version that produced the code. That's at least the most common issue I ran into.

  6. #21
    Cryogen235's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Beachzone
    Posts
    414
    Reputation
    98
    Thanks
    10,508
    Quote Originally Posted by 059 View Post
    So I don't know what I'm doing wrong.

    Replaced what was in lavawalls.txt

    Expected )
    Use the new version of the mod selector

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

    059 (12-30-2013)

  8. #22
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Quote Originally Posted by Cryogen235 View Post
    Use the new version of the mod selector
    Yup. I use a new rabcdasm version since the author updated it, many months ago
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  9. #23
    rocker1988's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    62
    My Mood
    Doubtful
    Quote Originally Posted by Cryogen235 View Post
    Use the new version of the mod selector
    059, use the version posted in this link that cryogen posted.......Mine works perfectly fine with this script except I changed iffalse to iftrue because iffalse was making me run onto the lava if i didnt shoot. iftrue somehow made it so i have to shoot to run onto the lava.....the way it should be

  10. #24
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Quote Originally Posted by rocker1988 View Post
    059, use the version posted in this link that cryogen posted.......Mine works perfectly fine with this script except I changed iffalse to iftrue because iffalse was making me run onto the lava if i didnt shoot. iftrue somehow made it so i have to shoot to run onto the lava.....the way it should be
    Oops, sorry. Since i use noclip code with lava wall i just added the "mouse checking" code without modifying the jmp and ofc without testing it .

    Cant edit OP
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  11. #25
    rocker1988's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    62
    My Mood
    Doubtful
    aw well For the 1's that have no clue......this is the correct Lava Walls Version 2 that requires you to shoot to run on lava

    Just change iffalse SKIPNOWALK in noob's script to iftrue SKIPNOWALK

     


    #set mouseClass "com.company.assembleegameclient.game:_-Nn"
    #set mouseClicked "_-Vr"

    getlex QName(PackageNamespace("", "#0"), "map_")
    getproperty QName(PackageNamespace(""), "gs_")
    getproperty QName(PackageNamespace(""), "mui_")
    getproperty QName(PrivateNamespace("*", $"mouseClass"), $"mouseClicked")
    iftrue SKIPNOWALK //Thanks Zasx for the idea of changing iffalse to iftrue.

    ;-------------------------
    ; NOWALK ON LAVA
    ;-------------------------
    getlocal3
    getproperty QName(PackageNamespace(""), "props_")
    getproperty QName(PackageNamespace(""), "id_")
    pushstring "Lava"
    callproperty QName(Namespace("https://adobe.com/AS3/2006/builtin"), "search"), 1
    pushint -1
    ifeq SKIPNOWALK

    getlocal3
    getproperty QName(PackageNamespace(""), "obj_")
    pushnull
    ifne SKIPNOWALK

    pushfalse
    returnvalue

    ; trace obj, only for debug
    ;findpropstrict QName(PackageNamespace(""), "trace")
    ;getlocal3
    ;getproperty QName(PackageNamespace(""), "obj_")
    ;callpropvoid QName(PackageNamespace(""), "trace"), 1

    SKIPNOWALK:

    Last edited by rocker1988; 12-30-2013 at 06:55 AM.

  12. #26
    1again's Avatar
    Join Date
    Apr 2013
    Gender
    female
    Posts
    129
    Reputation
    10
    Thanks
    144
    What line is this entered at?

  13. #27
    rocker1988's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    62
    My Mood
    Doubtful
    Quote Originally Posted by 1again View Post
    What line is this entered at?
    Are you asking me which line to edit, to make walking on lava only available when shooting?

  14. #28
    passee's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    1
    aaaaaaaaaa
    Last edited by passee; 01-05-2014 at 03:54 AM.

  15. The Following User Says Thank You to passee For This Useful Post:

    Plus22 (01-09-2014)

  16. #29
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by passee View Post
    aaaaaaaaaa


    Err

    wat
    "First get me some porn accounts"
    . . . . . . . . . . . . . . .-Trapped

  17. #30
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by Zasx View Post


    Err

    wat
    This is funny

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Solved] Lava Walls for 17.2.0?
    By Bryce9898 in forum Realm of the Mad God Help & Requests
    Replies: 2
    Last Post: 10-13-2013, 04:21 PM
  2. Selling working Wall Hack for SF
    By MixerMeow in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 03-03-2009, 08:03 PM
  3. Warrock No Wall Hack For All Version
    By rotem611 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 02-18-2009, 06:30 AM
  4. Wall hack for the public hack
    By Kevincible in forum Combat Arms Hacks & Cheats
    Replies: 18
    Last Post: 02-09-2009, 05:47 PM
  5. Is there a going through walls hack for combat arms?
    By asworth96 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 12-29-2008, 06:43 PM