Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. i already try that. but when i use that my guild is the one who warp out awtz. so i will try it to flag 2? oh sorry !
  2. can anyone help me here. if the master got the "The map is your own now" the other guild there will warpout how can i do that? guild_war,117,154,5 script Machine 100,{ L_main: if ( getguildmasterid( getcharid(2) ) != getcharid(0) ) goto L_not_gm; if ( carac == 1 ) goto L_cant; set .@fcast,15; progressbar "ffff00",.@fcast; set carac,1; set $roser$, strcharinfo(3); mes "This Map is your own now"; close; L_cant: mes "This Map is your own ok"; close; L_c2: mes "Other Player Configuring it"; close; L_not_gm: mes "Only Gms"; close; L_warp: if ($roser$ != strcharinfo(3)) set carac,0; warpguild "Phantasia",0,0,getcharid(2); close; } bump! bump!
  3. PewN

    Client Font

    open HxD(hEx Editor) open your client. and ctrl+f Arial. and change it
  4. PewN

    Client Font

    he say what kind of font is that right?
  5. PewN

    Client Font

    http://rathena.org/tools/diff_patcher.php use this
  6. PewN

    @warp @go delay

    dude tab does not affect the code of C++ hahaha @cyber i think your @warp/@go delay is to old. find a new one oh lol.! why you dont try space and see what happen when you compile it.!
  7. PewN

    @go mall

    src/common/mapindex.h add this #define MAP_MALL "(mapname)"
  8. PewN

    @warp @go delay

    did you use tab? on every line?
  9. i do a charm modification on my server. but im confuse on making a resist. i want to do a item stacking. water charm.(10% resist) so if he have 2 water charm. the other charm will not work.! so the resist is remains 10% how can i do this?
  10. awtz. my problem now is when i have all the items. the npc delete the 7511,7539,7227 but the 7563 and 7036 is still remain if(countitem(7511)<500 || countitem(7539)<1000 || countitem(7227)<1000 || countitem(7563)<500 || countitem(7036)<2) goto L_notenuf; delitem 7511,500; delitem 7539,1000; delitem 7227,1000; delitem 7563,1000; delitem 7036,2; set mastery,1; getitem 21515,1; mes "[Job Mastery]"; mes "Congratulation!"; close; my new code. doesn't work bump! THX EUPHY PROBLEM SOLVED !
  11. if((countitem(7511)<500) || (countitem(7539)<1000) || (countitem(7227)<1000) || (countitem(7563)<500) || (countitem(7036)<2)){ close; } else { delitem 7511,500; delitem 7539,1000; delitem 7227,1000; delitem 7563,1000; delitem 7036,2; set mastery,1; getitem 21515,1; mes "[Job Mastery]"; mes "Congratulation!"; close; awtz. my problem now is when i have all the items. the npc delete the 7511,7539,7227 but the 7563 and 7036 is still remain
  12. Hi everyone can anybody help me even the items is not there and i already have the other's but he delete the the item that i already have. what is the problem here? sorry for bad english mes "^FF00001,000x Phantasm Coins"; mes "1,000x Phantasm Tickets"; mes "500x Dark runes"; mes "500x Bloody runes"; mes "2x Black Dyestuff^000000"; next; if(countitem(7511)<500 && countitem(7539)<1000 && countitem(7227)<1000 && countitem(7563)<500 && countitem(983)<2) goto L_notenuf; delitem 7511,500; delitem 7539,1000; delitem 7227,1000; delitem 7563,1000; delitem 983,2; set mastery,1; getitem 21517,1; mes "[Job Mastery]"; mes "Congratulation!"; close;
  13. use charm's and script it /
  14. how can i disable the reset look on flux cp [3CEAM] please help
  15. nvm. it only getting me error cuz i dont know how to patch on linux e!
  16. i want to request the race system palettes like human elves orc like that. if anyone have this please share it to me
  17. so it will loook like this? set @charID$, strcharinfo(0); bump!
  18. PewN

    data.ini

    hiding data.ini? right click properties and set it to hidden!
  19. PewN

    PvP Room effect

    oh thx! i will try it is this a infinite? everytime they will reduce hp? ok its working nice thx euphy how about. healing every sec? cuz i set that hP+ but my hp is buggy. how can i do it to heal? after i go out. my hp also set to max hp btw already solve thx euphy. i make it to percentheal
  20. can anyone help me. when player is on guild_vs2. all player wil decrease their hp every 1 seconds how can i do it?
  21. can anyone help me. how to make a item (etc) that give's bonus like charm's my revision is 3ceam 670+ i think cuz last time a found a diff patch on eA i compile it and my server can't open
  22. how? can i change it?
×
×
  • Create New...