PatisauR's RPG

General discussion about Warcraft III and Enterprise.
PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

PatisauR's RPG

Postby PatisauR » Sun Jan 07, 2018 1:22 am

Hey guys, i just recently bought wc3 TFT again, i use to play 8 years ago, been a hobby of mine to make maps, been working on this new RPG for 4 months now, i left a map link below if you guys want to try it out and play it.

UPDATED:
The map includes
6 out of 12 playable Classes
Paladin - Healer / Semi-Tank (STR)
Assassin - DPS melee (AGI)
Samurai - DPS/Tank (STR)
Hunter - DPS Range (AGI)
Mage - Disabler (INT)
Ranger DPS Range (AGI)

4 Playable dungeons, Puzzles with each dungeon
Build your hero they way you want it with items:

Over 30 unique items each with different rarities obtained on the map
(X) Exclusive: Players will get these items that help test the map with me
(S) Legendary: Insanely rare drops 5%
(A) Heroic: Top tier items that help you run dungeons 35%
(B) Rare: Better than Beginner's 100%
(C) Common: Beginner's Items 100%


Item Restrictions/Class
you can hold 4 items each has its own class, you can save / load these items
Armor: Armor/Boots
Offhand: Shield/Gloves
Weapon: Weapon
Headgear: Helmets
-You cannot wear more than one type of item: 2 helmets etc.

(Took off Item restrictions, because it clashed with save/load)

Systems:
Multiplayer Only Mode - To prevent cheating
Save / Load System: to continue your progress (Heroes & Items only)
Damage Detection System
Map Protection: To prevent alterations / Fake maps
PVP Duel System
Item Combining System
Dungeon Loot System

Heroes:
Spell Book Spells gained at certain levels
3 Attributes to invest points into with each level
level 60 cap for now

Lastest Map Link: https://www.epicwar.com/maps/282831/
Last edited by PatisauR on Sun Jun 03, 2018 7:24 am, edited 14 times in total.

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Tue Jan 09, 2018 10:09 am

New Update:
More shops more Items
New Models
New skill icons
New skills added
Version 1.13 Download Link: http://www.epicwar.com/maps/278674/

Kiba-Inuzuka
Resource Storage
Posts: 13
Joined: Wed Oct 19, 2016 3:15 am

Re: PatisauR's RPG

Postby Kiba-Inuzuka » Thu Feb 01, 2018 1:10 am

I'll give it a try! Sounds fun dude

Kiba-Inuzuka
Resource Storage
Posts: 13
Joined: Wed Oct 19, 2016 3:15 am

Re: PatisauR's RPG

Postby Kiba-Inuzuka » Thu Feb 01, 2018 1:41 am

Gloves of Haste don't seem to give any attack speed?

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Fri Mar 09, 2018 10:44 am

Kiba-Inuzuka wrote:Gloves of Haste don't seem to give any attack speed?

Fixed:

New Map : https://www.epicwar.com/maps/280323/

Changes: Balancing, revamp skills and dungeons, added more and new items

EdgeOfChaos

Re: PatisauR's RPG

Postby EdgeOfChaos » Fri Mar 09, 2018 11:08 pm

I'll try it out if you allow soloing on LAN. You can allow solo play without allowing Single Player cheats (if you're interested in doing so I can show you).
Also your team is named "Force 1" still.

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Sat Mar 10, 2018 3:22 am

send me a test map to my email

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Sat Mar 10, 2018 3:25 am

New Version: https://www.epicwar.com/maps/280354/

1.20 : Added a few new items, moved undead dungeon to the right side, added extra room, revamped Assassin Hero, fixed pathing of some dungeons

EdgeOfChaos

Re: PatisauR's RPG

Postby EdgeOfChaos » Sat Mar 10, 2018 8:33 am

Sorry, not sure what your email is
This script will kick you if you play "Single Player" mode, but not if you play alone on LAN.

Code: Select all

    call Cheat("greedisgood 1000000")
    call TriggerSleepAction(0.01)
    if ( GetPlayerState(GetLocalPlayer(), PLAYER_STATE_RESOURCE_GOLD ) == 1000000 ) then
        call CustomDefeatBJ( GetLocalPlayer(), "No Single-Player-Mode!" )
    endif

Put it into a trigger that runs on Map Initiation

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Sat Mar 10, 2018 9:56 am


EdgeOfChaos

Re: PatisauR's RPG

Postby EdgeOfChaos » Sat Mar 10, 2018 5:24 pm

You don't need to read/write JASS, all you need to do is copy paste.

1. Make a new Trigger
2. Add Melee Initialization event
3. Go to Edit -> Convert to Custom Text
4. You'll see a function like this, at the very top of the code.

Code: Select all

function Trig__TRIGGERNAME__Actions takes nothing returns nothing
endfunction

5. Copy paste the above code between the 2 lines, like so.

Code: Select all

function Trig_TRIGGERNAME_Actions takes nothing returns nothing
    call Cheat("greedisgood 1000000")
    call TriggerSleepAction(0.01)
    if ( GetPlayerState(GetLocalPlayer(), PLAYER_STATE_RESOURCE_GOLD ) == 1000000 ) then
        call CustomDefeatBJ( GetLocalPlayer(), "No Single-Player-Mode!" )
    endif
endfunction

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Sun Mar 11, 2018 1:03 am

okay ill test it out
Here is 1.24 btw: https://www.epicwar.com/maps/280380/

Added new spells for hunter and pally

EdgeOfChaos

Re: PatisauR's RPG

Postby EdgeOfChaos » Sun Mar 11, 2018 1:33 am


PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Wed Mar 14, 2018 1:26 pm

1.28: https://www.epicwar.com/maps/280474/

I added PVP system, and Limit Break skills at lvl 60

PatisauR
Resource Storage
Posts: 20
Joined: Sun Jan 07, 2018 12:04 am
Been thanked: 1 time

Re: PatisauR's RPG

Postby PatisauR » Sat Mar 17, 2018 1:53 am

1:30: https://www.epicwar.com/maps/280533/

Changelog:
Added More Creep Camps
New Icons for Items
Added Few new items


Return to “General Discussions”

Who is online

Users browsing this forum: No registered users and 6 guests