Page 9 of 9 FirstFirst ... 789
Results 201 to 223 of 223

Thread: [J]ustin's Dominion Towers

  1. #201
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by supersayian2224 View Post
    is dominion tower minigame mostly for exp or just for the rewards? (and how good are the rewards?)
    Rewards

    Forum account issues? Please send me a PM

  2. #202
    Join Date
    Feb 2012
    Posts
    317
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i always got dominion factor 0, am i still getting points for dreadnips?

    it is also always fighting same monster always?

  3. #203
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I try to start the script why do I get,

    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    ? What does that mean?

  4. #204
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by itzridikalous View Post
    When I try to start the script why do I get,

    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

    ? What does that mean?
    Have you tried searching your Access violation error?

    Forum account issues? Please send me a PM

  5. #205
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do I do that? I honestly have no idea. I don't even know what an Access violation error is.

  6. #206
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default


    Forum account issues? Please send me a PM

  7. #207
    Join Date
    Jun 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by itzridikalous View Post
    How do I do that? I honestly have no idea. I don't even know what an Access violation error is.
    I think it has something to do with java, try removing your current java version with revo uninstaller, and then install jdk32 6... it worked for me

  8. #208
    Join Date
    Jun 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I haven't been successful in starting this script or any script for that matter cause I always get a error no matter what. I can only start those draynor willow ones.

    This is error I get from this 1
    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

    and after I click it again I get this.

    [Error] C:\Simba\Includes\srl\srl\misc\smart.simba(56:19): Invalid number of parameters at line 55
    Compiling failed.

  9. #209
    Join Date
    May 2012
    Location
    Somewhere in, PA
    Posts
    1,810
    Mentioned
    9 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by mtp1200 View Post
    I haven't been successful in starting this script or any script for that matter cause I always get a error no matter what. I can only start those draynor willow ones.

    This is error I get from this 1
    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

    and after I click it again I get this.

    [Error] C:\Simba\Includes\srl\srl\misc\smart.simba(56:19): Invalid number of parameters at line 55
    Compiling failed.
    EDIT:

    Change
    Code:
    C:\Simba\Includes\srl\srl\misc\smart.simba
    at the beginning to

    Code:
    {$DEFINE SMART}
    Last edited by Austin; 07-31-2012 at 08:17 PM.
    My First Build!, Selling Downloadable Games
    -------------------------------------

  10. #210
    Join Date
    Jun 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
    {$DEFINE SRL_SMART}
    {$DEFINE SMART}
    {.loadlib libsmart}
    
    function IsKeyDown(C:Byte): Boolean;
    begin
      Result := SmartIsKeyDown(C);
    end;
    thats what it has

  11. #211
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by mtp1200 View Post
    Code:
    {$DEFINE SRL_SMART}
    {$DEFINE SMART}
    {.loadlib libsmart}
    
    function IsKeyDown(C:Byte): Boolean;
    begin
      Result := SmartIsKeyDown(C);
    end;
    thats what it has
    What? Did you even read the posts above yours?

    Forum account issues? Please send me a PM

  12. #212
    Join Date
    Nov 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Was working fine then i got this

    [Hint] C:\Simba\Scripts\DominionTowers 0.71.simba(273:5): Variable 'NPCARRAY' never used at line 272
    [Error] C:\Simba\Scripts\DominionTowers 0.71.simba(408:3): Unknown identifier 'Smart_Server' at line 407
    Compiling failed.

  13. #213
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ChorizoConWebo View Post
    Was working fine then i got this
    Delete the 2-3 lines starting with line 407.
    Look what lines start with Smart_Server and delete it.


    Gets stuck waiting for the fight to finish...


    Just stands there until logout, script killed 4 sunfreets before and everything was fine but now 4th time it can't detect that fight has finished.

  14. #214
    Join Date
    Nov 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank's it worked

  15. #215
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey Guys, i change the top bit to define smart so it looks like this now

    program DominionTowers;
    {$Define SMART}
    {$DEFINE SMART}
    {$i srl/srl.simba}

    But now im getting this error, could someone help me out please.

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(581:5): Unknown identifier 'ImageSetClientArea' at line 580
    Compiling failed.

  16. #216
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I cant login like when I start the script with my details in the settings the script doesnt logs me in so I cant start

  17. #217
    Join Date
    Dec 2011
    Location
    Toronto, Ontario
    Posts
    6,424
    Mentioned
    84 Post(s)
    Quoted
    863 Post(s)

    Default

    Quote Originally Posted by fcb7buc View Post
    I cant login like when I start the script with my details in the settings the script doesnt logs me in so I cant start
    Have you tried logging in by yourself...?

  18. #218
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shay View Post
    Have you tried logging in by yourself...?
    cant simba wont let me

  19. #219
    Join Date
    Mar 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ive logged in manually but the script does not do anything I dont know how to set the taunt either please help me

  20. #220
    Join Date
    Aug 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\srl/srl/misc/smart.simba(56:1): Invalid number of parameters at line 55
    Compiling failed

  21. #221
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Okay Okay, I have been slack with the updates, I will get around to it when I can

    Forum account issues? Please send me a PM

  22. #222
    Join Date
    Dec 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    will this be updated?:c

  23. #223
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by brenden17 View Post
    will this be updated?:c
    Chances are, no sorry.

    Forum account issues? Please send me a PM

Page 9 of 9 FirstFirst ... 789

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •