Item Tables - Little Help?

  • Thread starter Thread starter Gelemor
  • Start date Start date
G

Gelemor

Guest
OK... So I have a map where its one base/team/race (Humans) opposing the other (Orcs). in the map there are multiple barrel locations where you can bust open the barrel and there is a chance that an item will drop. As a test to make sure it was correctly, i tested it. I busted open the barrel and picked up the item. I waited for the barrel to respawn; so i break it and the item does not drop again. Anybody know how to fix this? I used the item table from map and set the Item to a 100% drop and it doesnt drop after respawning. Little help? :banghead:
 
Do I have the right idea?

I learned how to do this before but it has been awhile since i made a map and i completely forgot. Could someone please point me in the right direction to go atleast?
 
You need to adjust it in the object editor not in the interface (just right click and set what item its gonna drop)
 
Cres said:
(just right click and set what item its gonna drop)

sorry... im lost where you tellin' me to go. you said it was in the object editor?
 
Sorry, i forgot you were talking about destructibles. This trigger should work.

Code:
Event- 
Destructible - A destructible within (Playable map area (or your area) dies Condition- 
(Destructible-type of (Dying destructible)) Equal to Barrel  
Action- 
Item - Create (Tome of Experience or what ever you want...) at (Position of (Dying destructible))

This will work unless you have more than 64 barrels in the region
 
OK... I get that part. So would you know how to fix it if I wanted the drop to be a % chance?
 
Alright, i always do it this way but im not sure if this is the "official" way

Use the same trigger
but you need a variable "chance" (integer)

Action
set variable chance to random number between 1-100
If- chance is less than or equal to (your percent)
Then- (my action from the last post)
Else- do nothing
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Real users can't really disable Javascript anymore these days.
  • Ghan Ghan:
    The internet is broken without it.
  • Ghan Ghan:
    Bot readable, not human usable.
  • The Helper The Helper:
    got it
  • The Helper The Helper:
    Happy Thursday!
  • The Helper The Helper:
    Check out the new Featured Content feature we apparently got with the forum software upgrade! https://www.thehelper.net/featured/
  • The Helper The Helper:
    Also on the bottom right side bar we now have a Trending Content Box!
    +1
  • The Helper The Helper:
    Not on the Headline News page just on the Forums page can we get that Featured and Trending on the home page?
  • Ghan Ghan:
    Since the home page is technically a forum, it now shows on all forum views. Still in the sidebar.
    +1
  • The Helper The Helper:
    Happy Friday! Hope everyone has a fantastic day and an even better weekend!
  • The Helper The Helper:
    Happy Sunday!
  • The Helper The Helper:
    I lovc that I can post webp and X links now! :)
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1

The Helper Discord

Members online

No members online now.

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top