[INACTIVE] iQuest v3.2.0 - Take NPC questing to the next level! [1060]

Discussion in 'Inactive/Unsupported Plugins' started by sddddgjd, Aug 2, 2011.

  1. Offline

    sddddgjd

    iQuest is no longer in active development!


    Yeah,that's right,i quit,you can all go home now...:D
    Jokes aside, i am forced to quit working on iQuest,for a number of reasons,including:​

    • The code was old...very old! Updating the entire thing just isn't possible!
    • I am really busy with 2 other,bigger,projects, so i can't spend that much time on this!
    • I am not as familiar with the code as i could be if i created it!
    • Big parts of the code just plain suck...i was a really bad coder when i starter this project! :D
    That being said,don't panic! I am going to recreate iQuest from SCRATCH, using just a small part of the main code! It will act the same,however some of the important changes will be:

    • Superperms support! It's the future,it's time for people to switch over...
    • More quest types!
    • Parties!
    • Speed improvements!
    • MySQL/SQLite database support!
    • Much easier commands,and interface
    • Spout support!
    • MASSIVE support for RPGWorld, one of the 2 big projects i'm working on...that thing will be INSANE!
    • New configuration support! Should be much harder to mess it up...

    You may be wondering,how am i going to pull this off? Well, first of all, i have @Samkio , @tips48, @r3Fuze , and the rest of our coding team to help me! However, we all have to work on separate parts of the plugin, so i will make yet another coding team, which will work exlusively at the questing part! (it will also work as a stand-alone,don't worry :D)

    So,that was it, i will start actually working on it now!
    If you want to take part in development,just PM me! If you have atleast one plugin,i'll probably know you already! :p

    @cwingrav
    @julietnpn
    @Pandemoneus

    You guys helped me the most during development...interested in joining this?

    For more details on the new plugin, click!


     
    chudy126p, Samkio, powback and 6 others like this.
  2. Offline

    irondragon1992

    No, it doesnt add the sum and it doesnt say it linked with BOSeconomy

    ill try redownloading my economy plugin

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  3. Offline

    1born2kill

    I cant seem to drop quests when I left Click NPCs
     
  4. Offline

    sddddgjd

    Left click them 2 times...this has to work!
    Otherwise,/q drop works! :D
     
  5. Offline

    1born2kill

    u sure :/? ive been left clicking him for the past 10 Minutes lol

    and also this:

    Code:
    09:06:40 [SEVERE] Could not pass event PLAYER_INTERACT_ENTITY to iQuest
    java.lang.NullPointerException
            at sddddgjd.NPC.NPCListener2.onPlayerInteractEntity(NPCListener2.java:55
    )
            at org.bukkit.plugin.java.JavaPluginLoader$12.execute(JavaPluginLoader.j
    ava:321)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:870)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :436)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  6. Offline

    sddddgjd

    Uploaded a fixed version! :D
    And try doing /qn check [npcname],what does it say?
     
  7. Offline

    irondragon1992

    redownloaded the boseconomy and its working :D yey, thankyou for this awesome plugin!!!!!
     
  8. Offline

    1born2kill

    Yep that works, and I cant seem to Drop a quest still lawl.. what am I doing wrong.

    Here is my Config:

    Code:
    PluginSupport:
        usePermissions: true
        pluginTimerCheck: 5
        MoneyPlugin: iConomy
        moneyName: Spookies
    'Use NPC based questing ': true
    Database:
        SaveQuestersInfoIntervalInMinutes: 30
        broadcastSaving: true
        useSQLite: false
    etc:
        hideQuestRewards: false
        questRewards: 87,Netherrack Blocks,10~88,Soul Sand Blocks,10~89,Glowstone Blocks,10~18,Leaf Blocks,10~344,Eggs,10~348,Glowstone Dust,10
        useDefaultiQuest: true
    Announcements:
        questRewardInterval: 10
        questAnnounceInterval: 5
    QuestLevels:
        scaleQuestLevels: true
        questLevelInterval: 50
    QuestDropping:
        dropQuestCharge: 5000
        dropQuestInterval: 60
    Require item in hand for NPC questing: true
    The required item's ID: 1
    and my PermissionsBukkit:

    Code:
                superpermbridge.iQuest.CanDropQuest: true
                superpermbridge.iQuest.CanQuest.amount: true
                superpermbridge.iQuest.CanQuest.done: true
                superpermbridge.iQuest.CanQuest.give: true
                superpermbridge.iQuest.CanQuest.info: true
                superpermbridge.iQuest.CanQuest.stats: true
    Edit: /qn check [npc name] gives me an info of the NPC and what Quest it gives :D
     
  9. Offline

    iMakeAction

    It's is a really nice mod!

    But I can't left/right click a NPC (/q done,give,drop works)
    And Quest editing is very hard could you make a Template for it? (for all the 4 types of quests?)
     
  10. Offline

    sddddgjd

    Require item in hand for NPC questing: true
    The required item's ID: 1 <====stone

    Set use npc based questing to true in the config! ;D
    And for the template:
    download notepad++
    Open quests.yml
    Just copy carefully the existing quests,and modify the values to get whatever you want!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  11. Offline

    1born2kill

    I did... I used Stone to try and drop quests it wont work :/
     
  12. Offline

    iMakeAction

    That is already on 'true'. (I'll test it out one more time with some other NPC's)
     
  13. Offline

    sddddgjd

    Alright then,try disabling that thing,test if it works!

    if it's set to true,there's no way /q give could still work...:/
    Try deleting everything,and starting from scratch!
     
  14. Offline

    iMakeAction

    Yes I saw /q doesn't work anymore after I changed it, but it doesn't work if I set it to true or false.
    I'll download everything again now...

    And with Notepad++ is everything so organised! =D
     
  15. Offline

    sddddgjd

    So /q give and done doesn't work anymore? that's good...
     
  16. Offline

    iMakeAction

    Yes it doesn't work anymore.
    But I made 2 NPC's one called Starter Guide and the other one called Noob. I both assigned them a quest. (not the same, 4 and 5)
    Left- and right clicking works on Noob but not on Starter Guide,??
     
  17. Offline

    sddddgjd

    That's wierd...try this:
    stop the server,delete iQuest.bin (from the plugins folder,not .jar,.bin!),and dontdelete.bin from the iQuest folder! Then,restart it! All your npcs should loose their quests, just set them up again!
    Otherwise /qn change restore [npcname] could work!
     
  18. Offline

    iMakeAction

    Nope, NPC Noob still works and Starter Guide doesn't work. Maybe because Noob is 1 word and Starter Guide 2,? (idk xd)

    EDIT: Is Permissions required? because I don't have it...

    I found a major bug. (I guess)
    When finished a quest the items won't be deleted out of my inventory? Or is that normal?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  19. Offline

    sddddgjd

    That's actually possible! Hmmm,try changing starter guide to starter_guide!

    Why would the items get deleted? You are supposed to be rewarded from finishing quests!
    oh,you mean the item in hand? yes,it's normal,i don't see the point of it being deleted...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  20. Offline

    iMakeAction

    Oke so, he asks you: Gimme some diamond! and then you can keep it,? xd
     
  21. Offline

    sddddgjd

    ooh,that! after you relog,it will dissapear! it's just some wierd kind of network lag...if you drop it to the floor,it will dissapear too!
     
  22. Offline

    iMakeAction

    Starter_Guide does work!

    Oke so you CAN NOT have spaces in your NPC names! :)
     
  23. Offline

    Merkel

    and auto-update function would be nice
     
  24. Offline

    iMakeAction

    Hmm, I can drop my quests at any NPC? (maybe bug)
    I can just do 1 quest at the time. (why?)
     
  25. Offline

    sddddgjd

    for the first question...probably not a bug,it's not really important
    and because multiple quests is MUCH harder to make,tons of possible things can go wrong,see epicquest...:|
    So i'm not going to put those unless many people ask for it!
     
  26. can you put a set group (permmission) command in the reward ?
     
  27. Offline

    iMakeAction

    I can't find uQuest to work so i'll stick to your plugin, :)
    But is there a way to let the NPC give you the quest only once?

    And how do I get the item out/of the NPC's hand/body? (or must I ask at Citizens for that?)

    And how do I reward someone with an item and money or just an item?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  28. Offline

    sddddgjd

    Look in the other quests,there are some that have money/item rewards...
    For the others questions,ask on the citizens forums, and not right now...
    Will be implemented after the 1.8 update, with a big revamp of the entire plugin...
     
  29. Offline

    Pomme72

    Hi,

    this is a great plugin :)

    but can we have a command for enable or disable the once give of a quest for each players ?

    cause I have certains quests I wanna to be make just one time, and other quests I wanna to be make infinite =)

    sorry for my bad english, I'm french :/

    TY =)
     
  30. Offline

    sddddgjd

    Hmmm,i'll look into that!
     
  31. Offline

    1born2kill

    Ok so this is what I have:

    Code:
    Require item in hand for NPC questing: false
    The required item's ID: 0
    Since its false, when I double left click the NPC barehanded, or even with anything, it should drop the quest correct? But Why doesnt it work for me :C
     

Share This Page