Takuyakii
Members-
Posts
131 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Takuyakii
-
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
-
Release: Soul Link Modification - Script-based
Takuyakii replied to Secrets's topic in Source Releases
Any update about this? getting error on latest rev. -
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,
-
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
perfect ! -
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
on this new version , the event are not auto starting. -
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
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! -
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
@Mabuhayis there posibility to put percent on reward? from random reward then random percents? of each item on this reward? @BeWan -
if ( !isequipped( ID,ID ) ) { i guess it's like this
-
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
What are the changes? if ( .event_time > [email protected] || .start ) end; // doesnt start if cd isn't done. so it effect @dicestart also? -
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.
-
Ok i'll wait thaaanks
-
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
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. -
Quests, Games: Dice Event - Yet another version
Takuyakii replied to Mabuhay's topic in Game, Event, Quest Script Releases
how to make this random reward ? in your script i would like to get random reward. ty -
@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 ?
-
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.
-
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!
-
PROBLEM SOLVE THANKS EVERYONE !
-
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";
-
into these? if(Zeny < 1000000) { set Zeny,Zeny - 1000000;
-
Thanks it works! , but you forgot the REquired zeny for Restoration . can please help me more ?