RPG Legacy of Argos Orpg

Scorpions

New Member
Reaction score
12
Hey Scorpions
I tried it out. Just one problem I see. When your attacking and if they already have the buff and you attack again and you add it again it creates another special effect. And the original one never goes away.

Oh, stupid error. I will work in it tomorrow, sorry.
 

Zack1996

Working on a Map
Reaction score
68
Hey, is the third person camera working? If not, I could implement it into your map if you gave me then source (for the third person camera) and your current map.
I won't take any from the map without permission :)
 

obucke

Member
Reaction score
23
These stupid caves r soo fukin hard to draw !!! :p
anyway, tell me how do the walls look like ? the little part (i drew 10 times over) in the left part of the photo ..
I STILL DONT LIKE IT , but i just dont have the patience anymore ... :(
 

wellwish3r

wishes wells.
Reaction score
52
RifleMan Spells

I have made these two spells (see attached map) for the rifleman, take a look at them and tell me if that is somewhat what you're looking for with that Hero.

All the spells are MUI, however i did not bother making it extremely easy to implement them, as long as you know what raw codes are, and how to identify them in a trigger it should be rather easy. Instructions on How to alter the damage of the spell are in the triggers as comments.

EDIT: Of course if you want me to, i can make it easier for you to import the spells, just tell me if its too confusing.
 

XxShadyxX

I abused the rep system.
Reaction score
81
Hello everyone!
Thank you for the rifle man skills they are really good!
Also a add on for also what I want for rifleman skills are traps.
The map is going good!'

But one problem
I have a weather system that changes every 120sec
Depending on the weather you get a certain buff
like if its sunny you get a +1 atk (just for example)
I have the ability have the buff but in game it only shows the +1 to the attack and not the buff....
How do I fix this?
 

Zack1996

Working on a Map
Reaction score
68
:S I have no idea.
I didn't think this kinda of thing actually happens. Did you base the skill off and aura and give it to some guy whose suppose to control the weather? Or did you base it off, say, Item Attack Damage Bonus? I recommend basing it off an aura and giving it to a unit somewhere in the center of the map.
 

XxShadyxX

I abused the rep system.
Reaction score
81
hello!
i have a trigger that is suppose to when you click Equipment in your inventory you switch to see what oyu have equiped and then you could go back to your inventory.

Problem is:
When I click Equipment it works everything comes up. But when i click go back to inventory everything disapears.

here is the code please look at it!

Trigger:
  • Switch
    • Events
      • Unit - A unit Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Equipment
    • Actions
      • Set Item1[(Player number of (Owner of (Triggering unit)))] = (Item carried by (Hero manipulating item) in slot 1)
      • Set Item2[(Player number of (Owner of (Triggering unit)))] = (Item carried by (Hero manipulating item) in slot 2)
      • Set Item3[(Player number of (Owner of (Triggering unit)))] = (Item carried by (Hero manipulating item) in slot 3)
      • Set Item4[(Player number of (Owner of (Triggering unit)))] = (Item carried by (Hero manipulating item) in slot 4)
      • Set Item5[(Player number of (Owner of (Triggering unit)))] = (Item carried by (Hero manipulating item) in slot 5)
      • Set Item6[(Player number of (Owner of (Triggering unit)))] = (Item carried by (Hero manipulating item) in slot 6)
      • Item - Remove Item1[(Player number of (Owner of (Triggering unit)))]
      • Item - Remove Item2[(Player number of (Owner of (Triggering unit)))]
      • Item - Remove Item3[(Player number of (Owner of (Triggering unit)))]
      • Item - Remove Item4[(Player number of (Owner of (Triggering unit)))]
      • Item - Remove Item5[(Player number of (Owner of (Triggering unit)))]
      • Item - Remove Item6[(Player number of (Owner of (Triggering unit)))]
      • Hero - Create Weapon Slot and give it to (Triggering unit)
      • Item - Make (Item carried by (Hero manipulating item) in slot 1) Undroppable
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Or - Any (Conditions) are true
            • Conditions
              • Wielding_Shield[(Player number of (Owner of (Triggering unit)))] Equal to True
        • Then - Actions
          • Hero - Create Item_Type_Shield[(Player number of (Owner of (Triggering unit)))] and give it to (Triggering unit)
          • Item - Make (Item carried by (Hero manipulating item) in slot 2) Undroppable
        • Else - Actions
          • Hero - Create Side Arm Slot and give it to (Triggering unit)
          • Item - Make (Item carried by (Hero manipulating item) in slot 2) Undroppable
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Or - Any (Conditions) are true
            • Conditions
              • Wielding_Armor[(Player number of (Owner of (Triggering unit)))] Equal to True
        • Then - Actions
          • Hero - Create Item_Type_Armor[(Player number of (Owner of (Triggering unit)))] and give it to (Triggering unit)
          • Item - Make (Item carried by (Hero manipulating item) in slot 3) Undroppable
        • Else - Actions
          • Hero - Create Armor Slot and give it to (Triggering unit)
          • Item - Make (Item carried by (Hero manipulating item) in slot 3) Undroppable
      • Hero - Create |cff000000BlockedSlot|r and give it to (Triggering unit)
      • Hero - Create |cff000000BlockedSlot|r and give it to (Triggering unit)
      • Hero - Create Back to Inventory and give it to (Triggering unit)


Trigger:
  • Switch2
    • Events
      • Unit - A unit Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to Back to Inventory
    • Actions
      • Item - Remove (Item carried by (Hero manipulating item) in slot 1)
      • Item - Remove (Item carried by (Hero manipulating item) in slot 2)
      • Item - Remove (Item carried by (Hero manipulating item) in slot 3)
      • Item - Remove (Item carried by (Hero manipulating item) in slot 4)
      • Item - Remove (Item carried by (Hero manipulating item) in slot 5)
      • Item - Remove (Item carried by (Hero manipulating item) in slot 6)
      • Hero - Create (Item-type of Item1[(Player number of (Owner of (Hero manipulating item)))]) and give it to (Triggering unit)
      • Hero - Create (Item-type of Item2[(Player number of (Owner of (Hero manipulating item)))]) and give it to (Triggering unit)
      • Hero - Create (Item-type of Item3[(Player number of (Owner of (Hero manipulating item)))]) and give it to (Triggering unit)
      • Hero - Create (Item-type of Item4[(Player number of (Owner of (Hero manipulating item)))]) and give it to (Triggering unit)
      • Hero - Create (Item-type of Item5[(Player number of (Owner of (Hero manipulating item)))]) and give it to (Triggering unit)
      • Hero - Create (Item-type of Item6[(Player number of (Owner of (Hero manipulating item)))]) and give it to (Triggering unit)
 

Zack1996

Working on a Map
Reaction score
68
You should not store the item in the variable Item1, Item2 etc. You should store the item type, that would be more efficient, you will not have to retrieve the item type later. Also, I believe the variable Item1 becomes equal to nothing when you remove the item, its like removing a unit from the game, its gone.
To solve the problem, just store the item type.
Also, you could have made the code much more efficient. You can combine the Item1, Item2 etc. into one variable with Max Players * 6 arrays. That way, you can refer to Item1 as (Player Number Of (Owner of (Triggering Unit)))+1, Item2 as (Player Number Of (Owner of (Triggering Unit)))+2 and so on. That way, you can use an integer loop (don't use For Each Integer A/B, use for each integer variable and use your own loop variable for less bugs).
Then it will be like:
For each LoopInteger between 1 to 6, do actions
blahblahblah Item[((Player Number Of (Owner of (Triggering Unit)))+LoopInteger)]

LoopInteger is an integer variable that takes a value (starting from 1 to 6) each time the loop runs. You can also do the same thing for the shield and weapon thing, use one variable and a loop. The Remove Item In Slot can also be done in the same way. That way, your triggers would be much cleaner and easier to edit :)
 

XxShadyxX

I abused the rep system.
Reaction score
81
Wow Thanks A bunch dude! I mean for the Integer LOop part. I fixed the Item part I just made it that it drops it and moves it. And now it works fine.
+rep
 

thewrongvine

The Evolved Panda Commandant
Reaction score
506
Looks like a nice RPG.
Terrain seems good, don't think you really need someone to terrain for you now. Only thing is to maybe vary the trees more, since I only see one tree type so far.

I don't like how heroes get spells set on their levels, so all people of the same class will generally be the same. Like level 3 every hero of that class gets that, level 4 you get that, level 6 you get that, etc. Player choice is better, or at least like at that level you get 2 or 3 choices.

Do you need more ideas for the spells? Since there are lot of blanks there... :D
Beta anytime soon? Can't wait for this, :thup:

~Hai-Bye-Vine~
 

Lath

New Member
Reaction score
0
HOw far is the progress of the map??? since you havn't updated the first post since may 28th
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top