Page 1 of 2

Ranged Focus

Posted: Sun Mar 11, 2007 10:54 pm
by Dr_Fangorn_ns3
Pros and I are attempting to fix the ranged focus scripting. Since we no longer have a test server, I'll be applying the fix to North. I'll try and give it another go tonight, seems that the first fix didn't take. Let me know on this thread if it works or not. I'll keep folks updated in here.

Posted: Mon Mar 12, 2007 1:04 am
by Dr_Fangorn_ns3
Alright, an updated script for the ranged training focus is going to be online on North as of the 23h00 update. Please let me know here if it works or not.

Posted: Mon Mar 12, 2007 10:06 am
by azndwagono5_ns3
nope not working i equiped ranged weapon n says the same thing :S

Posted: Mon Mar 12, 2007 7:05 pm
by Dr_Fangorn_ns3
What does it say?

Posted: Mon Mar 12, 2007 7:38 pm
by azndwagono5_ns3
ok when you equip a bow and use the ranged focus it says "this is not a ranged weapon!"

Posted: Mon Mar 12, 2007 8:19 pm
by cryodog2_ns3
same for me

Posted: Mon Mar 12, 2007 8:53 pm
by Pros_ns3
Well the old script is supposed to give a bonus to a few classes and also if they have certain ranged weapons equiped in their right hand.

Code: Select all

    int nBonus = GetLevelByClass(CLASS_TYPE_RANGER,oPC) + GetLevelByClass(CLASS_TYPE_DRUID,oPC) + GetLevelByClass(CLASS_TYPE_BARD,oPC) + GetLevelByClass(CLASS_TYPE_ROGUE,oPC) + GetLevelByClass(CLASS_TYPE_ARCANE_ARCHER, oPC);


and

Code: Select all

    switch(GetBaseItemType(GetItemInSlot(INVENTORY_SLOT_RIGHTHAND,oPC)))
    {
        case BASE_ITEM_HEAVYCROSSBOW:
        case BASE_ITEM_LIGHTCROSSBOW:
        case BASE_ITEM_LONGBOW:
        case BASE_ITEM_SHORTBOW:
        case BASE_ITEM_SLING:
        case BASE_ITEM_SHURIKEN:
        case BASE_ITEM_DART:
        case BASE_ITEM_THROWINGAXE:

Posted: Mon Mar 12, 2007 11:42 pm
by Dr_Fangorn_ns3
Pros, I'll send you what the current fix is at, I don't have a copy of the old script.

Posted: Wed Mar 21, 2007 8:27 pm
by Pros_ns3
Is anyone able to use this focus or is it just the 4 or 5 ranged classes? I would think that if someone outside of the classes used it, it may still look to work but give no bonus(not sure about that). I'll probably just make a new script from scratch.

Posted: Tue Mar 27, 2007 11:27 am
by azndwagono5_ns3
still no luck fixing the ranged focus?

Posted: Sun Apr 22, 2007 10:48 pm
by cryodog2_ns3
any updates on the ranged focus? I logged on today and it still doesnt work

Posted: Mon Apr 23, 2007 6:21 am
by Pros_ns3
Try testing this on the East server. Fang uses one script and I use another at the moment. There may not be any difference but see how it is on East.

Posted: Mon May 14, 2007 6:09 pm
by Annys_ns3
surely archers have high enougth ab anyway ?

Posted: Wed May 30, 2007 5:37 pm
by NOMAD_CA_ns3
Looks like the new version is installed on West. My dragon can not use it anymore :(

Posted: Mon Jul 23, 2007 6:21 pm
by ssk_ns3
u need my great testin skills lol