Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sryx

  1. Owned Owned! Hahaha laptrip nanaman ako dto. xD
  2. Sryx

    Hello all

    Hello Azharil . Welcome! Enjoy your stay.
  3. Sryx

    error

    Set your packet.db to this. //packet_db_ver: 25 packet_db_ver: default
  4. Try to check your Generated Thor File if the RO/GRF is the same as your GRF name.
  5. Check your char_athena.conf, map_athena.conf and your clientinfo.xml
  6. zhakastia,112,61,5 script WoE Prize 835,{ if ( agitcheck() ) goto L_woeon; menu "Kriemhild [Primary Castle]",L_prtg_cas01; L_prtg_cas01: if ( getcastledata( "prtg_cas01", 1) != getcharid(2) ) goto L_not_owner; if ( $claimed1 > 0 || $claimed2 > 0 || $claimed3 > 0 ) goto L_claimed; if ( $first < 1 ) goto first; if ( $first > 0 && $second < 1 ) goto second; if ( $second > 0 && $third < 1 ) goto third; if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) goto L_not_gm; first: mes "receiving the reward for this castle"; getitem 7960,200; getitem 12103,20; getitem 7959,20; set $first, 1; set $claimed1,1; close; second: getitem 7960,250; getitem 12103,30; getitem 7959,30; set $second,1; set $claimed2,1; close; third: getitem 7960,300; getitem 12103,40; getitem 7959,40; set $third,1; set $claimed3,1; close; L_woeon: mes "A war is currently in progress"; mes "If your guild owned a castle ask your guild master to see me to claim the reward"; close; L_not_owner: mes "Your guild failed to take this castle"; mes "If your guild owned a castle ask your guild master to claim reward from me"; close; L_claimed: mes "Your guild already received the reward for this castle"; close; L_not_gm: mes "Ask your Guild Master to see me"; close; OnAgitEnd: set $castle_claimed[1], set $castle_claimed[2], set $castle_claimed[3], 0; // everytime woe ends the variable resets end; OnInit: waitingroom "Kriemhild Reward",0; end; } Kindly try this one, sorry I'm not that good in scripting . If there is a error kindly post it here. Goodluck ♥.
  7. Yes just check the link posted by 2834. Goodluck ♥.
  8. //#define PACKETVER 20081126[/color] #define PACKETVER 20100730 To this //#define PACKETVER 20081126[/color] #define PACKETVER 20120410
  9. Sryx

    Help in Texture

    For your Login Screen use RO Slicer find it in download section. Then paste it you grf texture/•••••/
  10. check your src/common/mmo.h Then edit this #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20111116 change the 20120410 it to your client date.
  11. I would love to make this one. I'll search if there is already existing of this Ready To Play rAthena if there is none I would make it for everyone.
  12. Use TortoiseSVN, download it on google.
  13. Congrats and Goodluck Arcenciel. Thank you Jman
  14. Find this. announce "Event 'Zombie vs. Novice' has begun!",0,0x00FF00; monster "quiz_02",46,374,"Zombie",1015,5; Then change the 1st monster summon to this. announce "Event 'Zombie vs. Novice' has begun!",0,0x00FF00; monster "quiz_02",46,374,"Zombie",1015,1; Then sleep 10000; monster "quiz_02",46,374,"Zombie",1015,10; Change it to this sleep 10000; monster "quiz_02",46,374,"Zombie",1015,5; And do it on your own.
  15. oo naman. basta paltan mo ung MMO.H and GRF's mo )
×
×
  • Create New...