Jump to content

KoolKat29

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by KoolKat29

  1. I guess he meant this: // How much (dex*2+int) does variable cast turns zero? vcast_stat_scale: 530 The formula is there. (DEX x 2 + INT) Eg: 120 dex x 2 = 240 120 int =120 total = 360 Im not sure if it's only working for renewal setup
  2. don't enable or include the HKLM to HKCU diff in your client
  3. http://rathena.org/wiki/Custom_Items http://rathena.org/board/topic/80492-how-to-add-costume-custome-item/
  4. Or you can try this. OnPCLoginEvent: if( getgroupid() < .MinGMLevel ) end; set .GM_Name$[ getarraysize( .GM_Name$ ) ],strcharinfo(0); if( getgroupid() < 10 ) set .GM_Level$[ getarraysize( .GM_Name$ ) ],"Level 1 GM"; else if( getgroupid() < 20 ) set .GM_Level$[ getarraysize( .GM_Name$ ) ],"Level 2 GM"; else if( getgroupid() < 30 ) set .GM_Level$[ getarraysize( .GM_Name$ ) ],"Level 3 GM"; else if( getgroupid() < 40 ) set .GM_Level$[ getarraysize( .GM_Name$ ) ],"Level 4 GM"; OnPCLogoutEvent: if( getgroupid() < .MinGMLevel ) end; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){ if( strcharinfo(0) != .GM_Name$[.@i] ) continue; deletearray .GM_Name$[.@i],1; deletearray .GM_Level[.@i],1; end; } end;
  5. you'll just have to wait. It happen to me sometimes.
  6. what you mean with the throw is that you want their items to drop on the floor and not store the items in storage? Just use the dropall command instead if you wanted to drop everything.
  7. edit the msgstringtable.txt. or instead of editing the names on images, just copy and paste the filename to the other.
  8. like this? pcblockmove getcharid(3),1; sleep2 500; pcblockmove getcharid(3),0; and OnPCDieEvent: atcommand "@storeall"; end;
  9. OnInit: initnpctimer; end; OnTimer1000: if(gettime(1) != 5) end; setnpcdisplay( strnpcinfo(0),rand( 871,90,823,872 ) ); //From MonsterWiki Not sure if it'll work XD setnpctimer, 0; end; "Be aware though, this causes a heavy load on your server." - http://rathena.org/wiki/Timers_(Scripting)
  10. @roruke Sure! Im using Master Brynner's 20120410a Ragexe v3 client. So Im assuming you are as well packet_db.txt and my clientinfo just in case: <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <hideaccountlist /><extendedslot /><readfolder /><passwordencrypt /><passwordencrypt2 /> <connection> <display></display> <desc></desc> <address></address> <port>6900</port> <version>30</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000002</admin> <admin>2000003</admin> <admin>2000004</admin> <admin>2000005</admin> </aid> </connection>
  11. that features doesn't work on Ragexe. that's why the mail system was disabled on iRO. it's working on my end. If you want I'll share my packet_db.txt edit: Sorry BTW. Are you referring to Mail sending option? XD Uploaded with ImageShack.us
  12. first time using the patch? or it just happened recently after some successful patch? I'll pm you
  13. Sir can you add Ignore missing file and palette diff in your 2012-04-10aRagexe_v3? Thanks
  14. try OnPCLogoutevent: same idea from here http://rathena.org/board/topic/74607-dedicated-npc/
  15. If you want including your guild and party to be affected by your trap. Change bct_noparty and bct_noguild to bct_party and bct_guild
  16. sure. Or click the button "Track Issue" on the right side of the topic. http://rathena.org/board/tracker/issue-7734-character-selection-bug/ http://rathena.org/board/tracker/issue-7723-cash-shop-it-not-working-on-latest-revision-using-2012-04-10aragexe/?gopid=20438#entry20438
  17. yes, Im also affected by the Cash Shop bug..
  18. I'd rather wait for an official patch/diff from rathena to avoid conflicts and much worse if it causes another bug. What I really wanted to be fixed asap is the char select screen.
  19. yeah its custom cash shop~ this also problem from rav 17365 ? As Brynner said " the bug started on r17355" and atm, it hasnt been fixed yet.
  20. I think it's also related here. http://rathena.org/board/tracker/issue-7723-cash-shop-it-not-working-on-latest-revision-using-2012-04-10aragexe/?gopid=20438#entry20438 is that a custom cash shop window?
  21. Let's just wait for the fix from svn update
  22. An error message from the client or screenshot would be helpful.
  23. +1 for this. and an option to mute player's chat inside the waiting room
×
×
  • Create New...