Callum
Joined: 16th Oct 2011
Posts: 609
Re: Basic Revision Release! (535)
Iâm in work at the moment but I have a good idea what this issue is. Iâve probably just not stated the difference between a bow and a line weapon, the server is just handling any range as AOE and hitting anything in range. Iâll make sure the range stops at first NPC hit unless .line= true
Will post an update tonight!
6 years, 4 weeks ago
|
Afroman
Joined: 7th May 2018
Posts: 103
Re: Basic Revision Release! (535)
any idea as into whats gonna be in new update? on this rev?
I'm currently having the same issue with ur rev the line aoe and im also have trouble with the pets idk why though ive looked at the code here it is
void PetCommands(const std::vector<std::string>& arguments, Character* from)
{
std::string command = util::lowercase(arguments[0]);
if(from->world->config["PetCommands"]){
if(from->HasPet()){
if(command == "follow" || command == "attack" || command == "guard"){
//command = "follow";
from->pet_mode = command;
from->pet->pet_mode = command;
from->StatusMsg("Your pet will now "+ command);
if(from->pet_target != 0){
from->pet_target = 0;
if(command == "follow")
from->StatusMsg("Your pet will stop attacking it's target!");
if(command == "guard")
from->StatusMsg("Your pet will only attack when you do or in defence!");
}
}
}else{
from->StatusMsg("You have no active pet!");
}
}
}
6 years, 4 weeks ago
|
Re: Basic Revision Release! (535)
callum posted: (1st Dec 2018, 10:40 am)
Iââ¬â¢m in work at the moment but I have a good idea what this issue is. Iââ¬â¢ve probably just not stated the difference between a bow and a line weapon, the server is just handling any range as AOE and hitting anything in range. Iââ¬â¢ll make sure the range stops at first NPC hit unless .line=
true
Will post an update tonight!
That would be the tits mate, you made the best working eoserv version... and I tried most of them... So far this is the only problem I found on your copy, the rest is just amazingly well done.
6 years, 4 weeks ago
|
Callum
Joined: 16th Oct 2011
Posts: 609
Re: Basic Revision Release! (535)
I'm hoping to get quite a bit of code updated tonight! I'll put the rev online on the SLN if you guys want to jump on and show me any issues you're having!
It'll be called Havens EO
6 years, 4 weeks ago
|
Re: Basic Revision Release! (535)
callum posted: (1st Dec 2018, 10:18 pm)
I'm hoping to get quite a bit of code updated tonight! I'll put the rev online on the SLN if you guys want to jump on and show me any issues you're having!
It'll be called Havens EO
Well my only problem really is the AOE Ranged weps.. that Line AOE that is making my bow broken eheheh... everything else is working perfectly
6 years, 4 weeks ago
|
Callum
Joined: 16th Oct 2011
Posts: 609
Re: Basic Revision Release! (535)
sequeira123 posted: (1st Dec 2018, 11:02 pm)
callum posted: (1st Dec 2018, 10:18 pm)
I'm hoping to get quite a bit of code updated tonight! I'll put the rev online on the SLN if you guys want to jump on and show me any issues you're having!
It'll be called Havens EO
Well my only problem really is the AOE Ranged weps.. that Line AOE that is making my bow broken eheheh... everything else is working perfectly
If you can compile, head to map.cpp and inside the Map::Attack function
change if(line > 0) return to if(line == 0) return; That should fix it!
edit: @Afroman, try using #pet guard for now, I'm looking into the pet targeting asap!
6 years, 4 weeks ago
|
Re: Basic Revision Release! (535)
callum posted: (2nd Dec 2018, 12:25 am)
sequeira123 posted: (1st Dec 2018, 11:02 pm)
callum posted: (1st Dec 2018, 10:18 pm)
I'm hoping to get quite a bit of code updated tonight! I'll put the rev online on the SLN if you guys want to jump on and show me any issues you're having!
It'll be called Havens EO
Well my only problem really is the AOE Ranged weps.. that Line AOE that is making my bow broken eheheh... everything else is working perfectly
If you can compile, head to map.cpp and inside the Map::Attack function
change if(line > 0) return to if(line == 0) return; That should fix it!
edit: @Afroman, try using #pet guard for now, I'm looking into the pet targeting asap!
Not gonna lie to you, I'm not sure how to do that :/
6 years, 4 weeks ago
|
Cirras
Joined: 11th Mar 2011
Posts: 1221
Re: Basic Revision Release! (535)
Would you be so kind as to put this into a git repository of some kind, Callum? I'm sure people would be happy to contribute if it was possible to do so. ---
Want to learn to pixel?
Pixelsource.org
6 years, 4 weeks ago
|
Afroman
Joined: 7th May 2018
Posts: 103
Re: Basic Revision Release! (535)
6 years, 3 weeks ago
|
Re: Basic Revision Release! (535)
choose gitlab and I'll help you setup CI/CD heck you can even have a test server that automatically updates when you merge into master that allows people login as HGM and test things. or you dont have to do that haha seems useless.
---
I not hacker
“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its
whole life believing that it is stupid.†- Albert Einstein : Really Great Quote Ramy!
6 years, 3 weeks ago
|
Callum
Joined: 16th Oct 2011
Posts: 609
Re: Basic Revision Release! (535)
I probably wonât put the rev on something like gitlab if Iâm honest! Iâm making the revision for a friend and thought Iâd share since almost all the features are already released around the forums! Iâve recently added a few new features such as âchaseâ spells and freeze team arena. The plan is
to use bot characters as aâdecoyâ spell where players can use it and escape from hard npcs(TM)!!!
But I do plan to keep the revision up to date in case people are using it! You can always just recompile and add configs as old code wonât be edited(well configs certainly wonât)!
But yeah, itâs really nice to see this topic active and I hope it helps a few people!
6 years, 3 weeks ago
|
aleano
Joined: 14th Apr 2012
Posts: 55
Re: Basic Revision Release! (535)
Just wanted to say thanks for the release, I may use it in the future :)
6 years, 3 weeks ago
|
Afroman
Joined: 7th May 2018
Posts: 103
Re: Basic Revision Release! (535)
always stoked to see more stuff callum great work
6 years, 3 weeks ago
|
Re: Basic Revision Release! (535)
Will this be up for download? Thanks again!
6 years, 2 weeks ago
|
Callum
Joined: 16th Oct 2011
Posts: 609
Re: Basic Revision Release! (535)
Yeah I'll be putting the server up again in the next hour or so and will post the updates too!
6 years, 2 weeks ago
| | | | | | | | | | | | | | | |