Jump to content

Markyieee

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by Markyieee

  1. Can you help me with this problem? I'm using Free theme from Par GFX :-)
  2. I got this error. [Error]: chat_createnpcchat: npc 'Freebies' already has a chatroom, cannot create new one! This is my script prontera,159,190,4 script Freebies 461,{mes "Hello"; mes "I can give you a free gift based on your future job.";mes "Please choose the correct item for the future job"; if(!#Freebie) { mes "Select one:"; next; switch(select("Swordsman:Magician:Archer:Monk:Merchant:Thief")) { case 1: getitem 20113,1; getitem 20114,1; getitem 20115,1; getitem 20116,1; getitem 4305,5; getitem 4142,1; getitem 20094,2; getitem 20077,1; getitem 20017,1; getitem 4302,1; getitem 4047,1; getitem 4174,1; getitem 4128,1; break; case 2: getitem 20113,1; getitem 20114,1; getitem 20115,1; getitem 20116,1; getitem 4305,5; getitem 4142,1; getitem 20094,2; getitem 5138,1; getitem 20059,1; getitem 4302,1; getitem 4047,1; getitem 4174,1; getitem 4128,1; break; case 3: getitem 20113,1; getitem 20114,1; getitem 20115,1; getitem 20116,1; getitem 4305,5; getitem 4142,1; getitem 20094,2; getitem 20080,1; getitem 20073,1; getitem 4302,1; getitem 4047,1; getitem 4174,1; getitem 4128,1; break; case 4: getitem 20113,1; getitem 20114,1; getitem 20115,1; getitem 20116,1; getitem 4305,5; getitem 4142,1; getitem 20094,2; getitem 20072,1; getitem 20077,1; getitem 4302,1; getitem 4047,1; getitem 4174,1; getitem 4128,1; break; case 5: getitem 20113,1; getitem 20114,1; getitem 20115,1; getitem 20116,1; getitem 4305,5; getitem 4142,1; getitem 20094,2; getitem 20077,1; getitem 20017,1; getitem 4302,1; getitem 4047,1; getitem 4174,1; getitem 4128,1; break; case 6: getitem 20113,1; getitem 20114,1; getitem 20115,1; getitem 20116,1; getitem 4305,5; getitem 4142,1; getitem 20094,2; getitem 20077,1; getitem 20017,1; getitem 4302,1; getitem 4047,1; getitem 4174,1; getitem 4128,1; break; } set #Freebie, 1; close;} OnInit:waitingroom "Get your freebies here ! ",0; end;}
  3. How to increase the amount of HP and SP given by the skill of bard/dancer Apple of Idun and Service for you?
  4. Still not working </3 hehe
  5. I see thank you. :-) Yes im using now i know that kdr means. kill-death ratio haha im using dota pvp before that's why its new to me :3 Thank you again.
  6. [Debug]: script debug : 2000885 110009567 : Error in KDR function, getarg(1) invalid value Where can i debug this or how to fix it? :-)
  7. Yet meltdown not breaking any items :-(
  8. For new client check this link http://rathena.org/wiki/Custom_Items#Weapon_Sprite_Solution_.28For_New_Clients.29
  9. Try this. On Vnc Server: <ip>:1 E.g. 192.168.1.1:1
  10. My problem is this I have my flux installed and vote for points installed and working properly. But when i changed the flux theme and go to the link of vote for points. It is now saying " Page Not Found " any idea how to fix this? :-)
  11. [Error]: make_listen_bind: bind failed (socket #5, error 98: Address already in use)! I got this error everytime i start my server. then after hours my server crashes. After that this pops out [Error]: make_connection: connect failed (socket #6, error 111: Connection refused)! I already rebooted my vps and heavily shutdown and start it. Sorry if im on the wrong forum but please help me :3 thank you in advance.
  12. // Overall rate at which you can break target's equipment. (Note 2) // This affects the behaviour of skills like acid terror and meltdown equip_skill_break_rate: 100 Does 100 means 0.01%?
  13. I think you just have to restart your vps :-) pc_bonus is caused by item scripts? Im not sure just trying to help :-) hehe
  14. I encounter this last time. try changing the bonus2 bResEff,Eff_Freeze,1000; to bonus2 bResEff,Eff_Freeze,5000;
  15. Try this :-) bonus bAllStats,3; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief); bonus2 bResEff,Eff_Stun,5000; if(isequipped(2357,2524)) bonus2 bResEff,Eff_Freeze,10000;
  16. Hi is there a way to hex the client to allow unlimited loading screen?
×
×
  • Create New...