Raised This Month: $51 Target: $400
 12% 

PokeMod v1.2.3 RC for Public (June 25, 2008)


Post New Thread Reply   
 
Thread Tools Display Modes
radim
Member
Join Date: Jul 2011
Old 07-08-2011 , 11:28   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1961

Hi. I am a Polish, so I'm weak in English. Well, I mean a skill "Eruption". I want to make this skill work like "Ember", but different appeared.
1. Version
Pokemon who has the skill sets that volcano poured lava or fire throws stones, which hurt the enemies, who will be in the range of skill. The higher the user's HP, the more damage caused.
2. Version
It's getting a hole in the ground, from which lava poured out or fly out fire stones, which hurt the enemies, who will be in the range of skill.
[Models do the same, but the sprite and sounds you can give]

If you can Do it one more skill "Inferno". Skill lies in the fact that where you point the cross hairs and press the +pokeskill, it flies from the sky a fiery rock that hurts and burns.

For the skills thank you very much.
Regards, Radim
radim is offline
lobopack23
Senior Member
Join Date: Jun 2009
Location: California , United Stat
Old 07-08-2011 , 12:01   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1962

Quote:
Originally Posted by sweet Titan View Post
This is a little bit outdated i think.

it works on my server but its outdated, Are you intrested in buying Personal plugins?

aiming specificly at PoKemon Trade plug, BuyXP Plug BuyLegends Plug BuyGlobals plug etc etc..
I think he is refering to the plugins i made to my server...im not too sure though..but geez..i like how people use my ideas and claim as their own
__________________
- Steam: Lobopack23 - Link
Contact me if you need any help with Pokemod.
- 2nd Generation Pokemod - Link
(new skills, items, and pokemons)
- Buy Xp - Link
lobopack23 is offline
lobopack23
Senior Member
Join Date: Jun 2009
Location: California , United Stat
Old 07-08-2011 , 12:02   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1963

Quote:
Originally Posted by radim View Post
Radim
I am guessing that this kid "wants" us to make skills for him linnuus xD..of course..we at least need to get something back for using our time to do so
__________________
- Steam: Lobopack23 - Link
Contact me if you need any help with Pokemod.
- 2nd Generation Pokemod - Link
(new skills, items, and pokemons)
- Buy Xp - Link
lobopack23 is offline
liinuus
Senior Member
Join Date: Apr 2010
Old 07-08-2011 , 12:19   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1964

Quote:
Originally Posted by lobopack23 View Post
I think he is refering to the plugins i made to my server...im not too sure though..but geez..i like how people use my ideas and claim as their own
well i asīked cause most of those plugins are made by me rememb? but i agree our plugins are leaked way to much
liinuus is offline
radim
Member
Join Date: Jul 2011
Old 07-08-2011 , 12:43   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1965

This could you do another skills. My suggestions
1. Regeneration of hp and armor at second. (Name=Regeneration)
2. Skill, which increases when we use the weapon damage. (Name=Howl)
3. Skill, which when pressed and fall asleep after 10 seconds we get hp (the larger the level the more we get hp) (Name=Sleep)
radim is offline
lobopack23
Senior Member
Join Date: Jun 2009
Location: California , United Stat
Old 07-08-2011 , 15:15   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1966

Quote:
Originally Posted by radim View Post
This could you do another skills. My suggestions
1. Regeneration of hp and armor at second. (Name=Regeneration)
2. Skill, which increases when we use the weapon damage. (Name=Howl)
3. Skill, which when pressed and fall asleep after 10 seconds we get hp (the larger the level the more we get hp) (Name=Sleep)

My season 3 has all of those
1. that the skill I use for deoyxs
2. that skill is already used by mewtwo
3. thats like my new rest but i added status heals when it goes to sleep
__________________
- Steam: Lobopack23 - Link
Contact me if you need any help with Pokemod.
- 2nd Generation Pokemod - Link
(new skills, items, and pokemons)
- Buy Xp - Link
lobopack23 is offline
liinuus
Senior Member
Join Date: Apr 2010
Old 07-08-2011 , 16:12   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1967

Quote:
Originally Posted by radim View Post
This could you do another skills. My suggestions
1. Regeneration of hp and armor at second. (Name=Regeneration)
that skill is extremly easy to make. just make an Pokemod_Heal and Pokemod_Repair on the target and give it the e flag
liinuus is offline
radim
Member
Join Date: Jul 2011
Old 07-09-2011 , 02:13   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1968

@lobopack23
I didn't ask what Pokemon you have on the server only please help in making skill.
@liinuus
I made the regeneration of HP but I can not do to add armor every second. HELP ME
My skill:
Code:
public Regeneration(id, skill, prop)
 {
    new heal

    heal = SkillClamp(id, skill, 1, 15)
    Pokemod_Heal(id, heal)

    return SKILL_USED;
 }
I tried myself, I don't think well, but is compiled. As if something was wrong then please write.
Skill:
Code:
public Regeneration(id, skill, prop)
 {
    new heal
    new armor

    heal = SkillClamp(id, skill, 1, 15)
    armor = SkillClamp(id, skill, 2, 20)
    Pokemod_Heal(id, heal)
    Pokemod_Repair(id, armor)

    return SKILL_USED;
 }

Last edited by radim; 07-09-2011 at 02:21.
radim is offline
liinuus
Senior Member
Join Date: Apr 2010
Old 07-09-2011 , 05:47   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1969

have u tried it? as it looks like its working, over powered but working. remember to give it the e flag so it loops every sec
liinuus is offline
RollerBlades
Senior Member
Join Date: Feb 2011
Location: Sweden
Old 07-09-2011 , 14:35   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #1970

drekes is viewing this thread
RollerBlades is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode