[I][HATE][TAGS] Rifts (Beta 1.10) - A fully featured MMO plugin (UNDER REMODELING) [860]

Discussion in 'WIP and Development Status' started by OBudista, Jun 13, 2011.

  1. Offline

    OBudista

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hey!

    Still fixing bugs and working on the skills/conditions.

    Here is a preview of some new features I'm doing right now to enable the full skill list:

    Health Siphon Arrow config: (condition dependencies)

    [IMG]


    Ice Bolt config: (introduction of chance)

    [IMG]


    Meditation (events that affect conditions and recurrent skills) and Inferno (warning to players around the caster) config:

    [IMG]


    edit: sorry for the size of the screenshots. I've a big screen :D
  2. Offline

    OBudista

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yet another preview while I'm finishing (already on the final sprint) skills and conditions. Added events to both conditions and skills:

    Code:
    	<skill name="Inferno" symbol="INF" description="Deals massive damage to enemies near the caster. Sets everyone on fire and does damage overtime. A warning will be delivered to all players nearby during the casting." skillcost="1" activation="ACTIVATE" skilltype="SINGLE_SHOT" target="HIT" targetfoes="true" targetfriends="false" manacost="30" healthcost="0" cooldown="120" preparingtime="10">
    		<conditions>
    			<condition name="Instant Fire Damage 5" time="1" chance="100"/>
    			<condition name="Fire Damage 1" time="10" chance="100">
    				<events>
    					<event name="EXPIRED" action="MSG:TARGET:Condition Expired:%GREEN%You are no longer taking fire damage!"/>
    					<event name="EXPIRED" action="MSG:CASTER:Condition Expired:%RED%%TARGET% is no longer taking fire damage!"/>
    				</events>
    			</condition>
    			<condition name="Ignite Fire" time="1" chance="100"/>
    		</conditions>
    		<events>
    			<event name="PREPARING" action="MSG:ENEMY:16:Condition Preparing: %caster% just started casting Inferno. You have 10 seconds to stop him!"/>
    			<event name="PREPARING" action="MSG:ALLIES:16:Condition Preparing: %caster% just started casting Inferno. Protect him for seconds!"/>
    			<event name="PREPARING" action="MSG:SELF:Condition Preparing: %caster% just started casting Inferno. Protect him for seconds!"/>
    			<event name="CASTED" action="MSG:SELF:Condition Casted:%GREEN%You casted %SKILL_NAME%!"/>
    			<event name="CASTED_HIT" action="MSG:TARGET:Condition Hit:%RED%%CASTER% casted %SKILL_NAME% on you!"/>
    			<event name="CASTED_HIT" action="MSG:SELF:Condition Target Hit:%GREEN%You hit %TARGET% with %SKILL_NAME%!"/>
    		</events>
    		<requirements>
    			<requirement target="class" type="present" value="Mage"/>
    		</requirements>
    	</skill>
  3. Offline

    Cwm

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I understand you are very busy, and i just have some questions to ask. One of the FAQ was can you run this plugin on one world and you said yes. Well personally i was wondering if you have implemented a function or are planning to implement a function were you can disable/enable rifts and factions. Don't get me wrong the whole concept of this plugin is great, but my server is more based on pvp in your face rather then worlds and rifts. Basically is there a way i can have it set to only use the classes part of your plugin. Also i was wondering if you can give a text or video tutorial on how classes function? Such as how exactly do mages or priests cast a spell, or how some need reagents etc. Sorry for the question, but i just like to know how everything works :p and if im wasting your time and can check somewere else for ^ such as a config file or whatever let me know. Thanks for taking the time to read.
  4. Offline

    WhosDaMan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This is gonna be crazy awesome once it is almost all out!

    Do you have an ETA for the other skills to be added?
    EDIT: Also, when will functionality be back in the portals?
  5. Offline

    Rage

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I would love if there could be mysql support. I am constantly in the database's checking and messing with my stuff. I would just love the user's in the mysql database.
  6. Offline

    hanmatiax

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Rifts fully supports mySQL
  7. Offline

    Rage

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Then how do i do it? i looked threw teh files i saw no option for it at all.
  8. Offline

    Zothen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Cant await the remodeled version! Go OBudista, go! The servers are ready to feed the plugin! =)
  9. Offline

    Wolf7115

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I would hate to rush, but is this still under development? I would just like to know.
  10. Offline

    WhosDaMan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Getting....so....desperate!
  11. Offline

    czahrien

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    This is still under development. He is still trying to do more testing and iron out some bugs.
  12. Offline

    Abdulaziz Zaatut

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yep this project has been abandoned..
  13. Offline

    Abdulaziz Zaatut

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    At least release the source code so I can give it to my friend and he can finish it....
  14. Offline

    DrBowe

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ok, 2 things:

    1) It doesn't work like that, you can't just take over a project because you're a little impatient. Take a seat and wait like the others.

    2) The last time he was on was yesterday, what the hell makes you think it's abandoned? This is a major plugin, its under remodeling, and he needs time to complete it. Show a little respect, and be patient. Just because he doesn't respond to every post in the thread, does not mean that he 'has given up'. If he has nothing to say, then he has nothing to say. I'm sorry, but you'll just have to get over it.
  15. Offline

    Abdulaziz Zaatut

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Okay...... its just I hope its not abandoned... I am very sorry that I was impatient..
  16. Offline

    Kanlaki101

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    OBudista, this has been a great and wonderful plugin!
    We're all looking forward to the next Beta update.

    Do you have any idea or thoughts as to when you will have a release ready?
    Some of us are still waiting patiently for a reply.


    Would love to get this plugin up and rolling on the server again.
    Hope to hear from you soon.
    Thanks.
  17. Offline

    Saul R.W

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The plugin isn't dead. He continues to develop it. Right now the plugin can be used. You can create your classes, skills, and factions. He is planning on adding more stuff but it will be after he finishes with this version.
  18. Offline

    Abdulaziz Zaatut

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Rifts is only getting released for sweetcraft. Find a new plugin guys!
  19. Offline

    bawling

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I hope you are just joking..... I never made an account on the forums because I didn't need to. I made one right now after I read this. Please... Everyone is waiting to get the release... and he is just gonna do this? I hope he doesn't do it......
  20. Offline

    klutch2013

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    can't wait for this plugin to be out! but one suggestion i have is having a way for you to leave the Rifts worlds and have it stop tracking if your breaking blocks or not, or just limit the tracking to the worlds the plugin makes, because i did notice that when i am doing stuff in my Free build world, the plugin still tracks me breaking blocks in there and counts it towards my level.
  21. Offline

    Odai

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i just testet the new beta build005 and the server starts allways with error message an plugin seems to be inactive. is it just working with mysql?

    edit: ok found the post with deleting that line but skill i just can only join a faction and that is all, other commands dont work

    This post has been edited 2 times. It was last edited by Odai Aug 11, 2011.
  22. Offline

    Twisted420

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Any Updates to this yet? i have 05 but i cant figure out how to join classes/use skills. i can view classes/skills though
  23. Offline

    Odai

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    same as me, only thing that work for is to join a faction thats all :D

    i think we have to wait and hope for a soon release
  24. Offline

    Twisted420

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i got classes to finally work, i dont rlly know what i did but i was able to join a faction and choose mage, but the skills got a bit confusing
    i was also able to set my personal level and skill attributes, if you would like i can send u my console log so u can see any info maybe it will help?
  25. Offline

    Arsenal

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Obu should add iConomy so you have to buy skills when you get to that level and if you don't wan't this the abillity in the config to turn this off! What does everyone else think?
  26. Offline

    Odai

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    hmm still nothing new?
  27. Offline

    jasvecht

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    If that's true someone will pick it up- if needed i'll do it myself but I can't code much. Like, do much more then adding text XD
  28. Offline

    Sirbonzaiatak

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    this is dead huh. this was the best plugin i ever used, if someone could make it I would cry

Share This Page