Jump to content

Meister

Members
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Meister

  1. The title is just made up by me.. Any tutorial on how to make a custom readable path in which it will announce a specific item that will be dropped by monster.. I know there's already a code for this but its is for general and it is this.. // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 0 or where can I find the code posted above.. I want to make a custom db where it will announce only specified items. Where should I put it? Thanks.
  2. as he said it is a server side issue, we need to gather proper packets in order to got it working Oh sorry for that.. my bad my bad...
  3. @Ai4rei can you add diff for skill cooldown for shortcuts and for the icons? Thanks!
  4. change to this..
  5. oh thanks for this. by this I can only use up to 2012-06-18? cause that's the only last update to where packet_db are updated?
  6. Using diffpatcher and applied all new .dll found here.. http://rathena.org/b...180#entry140809 and I keep having this problem. after entering password and then pressing login/ok .. the client crashes. what seems to be the problem of it? ty! BTW, im trying to diff 2012-07-+ clients. but can't successfully make one.. don't know whats the problem after log-in
  7. so it will be like this ? http://upaste.me/5fd41180869fad82 link above.
  8. - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 10 Minutes if(@afk == 10) { dispbottom "The hourly points event stopped because you were idle for 10 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; set #consecutive_hour, #consecutive_hour + 1; // Every 2 Hours if( #consecutive_hour % 2 == 0 ){ getitem 7227,1; dispbottom "Gain 1 TCG for every 2 Hours online."; } if( #consecutive_hour % 24 == 0 ){ announce "Holy Cow! "+strcharinfo(0)+" has been awarded with 12 "+getitemname( 7227 )+" + 500 Cash Points for staying ingame for 24 hours!",bc_all|bc_yellow; getitem 7227,12; set #CASHPOINTS,#CASHPOINTS + 500; dispbottom "Gained 500 Cash Points. Total : "+#CASHPOINTS; } } stopnpctimer; initnpctimer; end; } Am I doing this correct? I must add.. OnPCLogoutEvent: set #consecutive_hours, 0; end; do I need to do this? cause I have a problem with this script.. it stores consecutive_hours variable .. TY.. or do I need to attach the name of the character?
  9. don't have any idea about this. sorry. Its working just fine for me.
  10. Yeah, this is a source modification to enable mapflag for nostorage and noguildstorage. Also, other source modification. See attached. 1. g-storage for mapflag 2. premium manual - stack able with other field manuals. How to use it? use sc_prem_drop and etc.. 3. no auto close wrong password declared via login.conf 4. Makibishi partial fix? - See note. Note: for makibishi, only source modification is included on the patch. To activate the skill, you need to edit the following, skill_db. skill_unit_db by uncommenting the 3010 skill id. g-storage.patch premium2.patch wrong-pass.patch makibishi.patch
  11. thanks for this. I've tracked where I should edit the line. great help! Thanks all!
  12. As the title says, how to edit the source so that MVP HP bar is visible. For now monster that are not MVP are only shown on the client. Thanks!
  13. How to change @follow command script to add limitation.. The limitation will be.. You can only use @follow command if you're at the same map with the same screen at the small map.. If you're using not at the same map it'll prompt "You can't use @follow command if you're not on the same map" because the current @follow command will warp you to the player whom you wish to follow even where he/she goes.. It is like you're using command @warpto.. Thanks!
  14. can I have that script? Thanks I'll try this! Wait I have a question. How will I trigger the whisper NPC? Is it possible to make one npc that will manage all events? and can be activated there too? - OnWhisper doesn't work
  15. where can I modify ".GMaccess" ? do I need to set a value for it ? like set .GMacces, 99 ?
  16. Thanks I'll try this! Wait I have a question. How will I trigger the whisper NPC? Is it possible to make one npc that will manage all events? and can be activated there too? -
  17. here's the script.. Dice: http://pastebin.com/KM86QGg3 Poring Summoner: http://pastebin.com/ZY2s019y Also, can you make the poring summoner to let me choose what town where the poring will be summoned and how many original poring & fake porings will be summoned. OR I would like to request an npc where all events are there and can be triggered to be activated. Thanks! Thanks!
  18. Does anyone know what's the hex code for it?
  19. system files/lua files514/skill desc
  20. Does anyone has/have kagerou/oboro quest script? What I mean here is that the script that with dialogue even custom one. Thanks for sharing!
  21. boom thanks! didn't see that one!
  22. since there's no skill support, I'll just ask it here. I don't know if this belongs to the source file.. where can I edit the part of the teleport skill level 1 wherein.. if the skill is Level 1 - the box won't appear anymore.. for short teleport skill level 1 will act as a flywing.. Thanks in advance to those who could help!
  23. Just try the client and read this.. Difference between other diffed client? 1. Hexed "Create Player" 2. Hexed "Tetra Vortex" 3. Disabled some buttons to prevent disconnection 4. Navigation system updated 5. forgot what else..
  24. try it
×
×
  • Create New...