Results 1 to 5 of 5

Thread: How can i solve this problem on Simba?

  1. #1
    Join Date
    Feb 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How can i solve this problem on Simba?

    if(R_ItemIDExistsEx(TheIDs, Hatchet))then

    for the script "Boom Goes the Oaks" line 42.

    I need help. Im new at Simba. I've done everything im pretty sure correctly.

  2. #2
    Join Date
    Feb 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hmmph..

    Loaded fonts: BigChars, CharsNPC, CharsTrade, FriendChars, LoginChars, SmallChars, StatChars, UpChars, XPChars
    [Error] (43:6): Unknown identifier 'R_ItemIDExistsEx' at line 42
    Compiling failed.
    [Error] (43:6): Unknown identifier 'R_ItemIDExistsEx' at line 42
    Compiling failed.

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    You should download the newest version of the script, last time I checked he had updated it. If not, post on the actual thread and see if Dynamite will update it

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  4. #4
    Join Date
    Feb 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default thanks.

    ok thank you.

  5. #5
    Join Date
    Dec 2010
    Posts
    808
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    1. Next time please post your errors on the script thread.
    http://villavu.com/forum/showthread.php?t=61161
    2. Please don't double post xD
    3. Change that line to:
    Simba Code:
    if(R_ItemIDExists(Hatchet, TheIDs))then
    Also bare in mind I have not updated that script in a while.

    -Boom

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
  •