Jump to content

Peopleperson49's Scripts


Peopleperson49

Recommended Posts


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

Please don't comment the entire first post. I tested it and it worked fine so I need more details from you. Thanks.

Peopleperson49

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   7
  • Joined:  01/07/12
  • Last Seen:  

dear Peopleperson49,

i tried you script on King Of Emperium Hill. It work fine but the emblem on the flag wont change even if it have been conquered by other guild. I have tried @refresh and relog but it just wont change. Unless i @reloadscript then it change.

i dont know what wrong with this, this suppose to be doing fine

OnInit:
OnChangeKoE:if($KOEGUILD==0) { end; }
     flagemblem $KOEGUILD;end;
Edited by nobukadnezar
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  134
  • Reputation:   4
  • Joined:  09/28/12
  • Last Seen:  

I don't suggest you make the max bet for roulette 1b zeny, since the max payout is 35x for a straight bet. It wont allow you to win over 2.7b even if you modify the conf file. But just change the:

set .LowRollerBet,100000; //Set the maximum amount of zeny a non-high roller can bet.
set .HighRollerBet,1000000; //Set the maximum amount of zeny a high roller can bet.

Peopleperson49

 

Hi Sir 

 

Where should i put this script

 

Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

I'm not sure nobukadnezar the flags update for me on my server as soon as you go out of view of them. Do you get any errors or anything? You put it in like you would any other script. Boy, you just need to search around for a post somewhere if you don't know how to do that.

Peopleperson49

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  163
  • Reputation:   7
  • Joined:  01/07/12
  • Last Seen:  

@Peopleperson49. No i don't have any error nor add anything. I just add

 

34,guild_vs1,Emperium,Manager#guild_vs1,1

at castle_db.txt

 

i tried in localhost. /pif

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   2
  • Joined:  07/24/12
  • Last Seen:  

@Peopleperson49 is it possible to change the spawn location for koe to the 4 corners of the map instead of random? because its currently guild_vs1,0,0 is it possible to make an array to input 4 locations?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

I'm not sure nobukadnezar the flags update for me on my server as soon as you go out of view of them. Do you get any errors or anything? You put it in like you would any other script. Boy, you just need to search around for a post somewhere if you don't know how to do that. Peopleperson49

regarding to your KoE, why after my guild hit the emperium finish, it will still able to hit the emperium again?? cant make us unable to hit when the emperium is belongs to my guild

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

You have to install the KoE patch I provide. I don't have an updated version so you will have to add it manually, but its not an issue with my script.

 

Peopleperson49

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  295
  • Reputation:   6
  • Joined:  10/14/12
  • Last Seen:  

Mr peopleperson,

About your custom lottery, its very nice. I have 1 concern though. Your ticket does not change or goes invalid after the winning number gets drawn.

Its like your forever number and never gets invalid thanks

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

KOEH script doesnt give the Guild Master the Rewarded items

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

I will have to take a further look into the KoE script as I havn't used it on a working server in some time. It probably needs updating really bad. For the time I will removed it for download. I will fix and post a tested version when I get some time. Thank you.

 

Peopleperson49

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

Looking forward on your work sir! goodluck!

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   1
  • Joined:  04/04/14
  • Last Seen:  

Mr peopleperson,

 

I'm quite noob in all of this rathena server modifications, however, I have appreciated a lot your scripts.

I took the Security Manager and I found out some bugs on it.

 

The major one, while deleting the password account, is set #AccountPW$,0; and I changed it to set #AccountPW$,""; otherwise, the next logon will require a password which was changed to 0 instead of "NULL".

I also changed the @security command idea for an NPC in prontera to manage the menu.

Last but not least, in case of the player didn't create the security password, he will receive a private announce at logon.

 

The only thing left for now is the password size check, so that it could always be between 4 and 16 characters as mentioned on the help.

 

I will leave here my version for your check: Security_Manager.txt

 

Br,

AcidCooler

Link to comment
Share on other sites

  • 4 months later...

  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Thanks Frenz for pointing that out. I guess I have been working too much lately to notice other sites, but its good that some people are willing to take the time to point stuff like that out. My wife is due in two weeks so prepping for the new baby on top of working all the time is keeping me tied up. I'm not sure what kind of credit that guy was going for stealing my stuff, but lets hope for his sake somebody doesn't asking him a question on something, lol. Anyways, I guess I should just be proud that my stuff is good enough that people want to steal it.

 

Peopleperson49

hi bro how do i reduce the damage by 50% and hide the display damage.. make it same like WoE style.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   1
  • Joined:  08/28/14
  • Last Seen:  

I cant find the final release of your KoE Script, spent my days looking for one.


The KoE script works fine and if you use version 4.7 then even the guild flags will show the emblems. I won't post a script knowing that it doesn't work (without a big disclaimer anyway), which is actually in the rules here somewhere.

Peopleperson49

I cant find the link :(

Link to comment
Share on other sites

  • 5 years later...

  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

atcommand "@revive "+.@name$+"";

 

 

Saving angel line is resurrectin al dead players in the map! not only an unique char name. how to fix it?

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...