Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. 3213
  2. PewN

    check weight?

    i got problem emistry. even 30k weight got the message bump
  3. can anyone help me. check the weight of the character if the character have 40k+ weight . it will mes "[job mastery]"; mes "Please reduce weight"; close;
  4. can anyone help me downloading 586 cuz everytime im clicking the brow_debug.rar on it say unauthorized person. please help me
  5. i have problem on rathena trunk 16113. i got error on script on hommutate. how can i solve this?
  6. can u give me an example?
  7. how can i set the lvl of atcommand_athena.conf example. i want to set the. @item on lvl 80 how can i do that? sorry for noob question
  8. yup. i already solve it. i added the map on the second line of the mapindex
  9. i make a custom maintown but i notice that when everytime i log out im on prontera please help
  10. how can i make my map that like a sun light but no shadow?
  11. can anyone help me. that low amount of sakura leaves will drop. cuz i got lag . sakura leaves on my screen T_T
  12. how can i hide my ini file so players can't abuse Edited GRF? please help i know that i can use harmony but. they can open .ini file and edit it on their own edited grf
  13. OnAgitBreak: set brokeemp,brokeemp+1; set .@GID,getcharid(2); use this script on agit break
  14. charms are etc that give item effects
  15. Request WoE ladder
  16. @Helon lolz this is not a request section!
  17. oh ok
  18. what map? do oyu want? OnPCKillEvent: if( strcharinfo(3) == "mapname" ){ if( killedrid != getcharid(2) ){ set zeny,zeny + 40000000; dispbottom "You win the duel; }
  19. please help. how can i upload 33mb SQL file on phpmyadmin. cuz my phpmyadmin only support 2.085kb
  20. who is the developer of Inertia RO?
  21. PewN

    WAITING ROOM ?

    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 $@guild$, strcharinfo(2); mes "This Map is your own now"; maprespawnguildid "guild_war",getcharid(2),2; close; L_cant: mes "You Already have this"; close; L_c2: mes "Other Player Configuring it"; close; L_not_gm: mes "Only Gms"; close; OnPCLoadMapEvent: if( strcharinfo(3) == "Phantasia" ){ set carac,0; end; } } guild_war,113,152,4 script Sign Board 852,{ end; OnInit: waitingroom " [ "+$@guild$+" ]",0; end; }
  22. PewN

    WAITING ROOM ?

    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 .guild$, strcharinfo(2); // i set it here! mes "This Map is your own now"; maprespawnguildid "guild_war",getcharid(2),2; close; L_cant: mes "You Already have this"; close; L_c2: mes "Other Player Configuring it"; close; L_not_gm: mes "Only Gms"; close; OnPCLoadMapEvent: if( strcharinfo(3) == "Phantasia" ){ set carac,0; end; } } guild_war,113,152,4 script Sign Board 852,{ end; OnInit: waitingroom " [ "+.guild$+" ]",0; end; } Phantasia mapflag loadevent
  23. i set it but the guild name on waiting room doesn't showing can anyone help me here about it then i want the name of the guild will set on pub set .guild$, strcharinfo(2); guild_war,113,152,4 script Sign Board 852,{ end; OnInit: waitingroom " [ "+.guild$+" ]",0; end; } why the name of the guild not showing on pub here? bump!
  24. it so OBVIOUS its "CART" termination!
  25. thx! how about this Gerome set .guild$, strcharinfo(2); then i want the name of the guild will set on pub guild_war,113,152,4 script Sign Board 852,{ end; OnInit: waitingroom " [ "+.guild$+" ]",0; end; } why the name of the guild not showing on pub here?
×
×
  • Create New...