Jump to content

Sryx

Members
  • Posts

    520
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Sryx

  1. Sryx

    Hiya!

    Huya!
  2. AMALAWYER !
  3. Owned Owned! Hahaha laptrip nanaman ako dto. xD
  4. Sryx

    Hello all

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

    error

    Set your packet.db to this. //packet_db_ver: 25 packet_db_ver: default
  6. set mo sa default ung packet.db mo.
  7. Try to check your Generated Thor File if the RO/GRF is the same as your GRF name.
  8. Fix what?
  9. Check your char_athena.conf, map_athena.conf and your clientinfo.xml
  10. Yap mag match yan.
  11. http://rathena.org/wiki/@go
  12. 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 ♥.
  13. Check your Lub/Lua files.
  14. Yes just check the link posted by 2834. Goodluck ♥.
  15. Did you recompile the server?
  16. //#define PACKETVER 20081126[/color] #define PACKETVER 20100730 To this //#define PACKETVER 20081126[/color] #define PACKETVER 20120410
  17. Sryx

    Help in Texture

    For your Login Screen use RO Slicer find it in download section. Then paste it you grf texture/•••••/
  18. 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.
  19. 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.
  20. Use TortoiseSVN, download it on google.
  21. Congrats and Goodluck Arcenciel. Thank you Jman
  22. 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.
  23. oo naman. basta paltan mo ung MMO.H and GRF's mo )
×
×
  • Create New...