Make Slot Ragnarok

Weapon slots determine which weapons can be selected, what order they can be selected in and which numeric slot each weapon resides in. There are ten slots, numbered 0 through 9. By default, each slot corresponds to a number key on the keyboard and may contain any number of weapons.

1.)Talk to the Sunglasses Trader NPC in Alberta( Alberta 89, 194 ) She will ask you to Bring:.1carat Diamond.50 Feathers.100,000 Zeny 2.)After delivering the items, she will tell you to go and see Maseph. To start any slot enchant process, you must bring the required items and Zeny to NPC Piercing Expert at 1st floor of Eden Group (coordinates 179, 47) You must wear the item while talking with him. Talk with him, and choose 'Yes, I will.' Warning: If you have failed in the process, you will lose all items and Zeny.

  • 1Defining weapon slots

Defining weapon slots

RagnarokExp

There are several different ways to define which slot a weapon should occupy:

In the weapon actor

Make slot ragnarok games

Weapon slots can also be defined in the DECORATE definition for the weapon actor. The Weapon.SlotNumber property sets the default slot for a weapon. This allows modders to add new weapons without completely redoing the player's arsenal. This method is to be favored when creating 'weapon resource' mods as they are the easiest to merge in a project.

In a custom player class

You can define weapon slots in a custom player class (an actor extending PlayerPawn) by using the Player.WeaponSlot property. Weapon slots set in this way will always be overridden by any slots set in KEYCONF, regardless of the order in which the wads are loaded. If you want your mod's weapons to work with older mods with slots set up in KEYCONF, don't use this method.

Make Slot Ragnarok Games

In a MAPINFO lump

Games

Weapon slots can be defined in the gameinfo section of the MAPINFO lump. Here is an example of the syntax:

In a KEYCONF lump

This is the original way to set weapon slots, but is now deprecated and should not be used in new projects. Slots defined in the KEYCONF lump will override any slots set in a custom player class and in GAMEINFO. For more information see adding weaponsections.

Make Slot Ragnarok Mobile

In the INI file

Make Slot Ragnarok

Make Slot Ragnarok Exp

Weapon slots can be defined on a PlayerClass-basis in the zdoom-user.ini file under a [<Class>.Weapons] section. A slot declaration is of the form Slot[<number>]=<WeaponName> and unlisted slots are left at their default. The setslot console command without any parameter prints what can be copied and pasted into the ini so as to keep the current configuration. An example of this syntax follows:

Make Slot Ragnarok Game

This example gives a unique slot number to each standard Doom weapon, moving the SSG out of slot 3 and into slot 8, and the chainsaw out of slot 1 and into slot 9.

Make Slot Ragnarok Mobile

Retrieved from 'https://zdoom.org/w/index.php?title=Weapon_slots&oldid=28628'