![]() |
How to change the Player SkillClass - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: How to change the Player SkillClass (/Thread-How-to-change-the-Player-SkillClass) |
RE: How to change the Player SkillClass - AmpereJoule - 12-18-2012 10:41 AM (12-18-2012 03:53 AM)RanXerox Wrote: I think you need a couple things... in the sphere.ini, you need to enable the COMBAT_STACKARMOR and FEATURE_AOS_DAMAGE I already have done that, look at how is configured my "sphere.ini": Code: ... And, as it is shown on my video, what I change is "TAG.ResPhysical". About the "event" part, I really did not understand where do I need to put those lines you typed. :~. RE: How to change the Player SkillClass - RanXerox - 12-18-2012 11:49 AM Here is an example from the SCP: http://code.google.com/p/sphere-community-pack/source/browse/trunk/scripts/add-on/typedefs/sphere_override_armor.scp RE: How to change the Player SkillClass - AmpereJoule - 12-19-2012 12:06 AM (12-18-2012 11:49 AM)RanXerox Wrote: Here is an example from the SCP: http://code.google.com/p/sphere-community-pack/source/browse/trunk/scripts/add-on/typedefs/sphere_override_armor.scp Thank you, but the problem was another thing. It was a bug: When I changed the "TAG.RESPhysical" My character had the armor equipped on him. And when I restarted Sphere and logged in, it was with the same armor before I change it. And it was reducing the armor value when I unequip it, very strange. So, I can't change anything at the ".scp" if the item is on the game. Crazy. And now I got a really boring thing. I realized that my "sphere_skillmenu.scp" (C:\sphere\scripts) is: Code: ... and my "sphere_armor_dullcopper.scp" (C:\sphere\scripts\items\armors\colored) is: Code: [ITEMDEF i_PLATEMAIL_CHEST_DULL_COPPER] the ITEMDEF does not match, and then the Sphere is getting "Bad menu" error. So, i was thinking, May I change all the ".scp" at "C:\sphere\scripts\items\armors\colored" to match with "sphere_skillmenu.scp" or Is it a known bug that you can tell me a simple thing to do? RE: How to change the Player SkillClass - RanXerox - 12-19-2012 06:11 AM Edit the sphere_skillmenu.scp and fix all the bad entries RE: How to change the Player SkillClass - AmpereJoule - 12-19-2012 08:55 AM (12-19-2012 06:11 AM)RanXerox Wrote: Edit the sphere_skillmenu.scp and fix all the bad entries Would'nt it be easier if I change all the ".scp" at C:\sphere\scripts\items\armors\colored ? RE: How to change the Player SkillClass - RanXerox - 12-19-2012 03:47 PM At the very least that will invalidate (and therefore delete) all armor in the world save files, all characters wearing armor will get the items deleted - possibly causing their MODAR to be screwed up - All armor in banks and in loot will be destroyed... Plus other side effects too numerous to mention. But yeah, it would be easier, so feel free... ;-) RE: How to change the Player SkillClass - AmpereJoule - 12-20-2012 06:49 AM (12-19-2012 03:47 PM)RanXerox Wrote: At the very least that will invalidate (and therefore delete) all armor in the world save files, all characters wearing armor will get the items deleted - possibly causing their MODAR to be screwed up - All armor in banks and in loot will be destroyed... Plus other side effects too numerous to mention. But yeah, it would be easier, so feel free... ;-) Thank you Master Yoda. Change the sphere_skillmenu.scp, I must. Hey guys, I am spwaning my world with "Axis" and I was wondering if there is a faster way to do that. If there is, please, tell me. (I need to know in what ".scp" are the spawns that I made with "Axis") Hey, I found it at "sphereworld.scp", so, if I copy this: Code: [WORLDITEM i_worldgem_bit] another point of the map? (because if I copy that and only change the "P=" parameter the "SERIAL=" parameter will be the same for other spawn, will it cause some bug?) RE: How to change the Player SkillClass - AmpereJoule - 12-30-2012 11:45 AM hello? RE: How to change the Player SkillClass - Mordaunt - 12-30-2012 01:19 PM Want to spawn all that stuff really fast? Not to toot my own horn but... http://forum.spherecommunity.net/Thread-World-Background-Spawner RE: How to change the Player SkillClass - AmpereJoule - 12-30-2012 02:11 PM (12-30-2012 01:19 PM)Mordaunt Wrote: Want to spawn all that stuff really fast? So, what do I have to type instead of "<mapplane>" in ".spawnbackground <mapplane>"? Can I use ".spawnbackground Map0"? ps: I tried it, but I didn't see any new spawns. Code: // .spawnbackground <mapplane> will start the process running, critters will gain in number over time |