Jump to content

Takuyakii

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Takuyakii

  1. Good Day ! can someone help me regarding this error? i'm having this error always after the Woe Hours. i'm using euphy woe controller. PS: i don't know if this is the right section to post this hehe
  2. Any update about this? getting error on latest rev.
  3. Good day is it possible be like this shop that currency is 7959 or any item this is my shop - itemshop misc -1,7959,12790:15 PS: i already used search engine and found out many but if only possible to make this code into that,
  4. will try it now and give feedback (Y) Poring are now auto starting the problem is the next schedule after the event, the timer will not shown
  5. i think there was a bug on this script, after the event or if no one participate no one win, the timer stop . it always say, that next schdule Start in. then after many hours the event won't start
  6. Yea, i guess so, but incase, can i request like that or not ? btw forgot thanks for this script. +1 rep @Mabuhay got error on dice event when no one participating and no winners: it keep announcing no dice winner for 5 times. in map server i got this error Data: number vaule =1 Function: mapannounce Source NPC: EVENT_DICE mapindex_normalize_name( Map name "there were no winner clear in all of the event. The event is now over.' is too long! map_mapname2mapid mapindex_name2id: map "There were "not found index list!
  7. @Mabuhayis there posibility to put percent on reward? from random reward then random percents? of each item on this reward? @BeWan
  8. if ( !isequipped( ID,ID ) ) { i guess it's like this
  9. What are the changes? if ( .event_time > [email protected] || .start ) end; // doesnt start if cd isn't done. so it effect @dicestart also?
  10. hello ! i know @market clone are already published here, i did a lot of search on this forum., but seems its all out dated. if someone have latest @market, or can update the outdated one, please share it, thaanks. sorry for making a new topic, but seems that no one answering or thread closed on previous topics.
  11. Thaaaanks ! it Works ! Hope to have or same like this about Disguise and Poring (Y) your script and details was so friendly for newbie @Mabuhay i try the v2, but @dicestart are not working. no error on map.
  12. how to make this random reward ? in your script i would like to get random reward. ty
  13. @Disabled LOOLP Thanks, how to make this instead of reply of find the right npc of your search" into the last location he gave? @Ryo Osaki can u help me please ?
  14. switch(rand(1,3) ) { case 1: mes [email protected]$; mes "Hello "+strcharinfo(0)+","; mes "do you want to accept the Job?"; next; switch(select("Yes,sure:No,sorry:Cancel")) { case 1: mes [email protected]$; mes "Go to comodo and find Seo Jo!"; mes "she will explain the details."; set changeq,1; close; } case 2: mes [email protected]$; mes "Hello "+strcharinfo(0)+","; mes "do you want to accept the Job?"; next; switch(select("Yes,sure:No,sorry:Cancel")) { case 1: mes [email protected]$; mes "Go to Alberta and find Jeo!"; mes "she will explain the details."; set changeq,1; close; } case 3: mes [email protected]$; mes "Hello "+strcharinfo(0)+","; mes "do you want to accept the Job?"; next; switch(select("Yes,sure:No,sorry:Cancel")) { case 1: mes [email protected]$; mes "Awesome"; mes "Go to Al de Baran and find Celine!"; mes "she will explain the details."; set changeq,1; close; } } } i made 3 random quest, 1 will tell me to go comodo 2 will tell me to go alberta 3 will tell me to go alde baran once he give me the first location i want him to stop giving another location. and i want that he will just repeat the first location he gave me.
  15. Hola ! Can i request for this 3 script ? DICE Event , will run every 2 hours, Poring Will run every 1 and half hour Disguise will run every 1 hour the prize of each script is random. 501,502,503,504,#event_points, but for #event_points, will be lower rate. Thanks i know it so many to request this script, and i found some events like these but it's not working or i don't know how to config . TIA!
  16. PROBLEM SOLVE THANKS EVERYONE !
  17. i'm getting [DEBUG] on map. i put it like these EDIT: the zeny didn't took if(Zeny < 1000000) { [email protected] = getequipid([email protected]); delitem a,1; getitem a,1; set Zeny,Zeny - 1000000; costume [email protected]; // Convert the Headgear mes "[Clown]"; mes "Done, enjoy your restored headgear."; } else { mes "You need ZENY";
  18. into these? if(Zeny < 1000000) { set Zeny,Zeny - 1000000;
  19. Thanks it works! , but you forgot the REquired zeny for Restoration . can please help me more ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.