Raised This Month: $12 Target: $400
 3% 

Looking for coder for perkmod.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-28-2020 , 05:22   Looking for coder for perkmod.
Reply With Quote #1

I need someone to help me add in new perks and also to resolve some of the bugs for perkmod plugin.

https://forums.alliedmods.net/showthread.php?t=99305

Willing to pay a small token of appreciation for job well done.

PM me if interested.
winged_box is offline
GsiX
gee, six eggs
Join Date: Aug 2012
Location: Land Below The Wind
Old 11-28-2020 , 10:42   Re: Looking for coder for perkmod.
Reply With Quote #2

Your own server? What bug?
__________________
If i happen to insulted you unintentionally,
it was me and Google Translate who did it.
GsiX is offline
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-28-2020 , 11:28   Re: Looking for coder for perkmod.
Reply With Quote #3

Quote:
Originally Posted by GsiX View Post
Your own server? What bug?
Yes, is for my own server use.

Survivor's perk 'Extreme conditioning' doesn't seems to be working, my survivors doesn't run faster.

Spitter's 'Mega Adhesive' and Jockey's generate below error log.


Spitter:

L 11/28/2020 - 03:20:51: [SM] Exception reported: Client index 0 is invalid
L 11/28/2020 - 03:20:51: [SM] Blaming: perkmod2.smx
L 11/28/2020 - 03:20:51: [SM] Call stack trace:
L 11/28/2020 - 03:20:51: [SM] [0] IsClientConnected
L 11/28/2020 - 03:20:51: [SM] [1] Line 10126, /home/groups/alliedmodders/forums/files/5/7/8/4/3/75998.attach::MegaAd_SlowEffect
L 11/28/2020 - 03:20:51: [SM] [2] Line 3912, /home/groups/alliedmodders/forums/files/5/7/8/4/3/75998.attach::Event_PlayerHurtPre
L 11/28/2020 - 03:20:51: [SM] Exception reported: Client index 0 is invalid
L 11/28/2020 - 03:20:51: [SM] Blaming: perkmod2.smx
L 11/28/2020 - 03:20:51: [SM] Call stack trace:
L 11/28/2020 - 03:20:51: [SM] [0] IsClientConnected
L 11/28/2020 - 03:20:51: [SM] [1] Line 10182, /home/groups/alliedmodders/forums/files/5/7/8/4/3/75998.attach::MegaAd_Timer
L 11/28/2020 - 03:20:51: [SM] Exception reported: Client index 0 is invalid


Jockey:

L 11/27/2020 - 00:40:21: [SM] Exception reported: Entity 18 (1 is invalid
L 11/27/2020 - 00:40:21: [SM] Blaming: perkmod2.smx
L 11/27/2020 - 00:40:21: [SM] Call stack trace:
L 11/27/2020 - 00:40:21: [SM] [0] GetEntPropVector
L 11/27/2020 - 00:40:21: [SM] [1] Line 9895, /home/groups/alliedmodders/forums/files/5/7/8/4/3/75998.attach::Frogger_DelayedVel
L 11/27/2020 - 02:15:58: Error log file session closed.

Last edited by winged_box; 11-28-2020 at 11:54.
winged_box is offline
GsiX
gee, six eggs
Join Date: Aug 2012
Location: Land Below The Wind
Old 11-28-2020 , 11:36   Re: Looking for coder for perkmod.
Reply With Quote #4

not sure if we should do this.. its 12.30am thought.. and i m your neighbor country.
looking at that log seem like easy hunt but i lazy reading, so is the perk use SQL/lite?

P/S: i don't do for money. probably if some coder for hire interesting, give them priority.
__________________
If i happen to insulted you unintentionally,
it was me and Google Translate who did it.
GsiX is offline
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-28-2020 , 11:55   Re: Looking for coder for perkmod.
Reply With Quote #5

Quote:
Originally Posted by GsiX View Post
not sure if we should do this.. its 12.30am thought.. and i m your neighbor country.
looking at that log seem like easy hunt but i lazy reading, so is the perk use SQL/lite?

P/S: i don't do for money. probably if some coder for hire interesting, give them priority.
I'm not sure whether it use SQL/lite.

You can take a look at the perk in this page:
https://forums.alliedmods.net/showthread.php?p=889437

Ok, thanks for helping out in anyway you can.
winged_box is offline
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-28-2020 , 11:58   Re: Looking for coder for perkmod.
Reply With Quote #6

You in Malaysia?

We don't have to do this now, I'm also about to go sleep.
winged_box is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 11-28-2020 , 13:01   Re: Looking for coder for perkmod.
Reply With Quote #7

Is easier sharing the .sp because your log differs from the lines from the main post, unless you downloaded from another post/page

Btw "Client index 0 is invalid" is really easy to fix just by adding a "if (client > 0)" in most of the cases
In your case seems that it throws when the damage came from the worldspawn entity for example (fall damage)

And for "Entity 18 (1 is invalid" is like the same, just add an "if (IsValidEntity(entity))" before.

Everytime you mess with timers you must check if the client is valid, cause it can be disconnect/destroyed during the delay.
__________________

Last edited by Marttt; 11-28-2020 at 13:03.
Marttt is offline
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-28-2020 , 22:08   Re: Looking for coder for perkmod.
Reply With Quote #8

Quote:
Originally Posted by Marttt View Post
Is easier sharing the .sp because your log differs from the lines from the main post, unless you downloaded from another post/page

Btw "Client index 0 is invalid" is really easy to fix just by adding a "if (client > 0)" in most of the cases
In your case seems that it throws when the damage came from the worldspawn entity for example (fall damage)

And for "Entity 18 (1 is invalid" is like the same, just add an "if (IsValidEntity(entity))" before.

Everytime you mess with timers you must check if the client is valid, cause it can be disconnect/destroyed during the delay.
Thanks for the guide.

The perk 'Extreme Conditioning' is also not working, my survivor doesn't run faster.

No error log was generated though.

I don't have the .sp file, the one I'm using now is the .smx file from post #628

https://forums.alliedmods.net/showth...=99305&page=63
Attached Files
File Type: smx perkmod2.smx (89.2 KB, 62 views)

Last edited by winged_box; 11-28-2020 at 22:22.
winged_box is offline
GsiX
gee, six eggs
Join Date: Aug 2012
Location: Land Below The Wind
Old 11-29-2020 , 01:36   Re: Looking for coder for perkmod.
Reply With Quote #9

I have that smx decompiled.
All went good including fixing the core, variable declaration and stuff until i scroll to the bottom and saw it say 10k ++ line of code.
Now i understand why you willing to hire. 😅
It much easier to get the front page version 2 to working rather than reverse engineering this.
Or you could just ask the guy to include the sp file.
__________________
If i happen to insulted you unintentionally,
it was me and Google Translate who did it.
GsiX is offline
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 11-29-2020 , 04:50   Re: Looking for coder for perkmod.
Reply With Quote #10

Quote:
Originally Posted by GsiX View Post
I have that smx decompiled.
All went good including fixing the core, variable declaration and stuff until i scroll to the bottom and saw it say 10k ++ line of code.
Now i understand why you willing to hire. 😅
It much easier to get the front page version 2 to working rather than reverse engineering this.
Or you could just ask the guy to include the sp file.
I don't know how to code and I'm also looking to add in new perks so I'm hiring.

I just sent a pm to the guy who uploaded the .smx file on post #628 for the sp file.
winged_box is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode