Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Mootie

  1. http://rathena.org/board/topic/75989-gtb-modify-to-be-immune-to-dispel/
  2. Maybe your .spr and .act are broken? or you did not meet the requirements maybe
  3. Search sometimes since you use eahtna.... http://www.eathena.ws/board/lofiversion/index.php/t212394.html
  4. Hi, hope this will help http://rathena.org/board/topic/53424-weemapcache/ video
  5. to be succeed to your plants 1st trust on your self 2nd google 3rd if you can find answer ask your self what did you do wrong.... and for the forth believe on yourself that you can do it cheer up
  6. get miruku and that will be fixed
  7. OnInit: delwaitingroom; waitingroom "Cards",0; end; } put delwaitingroom;
  8. prontera,150,180,4 script Healer 100,{ end; OnInit: OnTimer3000: initnpctimer; getmapxy(.@m$,.@x,.@y,1,strnpcinfo(0)); areapercentheal .@m$,.@x-5,.@y-5,.@x+5,.@y+5,3,3; sc_start SC_BLESSING,360000,10; sc_start SC_INCREASEAGI,360000,10; specialeffect 76; specialeffect 83; end; } not tested yet let me know if there's error
  9. That SQL code is in my opinion for people who have a better knowledge of MySQL. The Diff is against Dual Clients, but what about when someone has 2 Computers? Regards, Chris computer cafe/internet shops yeah o.o
  10. ("SELECT name, char.account_id, last_ip FROM `char` LEFT JOIN `login` ON login.account_id = char.account_id where name = '" + escape_sql(.@frnd$) + "'",.@chname$, .@account_id, .@flastip$); btw instead using this just disable dual clients in diff
  11. based on http://ratemyserver.net/index.php?page=item_db&item_id=2630 that is official for Renewal...you can edit that to your needs
  12. It is? Lol didn't notice about it anyway as soon as the TS solve his problem we are good here o.o
  13. Hi zhen have you edit something on skill? Or modified something? Your vps has been reached his limit for the memory A little similar to your problem http://blog.aditech.info/2012/03/out-of-memory-virtual-memory-exhausted.html?m=1
  14. You forgot to say he must use notepad++ to do that
  15. http://www.mediafire.com/?1tubip8l44ovz8f
  16. check server.php make sure its correct....you can check your inter_athena.conf
  17. you can use this 1@pump,77,93,4 script Novice Zone Exit 837,{ mes "Are you done?"; if(select("Yes:No") == 1){close2; atcommand "@go 0"; end;} else { close; } OnInit: delwaitingroom; waitingroom "Exit Here",0; end; } - script novice_zone -1,{ OnPCLoadMapEvent: sleep2 1000; while( strcharinfo(3) == "new_1-1" && BaseJob == 0 && JobLevel < 10) {sleep2 1; if( Hp < MaxHp || readparam(Sp) < readparam(MaxSp) ) {percentheal 100,100; specialeffect2 312;} } end; } 1@pump,0,0,0,0 monster Poring 1002,50,5000,5000; 1@pump,0,0,0,0 monster Drops 1113,50,5000,5000; 1@pump,0,0,0,0 monster Poporing 1031,50,5000,5000; 1@pump mapflag loadevent 1@pump mapflag noteleport 1@pump mapflag monster_noteleport 1@pump mapflag nosave 1@pump mapflag nomemo zhakastia,86,68,5 script Novice Zone 729,{ warp "1@pump",64,92; end; OnInit: delwaitingroom; waitingroom "Beginner Zone",0; end; } edit it to your needs
  18. anung client ang gamit mo? qng 2012 it should be lub files not lua files and use latest luadec compiler.
  19. Mootie

    Patchers

    still the same patchers jikari,thor,neon,kpatcher just pick what you liked
  20. Mootie

    Request Client

    some of 2012-04-10 have this problem i dont have idea if there's a fix already.....and i think judas has a fix for this its called " click delay "
  21. if you use rAthena use renewal flux provide for rAthena if you use 3ceam or eathena svn use their flux.... rAthena use group_id and eathena/3ceam use level variable for admins
  22. hi i just modified your script and its working fine now... Hi, thanks for that problem. Another problem is that, when a player has 10,000 Coins already, when you click the NPC, nothing is happening. I think we should put a switch statement before the IF statement. Like Yes / No choices. I don't know how to do that, I am not yet good in scripting. Nvm. Fixed. prontera,200,200,6 script Phyress 717,{ mes "[Phyress]"; mes "Hello "+strcharinfo(0)+", I was sent by GM-Aya to provide"; mes "you guys a great Christmas Event!"; mes "I'll tell you the secret of this event."; emotion e_no1; next; mes "[Phyress]"; mes "This NPC is only valid until December 25, 3 AM GMT + 8."; mes "So please hurry up and finish whatever quest I will give you!"; next; mes "[Phyress]"; mes "I can give you a Falcon Clip[2]."; mes "All I need is 10,000 ^0055ff15k DeceiveRO Coins^000000."; mes "Yes I know it is hard, but the prize is worth it! So that's all!"; if(countitem(677)<1) goto M_insufficient; M_insufficient: next; mes "Talk to me again once you have the requirements. Thank you!"; next; delitem 677,1; getitem 607,1; mes "Here's a Falcon Clip! Congratulations!"; mes "Thank you for participating DeceiveRO's Christmas Event! Till next year! =)"; mes "Bye!"; announce ""+strcharinfo(0)+" has received a Falcon Clip!",bc_all; mes "You need ^0055ff15 DeceiveRO Coins^000000 for a Falcon Clip."; close; } i put item check on about and a insuficient code if the palyer dont have the correct item ops my bad you already fixed it didn't mention that you already fix it
×
×
  • Create New...