Jump to content

Chris' Script Collection [Last Update: 04-06/2021]


llchrisll

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  01/07/13
  • Last Seen:  

Hi :D

I try to use the Arena Master , and already put the tables in my database (arena_master.sql , right ?)

i already set the bounty type to 3

// ============== Bounty Settings =========//
// Bounty Type: 0 = Off, 1 = Zeny, 2 = Cash Points, 3 = Bounty Points
set $@bty_type,3;
if($@bty_type) {
set $@bty_bonus,5; // Bonus, if you kill an player
set $@bty_bon_start,4; //which has achieved an spree of "$@bty_bon_start"
// Clearing Array on Whisper to prevent double entries
if(.@re_in) {
 // Items
 for (set .@s,0; .@s < getarraysize($@arena_sh); set .@s,.@s + 1)
  npcshopdelitem "Arena_Shop",$@arena_sh[.@s];
 // Prices
 deletearray $@arena_ar[0],128;
}
// Shop Items: PvP useful stuff D:, like Elements, Boxes and Food
// These will be used for all shops, but the prices depends on the Bounty Type you have set.
setarray $@arena_sh[0],12020,12028,12029,12030,12031,12032,12033,12034,12108,12215,12216,12217,12218,12219,12075,12080,12085,12090,12095,12100,12114,12115,12116,12117,12118,12119,12120,12121,13547;
npcshopdelitem "Arena_Shop",512;
// Prices:
// Two ways of doing so:
// - By formula
// - Array
// You can determine for each currency the way of calculation and prices.

I already kill player in PVP Deathmatch until wicked sick , but i still not get the bounty point

In the Arena Master NPC, the ranking is already online

But in my database, my player kills is 0 , dead 2 , wicked sick and the others are 0

is there anything wrong ? :( please help

Edited by ArchMaiden
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Hi :D

I try to use the Arena Master , and already put the tables in my database (arena_master.sql , right ?)

i already set the bounty type to 3

// ============== Bounty Settings =========//
// Bounty Type: 0 = Off, 1 = Zeny, 2 = Cash Points, 3 = Bounty Points
set $@bty_type,3;
if($@bty_type) {
set $@bty_bonus,5; // Bonus, if you kill an player
set $@bty_bon_start,4; //which has achieved an spree of "$@bty_bon_start"
// Clearing Array on Whisper to prevent double entries
if(.@re_in) {
 // Items
 for (set .@s,0; .@s < getarraysize($@arena_sh); set .@s,.@s + 1)
  npcshopdelitem "Arena_Shop",$@arena_sh[.@s];
 // Prices
 deletearray $@arena_ar[0],128;
}
// Shop Items: PvP useful stuff D:, like Elements, Boxes and Food
// These will be used for all shops, but the prices depends on the Bounty Type you have set.
setarray $@arena_sh[0],12020,12028,12029,12030,12031,12032,12033,12034,12108,12215,12216,12217,12218,12219,12075,12080,12085,12090,12095,12100,12114,12115,12116,12117,12118,12119,12120,12121,13547;
npcshopdelitem "Arena_Shop",512;
// Prices:
// Two ways of doing so:
// - By formula
// - Array
// You can determine for each currency the way of calculation and prices.

I already kill player in PVP Deathmatch until wicked sick , but i still not get the bounty point

In the Arena Master NPC, the ranking is already online

But in my database, my player kills is 0 , dead 2 , wicked sick and the others are 0

is there anything wrong ? :( please help

Does the Map server say anything?

Any error?

I tested it and the script wrote it in the SQL table correctly.

Checked that via the ranking.

Regards,

Chris

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Update: 04/13-2013: Updated Fame System v1.2 
  • Compatible with rAthena now
  • Fixxed some bugs and made some small edits
 
Phew, late update huh :I.
Well, thanks for Vlync to send me an PM, that this script didn't work on rAthena so far.
 
What I didn't test is the Fame Shop itself, but I hope it should work just fine.
 
Regards,
Chris
Edited by llchrisll
  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

hi i used your pvp arena i installed the tables correctly but when i looking the ranking only death have list and the rest is 0...and in my server it shows a debug i will post it later then one more thing to put the wav files?....thank you

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

hi i used your pvp arena i installed the tables correctly but when i looking the ranking only death have list and the rest is 0...and in my server it shows a debug i will post it later then one more thing to put the wav files?....thank you

Thanks for your post, as soon as I have more time available I will look into it, why the ranking doesnt work.

 

What do you mean with the wav files? Where to put?

Cause the wav files are attached in the spoiler under the script link.

Currently I'm working on this script to reduce the lines used for the sphree sounds ;U, but got also other projects running xX.

Regards,

Chris

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   1
  • Joined:  02/03/13
  • Last Seen:  

hi i used your pvp arena i installed the tables correctly but when i looking the ranking only death have list and the rest is 0...and in my server it shows a debug i will post it later then one more thing to put the wav files?....thank you

Thanks for your post, as soon as I have more time available I will look into it, why the ranking doesnt work.

 

What do you mean with the wav files? Where to put?

Cause the wav files are attached in the spoiler under the script link.

Currently I'm working on this script to reduce the lines used for the sphree sounds ;U, but got also other projects running xX.

Regards,

Chris

dude regarding on wav files i already solved it im just waiting for the release of that script (PVP)....just take your time dude!!! stay cool and relax....and dont try this at home (hahahahahaha)

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Update: 07/30-2013: Updated PvP-GvG-MvP Arena v1.1 to 1.4 
Huge Update I know, but ... finally I was able to finish testing every bug I was able to, also making some modifications and improvements.
Also some more features were added:
Here the Changelog - first 3 lines where still in 1.1 but didn't update the SVN to that time, since I was still testing that new Sphree part.
- Shorted the sphree part a bit, still testing it.
- Added an Cost Multiplier for the shop to adjust the prices for Mid Rate and higher Servers.
- Added another function to get the map users in each room and each pvp.
= 1.2 - Compatible with rAthena
- Fixed some bugs
= 1.3 - Made the Sphree Announcer dynamically
- Made modification regarding the sphree ranking, removed doPromote; function
      - Shorted the ranking display choices
= 1.4 - Moved writeStats; into the kill part, bug with Logout prevented from saving in ranking
- Fixed an bug with "First Blood" announcer
- Updated the MvP Ranker to rAthena @getmonsterinfo has an check for MvP EXP now
   - Removed limitation to MvP Arena, against every MvP useable now
- Fixxed Ranking bug, didn't save Kills and stuff correctly.
- Added an addtional Player Counter for each PvP Room
- Added Class Limitation regarding 3rd Jobs
- Fixxed an bug with Auto-Resurrect on Deathmatch Maps
- Fixxed another Ranking bug, didn't display correctly

Best regards,
Chris
Edited by llchrisll
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

Hello,

 

im using your arena master version 1.4.. I dont know.. Why bounty points still not get.. Everything working fine.. PVP ranking also shows up.. But there is no bounty points after kill player.. And also.. is it possible to adding the MVP warper feature back? Thanks

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Did you change your "set $@bty_type" variable? so > "set $@bty_type,3;" ?

Cause I tested everything and it worked just fine.

 

Regards,

Chris

Edited by llchrisll
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   3
  • Joined:  04/12/13
  • Last Seen:  

Hello sir.

 

I am using  your Arena_Master.1.4 ,. It's a very nice scripts. 

 

Thank you for sharing.

 

And I have a bug with Arena_Master.

 

[Debug]: NPCEvent '竞技管理员::OnStatus' not found! (source: PvPGvGMain)

 

 

Can you help for it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

That message says that the NPC wasn't loaded so the server wasn't able to find it.

Got more error message?

 

Regards,

Chris

 

Edit: What's the name of the click-able NPC? Same as "竞技管理员"? If not, change it at line 94.

Edited by llchrisll
Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Update: 10/15-2013: Added 2 New NPC: Training System v1.0 and Mob Invasion Event v1.0

I finally managed to finish my 2 scripts where testing was left.

See 1st post for more details.

Best regards,

Chris

Edited by llchrisll
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

Thanks for the released @llchrisll

Hope you can release more in-game events! /no1

 

 

Best regards to you my friend.

Edited by Jezu
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Well I have an Last Man Standing Event, which I could release :I.

If you want to take a look: LMS v1.0

 

I think I made it quite dynamically, Job Restriction, Ingame GM Panel etc

 

Regards,
Chris

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Thank You again Chris for the great contribution and optimized all of your scripts :D
Keep it up!


P.S: Kindly check ur LMS event, there's a bug it keeps on giving rewards although the event is already finish.

tested in r17327 please fix the bugs inside the script :D GREAT script!!!!!!! lots of features***

Edited by Vlync
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Thank You again Chris for the great contribution and optimized all of your scripts :D

Keep it up!

P.S: Kindly check ur LMS event, there's a bug it keeps on giving rewards although the event is already finish.

tested in r17327 please fix the bugs inside the script :D GREAT script!!!!!!! lots of features***

Add after this:

 

close2;

at line 131:

 

    set @lms,0;
Edited by llchrisll
Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   0
  • Joined:  05/09/12
  • Last Seen:  

zehx.png

 

chris I desperately need your ranking guild script but I am having a problem here and not get its solution please its support.
I use eAthena 15241M
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Hmm, somehow I added an "}" too much there, just delete one before that "end;" at line 164

Fixxed in my SVN, of course.

Regards,

Chris

Edited by llchrisll
Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  12/23/12
  • Last Seen:  

Having problem with Training Mastery

23krb6h.jpg

 

this only happen when I try to improve my weapon mastery

Edited by KCritz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

you Login Settings npc is not compatible with the latest rathena svn.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  15
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

hello. about the pvp-gvg-mvp arena. is it possible to add another map without changing the maps you put? for example, i want to the guild castles (woe) so that they can also earn bounty points in that map. but the additional map is not included in the selection of map in npc. just the function of getting bounty points.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  626
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Having problem with Training Mastery

23krb6h.jpg

 

this only happen when I try to improve my weapon mastery

That's quite harmless, since it's check for the Mob Name of non-existent Mobs in this line:

Line 560:if(getmonsterinfo(@mid,0) == "null") continue;

If it's annoying, I will try to find a different way.

 

 

you Login Settings npc is not compatible with the latest rathena svn.

I know that, also I'm not quite finished with it yet, but currently I don't have any time to improve/fix it. Try to use a another one.

 

hello. about the pvp-gvg-mvp arena. is it possible to add another map without changing the maps you put? for example, i want to the guild castles (woe) so that they can also earn bounty points in that map. but the additional map is not included in the selection of map in npc. just the function of getting bounty points.

I would be possible, but currently I don't have any time duo real life. Got an idea already and wrote it down to be safe.

As soon as I have time, I will make that customization.

 

Regards,

Chris

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  15
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

 

Having problem with Training Mastery

23krb6h.jpg

 

this only happen when I try to improve my weapon mastery

That's quite harmless, since it's check for the Mob Name of non-existent Mobs in this line:

Line 560:if(getmonsterinfo(@mid,0) == "null") continue;

If it's annoying, I will try to find a different way.

 

 

you Login Settings npc is not compatible with the latest rathena svn.

I know that, also I'm not quite finished with it yet, but currently I don't have any time to improve/fix it. Try to use a another one.

 

hello. about the pvp-gvg-mvp arena. is it possible to add another map without changing the maps you put? for example, i want to the guild castles (woe) so that they can also earn bounty points in that map. but the additional map is not included in the selection of map in npc. just the function of getting bounty points.

I would be possible, but currently I don't have any time duo real life. Got an idea already and wrote it down to be safe.

As soon as I have time, I will make that customization.

 

Regards,

Chris

 

Ok sir. No problem. I will wait until you finish. Thanks in advance. God Bless.

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  15
  • Reputation:   0
  • Joined:  03/30/13
  • Last Seen:  

any news on the pvp-gvg-mvp arena sir? :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

 

-----------------------------------------------------------------------------------------------------------------------------------------------

==== Update: 10/15-2013: Added 2 New NPC: Training System v1.0 and Mob Invasion Event v1.0 ======

---------------------------------------------------------------------------------------------------------------------------------------------

I finally managed to finish my 2 scripts where testing was left.

 

See 1st post for more details.

 

Best regards,

Chris

 

 

This is amazing Chris. Except the equipment bonus doesn't seem to add up in-game even after activating the buff for 100k zeny.

 

Another strange thing is that when I choose "character bound," all characters are affected by the 24hour waiting time, meaning I can only train 1 character per day even if they dont share the same status bonus. Is there a fix for this?

Edited by Isaiah
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...