Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

VitinhooxD

Members
  • Posts

    1365
  • Joined

  • Last visited

    Never

Posts posted by VitinhooxD

  1. Hi people!
    Currently i'm making a game about Feudalism.
    And I need some people to help me .
    I'm Currently looking for :

    * A Mapper
    * A Source Editor
    * A GFX Artist

    About The Game

    Name
    Feudalism : The Medieval Age

    Era
    Medieval

    Features
    Legend
    Green = Done
    Orange = Working on it
    Red = Didn´t started

    Hint (Tip) System In-Game
    Rank/Reputation System based on killed NPCs/Players
    Guild Creation Via NPC
    Buff Script
    A variety of skills
    Safe Place Script (Example : when you attack a certain scripted npc it opens a menu that is like a custom prompt.If you accept all the times you use a certain item you will be warped to the place that is your safe plcae
    Quest System With Custom Menus
    Guild Wars , Invite , Delete , Check Status , Check Members , Leveling and donate exp by custom menus
    A Mail System
    100% Custom GUI
    And more will be added son

    Classes
    Primary Classes

    HUMANS

    Slave

    The social pyramed base , they were the people that plant the food , take care the goat , kill the goat . They aren't the best in the Feudalism but they are a balanced class.
    CLASS FEATURES
    Balanced HP and MP
    Great traders
    Sword user.
    Pay a lower quanty of money when they travel.

    Blade Gods.

    Knight

    Can use swords or axes and kill someone with a unical hit when they are trained.They don't have any trouble to tank in instances.
    CLASS FEATURES
    Great HP
    Awesome tanker , great damge , balances defense.
    The best class in arena or PvP

    Magic Gods

    Druid

    The master of shapeshifting user thew power of the knowledge to transform
    To a variety of monsters increasing him/her strengh and defence.
    CLASS FEATURES
    Great MP and magic.
    Facility to transform in other monsters
    Can hide with a spell

    Mage
    The most intelligent class , is a caster and uses the power of the magic to create the Arcanium , an energy that can shapeshut in the form of a firewall etc
    CLASS FEATURES
    Great spells
    Ultra Mana points
    Can increase the spells with a arcanium piece.

    Healears

    Priest

    The only class that can heal very well is the priests that is only-made to heal and kill.Its good to have one in a party to help others.
    CLASS FEATURES
    Healing HP,MP and SP spells.
    Balanced Health
    Balanced speed

    Bow Master

    Archer

    Using a bow is a perfect to level up guilds and players.Balancing the power that they have can hit a NPC in any part of the body without spent any energy.

    CLASS FEATURES
    Best speed.
    Different color of arrows.
    Shoot with 15 metters of range.

    screenshots
    Here the screenshoot of the fisrt map , one simple island:
    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/9f50177af51dbce6f00e947eec3a1d70.bmp)

    Link of the Image : http://www.freemmorpgmaker.com/files/imagehost/pics/9f50177af51dbce6f00e947eec3a1d70.bmp

    If you want to join ask this

    What you wanna be?(mapper or source editor)
    Are you a dedicated in your job?
    Rate Yourself(0/10)

    Thanks for reading and please post!
  2. i want to all the guilds names be put in the ini file when the player creates de guild using the npc of guld creation

    The entire code is this:
    ```
          Select Case Prompt
            Case 0

    Select Case Value

    'In this 1º and 2º parameters the server check  that player dont have access to create a guild with the names [GM] or [MOD]  then the prompt quit     
    Case "[GM]"
    If GetPlayerAccess(index) <= 4 Then
    Call PlayerMsg(index , "You need more access to create a guild with this name",11)
    Else
    If GetPlayerAccess(index) = 5 Then
    Call PutVar( "guilds.ini" , "GUILD" , "GuildName" ,""&Value)
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildName" ,""&Value) 
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildAccess" ,"4")
    Call SetPlayerGuild(index ,""& Value  )
    Call SetPlayerGuildAccess(index , 4 )

    End If
    End If

    Case "[MOD]"
    If GetPlayerAccess(index) <= 3 Then
    Call PlayerMsg(index ,"You need more acces to create a guild with this name",11)
    Else
    If GetPlayerAccess(index) >= 3 Then
    Call PutVar( "guilds.ini" , "GUILD" , "GuildName" ,""&Value)
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildName" ,""&Value) 
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildAccess" ,"4")
    Call SetPlayerGuild(index ,""& Value  )
    Call SetPlayerGuildAccess(index , 4 )

    End If
    End If

    'Here the server create the player guild
    Case Else
    exist = GetVar("guilds.ini" ,"GUILD" , "GuildName")

    If exist = Value Then
    Call PlayerMsg(index ,"This guild name is already in use , try other name " ,RED)
    End If

    If F_Check_Take(index , 1 , 10000) Then
    Call Take_Item(index, 1 , 10000)
    Call PutVar( "guilds.ini" , "GUILD" , "GuildName" ,""&Value)
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildName" ,""&Value) 
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildAccess" ,"4")
    Call SetPlayerGuild(index ,""& Value  )
    Call SetPlayerGuildAccess(index , 4 )

    Else
    Call PlayerMsg(index , "You need 10000 Gold to create a guild" , RED)

    End If
    End Select

    Case 1

    Select Case Value
    Case "delete"
                                                                              Call PutVar( "guilds.ini" , "GUILD" , "GuildName" ,"")
    Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildName" , "none")
                                                                              Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" , "GUILD" , "GuildAccess" , "0")
                                                                              Call SetPlayerGuild(index ,"")
                                                                              Call SetPlayerGuildAccess(index,0)

    Exit Sub

    ```
    I want to put in the ini fine only this Call PutVar( "guilds.ini" , "GUILD" , "GuildName" ,""&Value) but , (not only 1 guild name) , all the guilds names.

    Thanks!
  3. Hello everyone!
    I need help with a script
    Could someome make it works like that:

    The variable is in the server folder , guild.ini file when someone creates a guild by the npc(i have the script made but i need help with this part, but when other player creates another guild the old variable stay there,and the new variable enter too
    the code is
    ```
    Call PutVar( "guilds.ini" , "GUILD" , "GuildName" ,""&Value)
    ```
    Thanks for helping!!
  4. Hi everybody!
    I new with SadScript and could someone help me with my first script?
    I have trouble with a part of my rank system script.
    Here it goes a part of him

    Sub OnNPCDeath(Index, Map, NPCNum, NPCIndex)

    Call BattleMsg(Index, "You killed a " & getnpcname(NPCNum) & ".", BRIGHTRED, 0)

                      Call PutVar("Accounts\" & GetPlayerName(index) & ".ini" ,"RANKSYSTEM" ,"points",  + 1)
    End Sub

    ' Executes when a player is killed by another.
    ' Note: Death occurs as normal externally to this script.
    Sub OnPVPDeath(Attacker, Victim)

    Call GlobalMsg(GetPlayerName(Victim) & " has been killed by " & GetPlayerName(Attacker), BRIGHTRED)

                      Call PutVar("Accounts\" & GetPlayerName(Attacker) & ".ini" ,"RANKSYSTEM" ,"points", - 1)
    End Sub

    It doesn't works the part that add a point or subtracr a point when the player kills a npc / a player.
    COuld someone help me? thanks
  5. Hi, Everyone!
    I'm a new user at Eclipse(Just to say , this is the best 2d mmorpg engine ever, for me)
    I have decided to make a game telling the story of the feudalism.
    Here it goes

    [GAMENAME]
    Feudalism:The Mediaval Age
    [Features List]
    Quest System(Baron's Super Quest Script)
    Skill System(Baron's Super Skill Script):
    Mining
    Smelting
    Blacksmithing
    Tayloring
    Leatherworking
    woodcutting
    processing
    skinning
    Rank System based on how many NPCs you killed
    Tip system
    Guild creation by NPC
    World Map
    Attack Animation by MrMiguu
    [Classes]
    Slave
    Archer
    Knight
    Mage
    Druid
    Priest
    [Unlockable Classes]
    Comerciant
    Hunter
    MasterKnight
    Shapeshifter
    Healer
    Warlock
    And the class for the admins : GM

    Future ADDs
    Source-edit GUI
    Guild Wars
    Class Advancement

    [Storyline]
    I don't have a storyline yet  :sad:
    [Screen shots]
    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/9f50177af51dbce6f00e947eec3a1d70.bmp)

    Link Of the Image:http://www.freemmorpgmaker.com/files/imagehost/pics/9f50177af51dbce6f00e947eec3a1d70.bmp

    The characters are in 32x32 px because the best sprite sheet i have founded was this.
    The game isn't paperdolled.

    Ahh , I need help with scripts , source and mapping , and  if you want to join the team, i'll accept you.

    Overall Progress:
    GFX:75%
    Music:0%
    Maps:5%
    SFX:0%
    GUI:100%
    Scripts:50%

    Current Team
    Vitinhoo(me)Mappers,GUI artist, Scripter(Im not a real artist XD)
    Hugo Garcia(my friend)Idealist,mapper

    Sorry for my grammar errors , cause im brazilian.
    Thanks to read my post and plz comment =D
  6. Hi!I am making a game called Spell Quest Worlds.I will post it devolopment here.
    First sorry for my English cause I am Brazilian

    Storyline
    Characters

    Human

    -Great ability with swords
    -Great Speed and HP
    -Uses Strengh and Speed
    -They are great at PvP

    Dark-Elves
    -Great MP
    -Has a lot of incredible spells
    -Is caster
    -Can heal yourself and other players

    Half-Orcs
    -Uses Axes and Maces
    -Great HP
    -Great to tanking on instances
    -They uses Strengh and Defense

    Introduction

        "The Human Class was the first Race in the World of The Magic(Name of the game's planet)They were living in peace ,
    in a large family group.They also created castle , where the King's live.They were a small civilization.But the King was
    crazy for power , then he becomes a Dark-Elf(he was cursed.Why?He becomes crazy).The citzens of the Human Empire doesn't want to have a  bad King.Then Austin a
    glorius warrior , did a big revolt, reuning citzen and training those people to kill the King. 
        But he didin't die,in his last moments he could heal his soul with a spell.Then the King created a new race .Yes the Dark-Elves.He drain the soul of some inocent humans and to
    serve him.When the humans know this facts , they traing more people to use Swords and Shileds.Austin knows , the King of the
    Dark-Elves Could attack the Human Cilivilization anytime.
        The Half-Orcs living in the other side of the planet.But they knows:The Humans and the Dark-Elves will fight.But they also knows one thing :
    The planet will be invaded for the monsters of the Galaxy.Then the Half-Orcs tell for the Humans and the Dark-Elves
    this fact.The only sulution is  to melt the Races and fight for the planet Security."

    What are yoy waiting for?Come battle with us" ;D

    Scrpits:(NOT MINE)Last Upadate 2/25/09

    NEW!Woodcutting and mining system (made by Baron)

    Quest system (made by Baron)

    Metamorphose system(typing /meta you become a IMP xD)

    And i will add more

    Items Of Krusade Online

    A lot of Spells

    A lot of Quests

    200 Levels

    Completed

    GFX 8%

    Maps 10 %

    Sound 50 %

    GUI 10%

    Some Screenshots here:
    [![](http://img19.imageshack.us/img19/9550/98345820.th.png)](http://img19.imageshack.us/my.php?image=98345820.png)

    I am using methamorphose system
    [![](http://img201.imageshack.us/img201/7153/ss1.th.png)](http://img201.imageshack.us/my.php?image=ss1.png)

    [![](http://img140.imageshack.us/img140/9391/ss2e.th.png)](http://img140.imageshack.us/my.php?image=ss2e.png)

    Bye
×
×
  • Create New...