Inactive [RPG] AncientRPG - Create your own RPG v0.95[1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by Pylamo, Mar 19, 2012.

  1. Offline

    Menyus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  2. Offline

    Br3nor

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That is great. Thanks a lot :D

    I find the second problem. (I think only version crash)
    I use Essentials plugin with Vault
    I have lots of money when use /money command
    But if typing /guild deposit 100 I get: "You don't have enough money"

    Oh and in guild help menu where list the ranks prints the {GREY}, and in class help menu the first line {Yellow} instead of color :)

    This post has been edited 4 times. It was last edited by Br3nor Aug 15, 2012.
  3. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Br3nor:
    That's weird, I'll check it tomorrow.
    the {GREY} thing must be {GRAY} and {Yellow} must be {YELLOW}.
  4. Offline

    j9794

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hello,
    how do i set a block in a specific location? (for example 1 block below or above the player)
    it might sound stupid but i haven't realised how to do it yet
  5. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @j9794:
    that's not stupid at all, it's not possible atm.
    But I've already implemented it in my dev build, will be part of the next update.
  6. Offline

    j9794

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    wow, i didn't expected to get an answer so fast, and thanks, i was losing my time fighting with the spellmaker instead of asking
  7. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Pylamo:
    "Hi, i have problem the chats toggle command.
    If I use "/party toggle" (or any other chat toggle) i send message the party chat and global chat

    sry my bad english :)"


    yep i have the same problem.., also when you use /party toggle it says party chat activated.. but when you repeat the command to deactivate the party chat it says "guild chat activated" lol

    so you can't deactivate party chat once you use the command /party toggle.. this is in the new build and teh dev build.

    just a heads up if you aren't already aware of this bug.
  8. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hey i really love this plugin and my RPG is expanding massively everyday but i am wondering when you set up a class you can choose what material of tools it can use e.g wood, stone, gold etc.. but can you define it to wood-sword, stone-axe, gold-hoe etc?

    also got this when loading up the spells?
    14:54:54 [SEVERE] [AncientRPG] AncientRPG: error in command endif
    regards
    crafty

    This post has been edited 1 time. It was last edited by CraftyMclovin Aug 16, 2012.
  9. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @CraftyMclovin:
    fixed the bug.
    You can't define exact items but I will add a feature for it (probably 0.9)
  10. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    okay so do i need to re download the latest dev to fix the bug or does it patch through?
  11. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  12. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Pylamo:

    I have bad news :( i just got the latest dev build you suggested and the error is still there :(

    17:01:56 [SEVERE] [AncientRPG] AncientRPG: error in command endif
  13. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @CraftyMclovin:
    oops, I meant the party toggle thing :D
    However, post your spell, there is probably something wrong with it.
  14. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i'm not sure what spell is causing lol i have like 20 spells but only one causes the error i'm guessing :p would it be the spell above or below the error or could it be anyone of the spells?

    thanks.
  15. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  16. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    okay the spell below the error is,

    portarrowbuff,
    Code:
    portarrowbuff
    buff
    projectilehitevent
    var loc = getprojectilehitlocation
    teleport, loc
    endif
    any ideas?
  17. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    there is an endif without an if -> error
  18. Offline

    CraftyMclovin

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ahhh i see, so where would i input the "if" to get the spell to work?
  19. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @CraftyMclovin
    you don't need an if in your spell, just remove the endif.
  20. Offline

    Yolo"ing"

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm also getting an issue with my spell. Made a spell, but in the log it says "could not pass event PlayerJoinEvent to Ancient RPG". Any ideas?
  21. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  22. Offline

    Yolo"ing"

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Invisibilty
    active
    variables: Cooldown
    checkcooldown, CoolCool
    invisible, Player, 30
    cooldown, CoolCool, Cooldown
    (CoolCool is the name of the cooldown)
    and.. not sure if u need this but just in case
    level Cooldown
    1 20
    2 19
    3 18
    4 17
    5 16
    6 15
    7 13
    8 11
    9 9
    10 7
  23. Offline

    Yolo"ing"

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    also if this may help, it says when i try to use it (only when i bind it) that its not ready yet but shuld be ready in 0.02 but obviously it keeps repeating that, even after 0.02.

    -thanks for the quick respond
  24. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Yolo"ing":
    your spell is not related to the playerjoinevent therefore it should not cause an error when a player joins.
    The bug is caused because your cooldown values are too low.
    You have to specify the time in milliseconds. Just multiply your values with 1000 and it will work.
  25. Offline

    Yolo"ing"

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    oh thank you so much.

    -if u ever plan to make a server, call me.
  26. Offline

    Yolo"ing"

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok another issue:p the time keeps resetting itself but never actually casts the spell. any more ideas? lol
  27. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You have to multiply the time of the invisibilty too.
  28. Offline

    Yolo"ing"

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    well, idk what i would do with out you:p keep this up!
  29. Offline

    Pylamo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  30. Offline

    nitwity

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Would you mind making the spellmaker for mac?

Share This Page