Author Topic: REQUEST FOR NEW IDEAS TO SCRIPT  (Read 2611 times)

Legacy_Tyndrel

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #75 on: December 14, 2010, 06:39:49 pm »


               Following a discussion I had the other day whilst trying not to get eaten by a yeti... Given the inaccuracies of the character sheet it would be good to have a simple method of finding your AB score progression through a single combat round, Max possible AB (+20) and anything else you can think of. The excellent Knat's Combat Dummy already gives all the damage info (except maximum possible damage) and would be a good starting point. Before someone points it out, I know this information can be found by trawling through and analysing a squillion lines of combat log info but I'm lazy.  '<img'>
               
               

               


                     Modifié par Tyndrel, 14 décembre 2010 - 06:41 .
                     
                  


            

Legacy_ShadowM

  • Hero Member
  • *****
  • Posts: 1373
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #76 on: December 14, 2010, 10:39:48 pm »


               

TSMDude wrote...

Here is some ideas i would like;

1/A set spear attack for fighters vs charging horses.

2/A way for fighters to run and charge with a weapon.

3/A way for those who shoot with thier ranged weapons into a melee have a chance to hit thier friends. (like a Area of Effect)

4/A way to make item descriptions lie.
                i.e. Cursed items


1. Could kinda fudge when the feat activated circle and when that entered check a local interger on the charger and if it there then do the effect.

2. Already in HR base interesting idea related to the set vs charge, also have aid other defense and aid other offense from PHB, need to update it with funky attack script.

3. This one would be the hardest, maybe nwnx has something there also.

4. Already in HR base, just setting a local string with the cursed description that when the item equiped it changes to the new description.

Frith5
1. The ability to interact with the nearest object specified by a chat
command. ie PC walks up to a door, chats !open door, and then opens the
door she's facing. I hate taking my hands off the keyboard.
This
would be useful for targeting many things besides doors, of course. Such
as !open chest, or !bash door, or !knock door, etc. Could use it to
attack too. !kill Frith would target the object named Frith, if it
exists and is in perception range, or in the area found to be right 'in
front' of the calling object.

I do not see it being that hard to set up something like this.

Like the others I busy putting all the spells/feats that I can run through the spell hook system for HR base also and it is a workload, if I can just get away from minecraft evil addictive qualities '<img'> I will be good.

I am with the others, someone tranfer linux nwnx functions over to windows '<img'> Interesting thread I keeping an eye on it, should it be in the scripting forum?
               
               

               
            

Legacy_Avonos the Rogue

  • Jr. Member
  • **
  • Posts: 70
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #77 on: December 14, 2010, 11:30:44 pm »


               

jmlzemaggo wrote...
...

(Funny, I see I still dream about modulling again... It's like a curse. Once you got infected...)



This is all too true.  It never seems to go away entirely.
               
               

               
            

Legacy_ehye_khandee

  • Hero Member
  • *****
  • Posts: 1415
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #78 on: December 15, 2010, 01:58:15 pm »


               

Frith5 wrote...

The ability to interact with the nearest object specified by a chat command. ie PC walks up to a door, chats !open door, and then opens the door she's facing. I hate taking my hands off the keyboard.
This would be useful for targeting many things besides doors, of course. Such as !open chest, or !bash door, or !knock door, etc. Could use it to attack too. !kill Frith would target the object named Frith, if it exists and is in perception range, or in the area found to be right 'in front' of the calling object.


We will be releasing such a system likely before the holidays. Thanks for the notion Frith!

And to all, keep the ideas flowing. We'll soon release a set spear and charge system too.

Be well. Game on.
GM_ODA
               
               

               
            

Legacy_Mirgalen

  • Newbie
  • *
  • Posts: 45
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #79 on: December 16, 2010, 02:18:31 am »


               Specific module modification "on the fly". It could be a script or may be a DM wand.

Purpose: To be able to modify encounters in game as they are spawned.

Example 1:
If we spawn goblins (random encounters) from the Green goblin tribe as they spawn we need to swap their shield if any to a green shield (the green shield may come from a hak btw).

Example 2: 
We are spawning a group of kobold snipers (random encounters) but they have longbows what we want is give them crossbow or rifles instead.

The script and/or wand should work with the following variables:
- Types of creatures affected by the command (all or none)
- Item in the inventory to be removed/destroyed
- Item to be added and possibly equipped


Thanks a bunch if you can do this. Mostly useful for Mac/Linux users. 
               
               

               
            

Legacy_Birdman076

  • Sr. Member
  • ****
  • Posts: 320
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #80 on: December 18, 2010, 03:29:53 am »


               Howdy,



I have an idea I've been tossing around a bit about keeping stores clean by selling off excess inventory to one or perhaps a few travelling merchants/collectors. This would keep player found treasure in game for others to have a chance to buy and add a little roleplay realism to the PW. Ideally i'd like to be able to segregate what is moved to the travelling merchant(s) inventory by gold value, level, and type. Also would need to be persistent, and once the travelling merchant(s) have one of that item in thier shop it will just destroy it rather then send it over (keep store inventories at a minimum).
               
               

               
            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #81 on: December 18, 2010, 07:03:42 am »


               

Mirgalen wrote...

Specific module modification "on the fly". It could be a script or may be a DM wand.


The simplest way to do this is with a chat command and the nwnx plugin nwnx_resman by virusman (Windows and Linux versions both available). You just set up a chat command to take a string input, in this case a script name, execute a script of that name. You then just have to up a script of the name you want to use to the resman directory, and you can trigger it with the chat command. Voila, mod modification on the fly. We do this both with generic injectable scripts, and with our custom simtools commands  - adding them without having to shut down the module.

Funky
               
               

               
            

Legacy_Jackal_GB

  • Newbie
  • *
  • Posts: 37
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #82 on: December 19, 2010, 02:11:12 am »


               I have been trying to use Lilac's generator to create my idea below with er, no success. I'm a modder not a scripter, unfortunately.':crying:'

A bounty hunter murders one (or more) NPC's or PC's, a bounty hunter NPC (of admin design) spawns randomly in the world and relentlessly over server resets hunts down said griefer until found and killed. Meanwhile, other players can check with local law authorities to recieve a quest like bounty to track down and kill griefer for the offered bounty money. A shout on the server after the murder would alert PC's to the murderer, bounty reward and to see local law officials. If griefer continues to kill NPC/PC's, the bounty goes up. (Just like the ol' west ).'<img'>
               
               

               
            

Legacy_Tyndrel

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #83 on: December 19, 2010, 09:08:25 am »


               Would this do the job? 

Karmic Retribution by ffbj

':ph34r:'
               
               

               
            

Legacy_Jackal_GB

  • Newbie
  • *
  • Posts: 37
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #84 on: December 19, 2010, 03:56:36 pm »


               

Tyndrel wrote...

Would this do the job? 

Karmic Retribution by ffbj

':ph34r:'


Thanks Tyndrel!'<img'>

That's half of what I'm looking for! I might be able to add some of the other bits using the script editor.

No wonder I couldn't find it on the vault, "karmic retribution" were not words I would of thought of typing into the search box.'<img'>
               
               

               
            

Legacy_ffbj

  • Hero Member
  • *****
  • Posts: 1097
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #85 on: December 19, 2010, 04:12:46 pm »


               Here is another piece of the puzzle: Contract Hits.
http://nwvault.ign.c....Detail&id=1117 

And then the bounty shout part is imbedded in with a project I did with Blasco.  You can easily pull that out.
Bounty Shout:
http://nwvault.ign.c....Detail&id=3668

I also made a few other dew dads relating to the bounty/contract ideas, wanted posters, tracking items, but those scripts should be enough for you too mull over.  Btw, thanks for the mention Tyndrel.

One possible methodology for the contract hits piece would be to make the conversation DM only or perhaps fired only if a PC where a designated bounty hunter, then they could hire out a contract on the offending PC.  In this way you might have multiple bounty hunters out looking for the particular PC, or laying in wait for them.
I have thought a lot about this sort of thing.
               
               

               


                     Modifié par ffbj, 19 décembre 2010 - 04:28 .
                     
                  


            

Legacy_Jackal_GB

  • Newbie
  • *
  • Posts: 37
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #86 on: December 19, 2010, 04:24:48 pm »


               

ffbj wrote...

Here is another piece of the puzzle: Contract Hits.
http://nwvault.ign.c....Detail&id=1117 



Sweet!

Thanks ffbj!

Edit:Checked out your scripts and voted accordingly. Thanks again:D
               
               

               


                     Modifié par Jackal_GB, 19 décembre 2010 - 05:06 .
                     
                  


            

Legacy_ehye_khandee

  • Hero Member
  • *****
  • Posts: 1415
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #87 on: December 31, 2010, 07:14:32 pm »


               Happy New Years (& BUMP!)

 
               
               

               
            

Legacy_Tarot Redhand

  • Hero Member
  • *****
  • Posts: 4165
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #88 on: January 01, 2011, 02:09:44 am »


               And a great  Hogmanay to you.



Well you did ask. I am almost certain that the 2 main things I am going to ask for are impossible to script. I think they are both in reality modelling issues.



1. Make it so that when a PC and/or Henchman walks they kick up dust/ashes. Great for certain dungeons and tombs.



2. Make it so that you can drop a dead creature (as in it actually falls) on the PC.



As a side note, I don't know about other people but I really miss the 'WITH' operator from other programming languages. It used to make for much tidier code.



TR
               
               

               
            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
REQUEST FOR NEW IDEAS TO SCRIPT
« Reply #89 on: January 01, 2011, 02:33:13 am »


               #1 could be done with a custom vfx and triggers, though it's normally a tile thing.



Funky