Jump to content

xmaniacx

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by xmaniacx

  1. This is emistry's check GM script and im making it into a who's online thing brasilis,104,323,5 script Who's Online 871,{ mes "^008cef===========================^000000"; mes "Staffs Online Lists : ^FF0000"+getarraysize( .GM_Name$ )+"^000000 Staffs"; mes "^008cef===========================^000000"; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){ getmapxy( .Map$,.x,.y,0,.GM_Name$[.@i] ); mes "^ff0000User^000000 - [ ^ffac26"+.GM_Name$[.@i]+"^000000 ]"; mes "^ff0000Current Map^000000 - [ ^FF47BD"+.Map$+"^000000 ]"; mes "^ff0000Base Level^000000 - [ ^A34934"+.j_lvl[.@i]+"^000000 ]"; mes "^ff0000Job Level^000000 - [ ^A34934"+.b_lvl[.@i]+"^000000 ]"; mes "^ff0000Job Class^000000 - [ ^A34934"+.c_lvl[.@i]+"^000000 ]"; mes "^04E959_______________________^000000"; } close; OnInit: set .MinGMLevel,40; // Min. GM Level to Show in Online Lists end; OnPCLoginEvent: if( getgmlevel() > .MinGMLevel ) end; set .GM_Name$[ getarraysize( .GM_Name$ ) ],strcharinfo(0); set .GM_Level[ getarraysize( .GM_Level ) ],getgmlevel(); set .b_lvl[ getarraysize( strcharinfo(0) ) ],baselevel; set .j_lvl[ getarraysize( strcharinfo(0) ) ],joblevel; set .c_lvl[ getarraysize( strcharinfo(0) ) ],"+jobname(Class)+""; end; OnPCLogoutEvent: if( getgmlevel() > .MinGMLevel ) end; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){ if( strcharinfo(0) != .GM_Name$[.@i] ) continue; deletearray .GM_Name$[.@i],1; deletearray .GM_Level[.@i],1; deletearray .j_lvl[.@i],1; deletearray .b_lvl[.@i],1; deletearray .c_lvl[.@i],1; end; } end; } }
  2. Alright, everything is fine however when i try to setup the joblevel and baselevel as set im getting error this is what it looks like 1st try : set .blvl,baselevel"+.GM_Name$[.@i]+"; set .jlvl,joblevel"+.GM_Name$[.@i]+"; 2nd try : set .blvl,baselevel, .GM_Name$[.@i]; set .jlvl,joblevel, .GM_Name$[.@i]; 3rd try : set .blvl,baselevel, (.GM_Name$[.@i]); set .jlvl,joblevel, (.GM_Name$[.@i]);
  3. how to include jobname? like "shiva has just turned into (jobname)"
  4. if i click the npc it would say "you have a 99 base level and you have a 57 job level" then if my job level's up the npc updates and would say you have a job lvl 58 now........... i dont want it that you have to logout before the npc updates what level are you!! is that possible?
  5. what's the correct way to reset a whole style of character. this is what i did but im getting sql error. query_sql "UPDATE `char` SET `hair` , `hair_color` , `clothes_color` = '0' , '0' , '0' WHERE `name` = '"+getcharid (3)+"'"; atcommand "@kick "+strcharinfo(0); end;
  6. when creating a character you have to put name, i want it to be up to 10 only not 23, i wonder if you have to do it in source!! if so please teach me..... thank you in advanced
  7. I would like to know how to make this script a daily based also.
  8. i believe that script does not have a "little" details on it, and requires a lot of complicated combination that's why no one would put an effort to do it just to give it for free
  9. does any body have a 3rd job pallets but with a trans sprite name? ==================================================== BUMP BUMP BUMP
  10. how do i make a script whereas if your not in a guild your not allowed to enter and only the guild master can enter in the room
  11. what causes this kind of error?
  12. prontera,150,150,4 script Party Giver 811,{ getpartymember getcharid(1),2; rentitem 7859,55; rentitem 19007,55; } close2; end; } it this correct?
  13. is there a way to disabled attack and skill when equipping that certain items?
  14. holy mother of god! this is the best previewer script ive found you sire are a mad GENIUS :] ,,, SALUTEE!!!
  15. hello can does anybody have a headgear viewer? purposely for quest im using a basic quest npc type. and i want to separate a different npc that could let you view the specific headgear
  16. does anybody have a script where a job master, rental, reset and a platinum skills are combined...... just that one... oh if ur trying to redirect me to the eathena the one who createad multi npc... please dont coz ive already tried that one and i dunno how to modify the script to what i only want its so long and so hard to understand i want a simple script ... thank you in advanced!
  17. hello, i dunno if its the right thing to say but... is there a way to make an npc which gives a meca gear for a whitesmith and and a warg ride to the sniper similar to the rental and instead of the required skill thing for the 3rd job you could change it into the pushcart and falcon thing?
  18. hahaha from what ive understood he want A. "a player who has a poring coin would be able to convert it to cashpoints using the specific npc he requested, B. "a TCG shop (probably same as dynamic shop) which requires a TCG rather than a proof of donation to trade the items "and C. "a pvp type which drops a skull everytime you kill youre opponents and a NPC that is similar to the 2nd above but is using a skull instead of TCG."
  19. does anybody have a working job changer w/ baby job changer no 3rd job plsss and plss dont give me a script that has a baby 3rd job changer and i still need to edit the script and disable them. just give me a trans w/ a baby job changer :] that's it.
  20. hello i dunno if this is a script or whatever it is but how do you make an npc which requires a dye and a feather beret to recolor it your liking... thank you in advanced!
  21. okay i got it hahahaha thank you so so much again thank you so much
  22. mr. emistry ive already solved the loop now this seems to be my final problem.. whenever the purchase menu appears the error also appears
  23. mr almighty emistry have you found the solution as to buying 1 item per transaction only and if they want to buy the other item they have to open the shop again.. __________________________________________________________ " im also getting kind of this error whenever i purchase something//// thank you in advanced
×
×
  • Create New...