• Portal
  • Forums
  • Shop
  • Statistics
    • Players
      Games
      Maps
      Top
      Levels
      Countries
  • GameServer
  • Downloads
  • Discord
  • Logs
    • Chat
      Warns
      Bans
  • Search
  • Extras
    • Forum Members
      Team Members
      Stats For Nerds
      Recover Account
      Calendar
      Help
      Forum stats
      View New Posts
      View Today's Posts
Reign of the Undead - Revolution
Login to account Create an account
Login
Username:
Password: Lost Password?
 

Dear Guest!
Please sign up or login to use all features of the website.

  Reign of the Undead - Revolution Development Modding & Mapping Pack O Punch Mod on Rotu

Thread Modes
Pack O Punch Mod on Rotu
CptPrice Offline
Elite Medic | Master of Revieves
*
Posts: 32
Threads: 4
Joined: Jan 2015
Thanks given: 15
Thanks received: 1
#1
07-22-2015, 08:07 AM
I want to Rotu have Pack O Punch you dont know what is it ? It's a Machine who is upgrading your gun to More Powerful

Then I want to have that idea for the Rotu Server it's all




Send : CptPrice
Find
Reply
Thanks given by:
fabio Offline
Leader & Developer
*******
Administrators
Posts: 2,301
Threads: 107
Joined: Jul 2012
Thanks given: 275
Thanks received: 554
#2
07-22-2015, 09:16 AM
We had a myterybox once, that's like a different version of that, isn't it? 13
[Image: button_premium.png]         [Image: button_coins.png]         [Image: button_double-xp.png]

[Image: u-4]
Website Find
Reply
Thanks given by:
ARC Offline
'His Excellency'
***
Donator
Clan Member
Insider
Posts: 394
Threads: 15
Joined: May 2015
Thanks given: 15
Thanks received: 37
#3
07-22-2015, 01:10 PM
He means this:
https://www.youtube.com/watch?v=Dis1d-IwKBc
"Do you fear death? Do you fear that dark abyss? All your deeds laid bare. All your sins punished. I can offer you...an escape."
[Image: u-318]
Website Find
Reply
Thanks given by:
Soldier . . . Offline
I am not a moderator
***
VIP
Donator
Insider
Posts: 222
Threads: 10
Joined: Jul 2012
Thanks given: 0
Thanks received: 90
#4
07-22-2015, 04:18 PM
(07-22-2015, 01:10 PM)ARC Wrote: He means this:
https://www.youtube.com/watch?v=Dis1d-IwKBc

For lazy people:

    At 5:00 to be exact Wink
Find
Reply
Thanks given by:
fabio Offline
Leader & Developer
*******
Administrators
Posts: 2,301
Threads: 107
Joined: Jul 2012
Thanks given: 275
Thanks received: 554
#5
07-22-2015, 04:31 PM
Hmm not really possible in UO.. we would need many weapons cause each skin is a new weapon.
And we already hit the limit lol
[Image: button_premium.png]         [Image: button_coins.png]         [Image: button_double-xp.png]

[Image: u-4]
Website Find
Reply
Thanks given by:
Soldier . . . Offline
I am not a moderator
***
VIP
Donator
Insider
Posts: 222
Threads: 10
Joined: Jul 2012
Thanks given: 0
Thanks received: 90
#6
07-22-2015, 04:38 PM
it's not possible to only change the amount of damage and ammo?
Find
Reply
Thanks given by:
fabio Offline
Leader & Developer
*******
Administrators
Posts: 2,301
Threads: 107
Joined: Jul 2012
Thanks given: 275
Thanks received: 554
#7
07-22-2015, 04:50 PM
It needs a new weaponfile than. that needs a new name and counts as a new weapon
[Image: button_premium.png]         [Image: button_coins.png]         [Image: button_double-xp.png]

[Image: u-4]
Website Find
Reply
Thanks given by:
ARC Offline
'His Excellency'
***
Donator
Clan Member
Insider
Posts: 394
Threads: 15
Joined: May 2015
Thanks given: 15
Thanks received: 37
#8
07-22-2015, 04:50 PM (This post was last modified: 07-22-2015, 04:51 PM by ARC.)
I think we'd get even more crashes if we'd add this. I think the weapons are fine for now. You get the 'improved weapons' by spending lots on the box (berretta, flametrower, rifles, etc...) and with coins through premium weapons.
"Do you fear death? Do you fear that dark abyss? All your deeds laid bare. All your sins punished. I can offer you...an escape."
[Image: u-318]
Website Find
Reply
Thanks given by:
Soldier . . . Offline
I am not a moderator
***
VIP
Donator
Insider
Posts: 222
Threads: 10
Joined: Jul 2012
Thanks given: 0
Thanks received: 90
#9
07-22-2015, 05:30 PM (This post was last modified: 07-22-2015, 10:43 PM by fabio.)
So what you say is that the damage booster, 2x damage and ammo box are useless 39


For the laziest modder 10
Spoiler:
// in the reload code section

if ((player.premium_weapon->upgraded == true) && (player.premium_weapon->ammo == 0) && (player.premium_weapon->reload_used == false))
{
___player.premium_weapon->ammo = weapon->ammo_full;
___player.premium_weapon->reload_used = true;
}


// in the ammo code section

if ((player.near_ammobox == true) || (player.bought_ammo == true))
{
___player.premium_weapon->reload_used = false;
}


// in the shoot code section

if (player.premium_weapon->upgraded == true)
{
___zombie.damage = player.premium_weapon->damage * 2;
}


spoiler fails 17
Find
Reply
Thanks given by:
fabio Offline
Leader & Developer
*******
Administrators
Posts: 2,301
Threads: 107
Joined: Jul 2012
Thanks given: 275
Thanks received: 554
#10
07-22-2015, 10:42 PM (This post was last modified: 07-22-2015, 10:43 PM by fabio.)
First of all, you could use "code" tag instead of spoiler. Ill fix the spoiler anyway.

Second, there is no reload code section. It is handled by the engine and can't be modified.
Third, I can't change max ammo of a weapon. It is defined in the client side weapon file. -> I can't edit it or we need more weapon files
Fourth, Damage would be the only possible thing. Would work like the skill damage in v4 menu.

And no, ammoboxes and damageboosters aren't useless. As I said, damage is the only possible thing.
Max Ammo can't be changed...........
[Image: button_premium.png]         [Image: button_coins.png]         [Image: button_double-xp.png]

[Image: u-4]
Website Find
Reply
Thanks given by:
Soldier . . . Offline
I am not a moderator
***
VIP
Donator
Insider
Posts: 222
Threads: 10
Joined: Jul 2012
Thanks given: 0
Thanks received: 90
#11
07-23-2015, 12:41 AM
About useless damage and ammo, it was meant to be a bit teasing.
But I have the feeling it got interpreted differently. Sorry

In my opinion, the code between the code tags just looks awful and can't use tabs or spaces.
if I had used it (and I tried), it would looked more like this.

Code:
// examples

if (x == 1)
{
[color=#0e0e0e]___[/color]x = 10;
}

if (x == 1)
{
___x = 10;
}

if (x == 1)  // ok, I just noticed that multiple spaces does work (before the big forum update it didn't).
{
     if (x == 1)
     {
            x = 10
     }
}

What I was trying to say is that you probably don't need to change the max ammo.
You can just check or the ammo is low/empty and do just for one time a auto-refill (if it is possible of course).
And the next auto-refill is only possible after you got new ammo from the shop or from a ammo box.

I was just trying to give a potential workaround.



It's not that I need it or want it necessarily in the game,
I just want to help, for if more people like the idea.

I will find my way in-game with the new updates, as I always did and will do Wink + spoiler tags FTW
And sorry again if I insulted you in any way. It wasn't my intention 12
Find
Reply
Thanks given by: CptPrice
Share Thread:    


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:

  • Contact Us
  • Forum team
  • Forum stats
  • Return to Top
 
  • RSS Syndication
  • Lite mode
  • Home
  • Help
 
© Copyright 2025 by MODS-Clan
www.modszombies.com



Linear Mode
Threaded Mode