Jump to content

Z e r o

Members
  • Posts

    97
  • Joined

  • Last visited

Everything posted by Z e r o

  1. I wonder how they fixed it on the newer clients. I am really curious. Yes my remedy is easier but we really need a permanent fix hope someone have a permanent remedy for this one
  2. Currently using 2012-04-10 client and is having issue with latest GPU been searching online for the permanent fix for this but haven't found one. The only solution I have is to use CTRL+ALT+DEL then ESC and the graphics will return to normal. I will appreciate your help.
  3. I received this warning on the map server and the character is unable to move. [Warning]: clif_parse: Received unsupported packet (packet 0x08c9, 2 bytes received), disconnecting session #3. packet 0x08c9 = 0x08c9,2,cashshopitemlist,0 Heres my mmo.h #define PACKETVER 20120410 Im using 2012-04-10aragexe client what version should I put on the PACKETVER.
  4. I'll try this thanks. BTW does these variables stays what they are after I set them? even after a scipt reload? or basic server restart? I'll try this thanks. BTW does these variables stays what they are after I set them? even after a scipt reload? or basic server restart?
  5. Npc that will check if you are 99/70 and will then give you your reward. ( I can write a script for this ) the problem is how to make it once per character.
  6. Z e r o

    Game guard

    I'll be using 2012-04-10 client + rathena which game guard should I use in terms of support, security, availability
  7. Background slicer tool is not working anyone has one? http://rathena.org/tools/login_background/
  8. How to change the client icon withour rediffing it? i tried to use res hacker but after changing the exe is not working..
  9. Solved XD Thanks goto OnMenu also works <3
  10. I want to return from the item selection after i choose a quest item can someone help me edit the cancel option to "return to quest selection" i tried to put this in the cancel button donpcevent "quest_shop::OnMenu"; but the client crashes XD
  11. Z e r o

    Array check

    Ill test them thanks <3
  12. prontera,142,168,5 script Costume Enchanter 878,{ setarray .@avail[0],30115,30123,30134; set .@part, EQI_COSTUME_HEAD_TOP; set .@equip_id, getequipid(.@part); if (!getequipisequiped(.@part)) { mes "[ ^0055FFDriller^000000 ]"; mes "I'm sorry but you don't have any costume that I can inspect for enchantment."; close; } if (getequipcardid(.@part,3) > 0) { mes "[ ^0055FFDriller^000000 ]"; mes "This item has already been enchanted. I can't work on this as it is against the rules."; close; } for(set .@i,3; .@i>=0; set .@i,.@i-1) { if ( .@equip_id!=.@avail[.@i] ) { mes "Cannot Enchant"; } } if(select("Cancel:Continue") == 1) { mes "[ ^0055FFDriller^000000 ]"; mes "Bye."; close; } setarray .@enc[0],4795,4796,4797; set .@enchant, .@enc[rand(0,2)]; delequip .@part; getitem2 .@equip_id,1,1,0,0,0,0,0,.@enchant; } Heres my costume enchanter how can I check if the .@equip_id is not in the array? anyone please give me an idea i use for statement but it seems that it wont work XD
  13. I want to reset all the refines in my server what is the sql for this
  14. Oh i see, wait lemme try Sir how can i change the prize into; winning team = 3 proofs of donation (per member) losing team = 1 proofs of donation (per member) Thanks in advance And look, eventhough the waiting room is already full 5/5 per team. the Battleground is still not starting. Why? is there any commands to make it start or what? bump someone is inside the battleground
  15. How to add skill that can be dodge by cicada?
  16. What is the current ipb version of rathena?
  17. Players are warp back to their save point. ( sometimes ) Food storage is already broken by other team some players are stuck inside http://pastebin.com/rPJ2MNzC
  18. Sorry if I posted this on the wrong section. My Dragon Breath hits player on Hiding State and Ninja using Cicada Skin Shed where can i edit this? Thanks
  19. Hi Vy Low can i ask where did you fix the dragon breath damage that is affected by glorious weapons/race cards in ygg svn?

  20. Z e r o

    skill.db

    // 0x01 - No damage skill // 0x02 - Has splash area // 0x04 - Damage should be split among targets // 0x08 - Skill ignores caster's % damage cards (misc type always ignores) // 0x10 - Skill ignores elemental adjustments // 0x20 - Skill ignores target's defense (misc type always ignores) // 0x40 - Skill ignores target's flee (magic type always ignores) // 0x80 - Skill ignores target's def cards 0x02 0x40 0x08 I want to add those 3 XD
  21. Poem of Netherworld should works like ankle trap. in my case they just walk through it nothing happens XD
  22. Harmony keeps on blocking a certain IP because of this reason "Memory Modification at 688b1f, ~1 bytes." Can you explain this memory modification issue of harmony?
×
×
  • Create New...