-
Posts
931 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by darking123
-
136 is really for accessories. why change to to other #? Please explain more
-
im guessing "No Biggie Two Bold"
-
probably, go check also the view_ID
-
I was checking if there is NPC script that can be used to check a player currently EQUIPPED ITEM if it is bounded or rental. I found countbound(), However it only checks the inventory. Not the equipped item. May I ask if there is a way to check the EQUIPPED item if bounded or a rental. setarray [email protected][1], EQI_HEAD_TOP, EQI_HEAD_MID, EQI_HEAD_LOW; for ([email protected] = 1; [email protected]<=3; [email protected]) { if (getequipisequiped([email protected][[email protected]])) { [email protected]$ = [email protected]$ + F_getpositionname([email protected][[email protected]]) + "-[" + getequipname([email protected][[email protected]]) + "]"; [email protected] = 1; } [email protected]$ = [email protected]$ + ":"; } if ([email protected] == 0) { mes "["+ [email protected]_name$ +"]"; mes "You need to wear headgears that I can costume..."; close; } if (countitem(50026) < 1){ mes "You do not have the Costume Ticket from your inventory."; close; } mes "["+ [email protected]_name$ +"]"; mes "Please select what to convert."; mes "^FF0000 Take note: ^0000FF"; mes "^0B27F3 I cannot convert items that has a refine OR a card inserted. ^0000FF"; next; [email protected] = [email protected][ select([email protected]$) ]; if (!getequipisequiped([email protected])) { mes "["+ [email protected]_name$ +"]"; mes "You're not wearing anything there..."; close; } set [email protected]_id,getequipid([email protected]); if( countbound() ){ for( set [email protected],0; [email protected] < getarraysize( @bound_items ); set [email protected],[email protected]+1 ) if( @bound_items[[email protected]] == [email protected]_id ){ mes "This is bounded items."; close; } }
-
yes, Maybe atleast add 2 more buttons(register,website) then add rss feed above, Thanks! hoping for your assistance on this!
-
requesting a thor patcher coded like below, very simple GUI Maybe atleast add 2 more buttons(register,website) then add rss feed above,
-
May I request for Brian's VIP rental, It's already dead link,
-
I am requesting a script that will stuck up, for example I use headgear with {},{sc_start SC_EXPBOOST,-1,50; sc_start SC_ITEMBOOST,-1,150;},{sc_end SC_EXPBOOST; sc_end SC_ITEMBOOST;} When I also use field manual, It will stuck up, if headgear has increase exp by 50% then when i use field manual with 50% also, total should be 100%, Thanks!
-
here prontera,146,83,5 script PVP Warper 966,{ mes "You will be warp to our PVP Room"; next; mes "Are you sure you want to be warped to our PVP Room?"; menu "YES bring it on",yes,"NO im weak",no; yes: announce "PVP ROOM: "+strcharinfo(0)+" Entered the PVP ROOM!",bc,0xFF6060; warp "pvp_y_8-1",0,0; close; no: close; OnInit: while( 1 ){ delwaitingroom; waitingroom "PVP Room ("+getmapusers("pvp_y_8-1")+")",0; sleep 1000; } end; }
-
Pede nyo po bang subukan ito?
darking123 replied to isaiah's topic in Tulong para sa Script at Database
this had been answered already, -
palitan mo lang sa server files mo, off mo lang renewal settings,
-
got things working :), main problem now is the interface it seems it got stuck with that kind of interface, I did try to wait it out hoping that it will fix it self unfortunately not, can anyone help me?
-
Hello I'm currently looking for a script that changes all of them server item prices either to increase or decrease, it's like a real life situation where in gas price increase sometimes decrease, maybe we can set the increase percentage or decrease percentage on the script, also we can set the day that it will take effect
-
Should I ignore that error sir? then just turn of debug,
-
I'm currently experiencing the problem below, maybe someone can help me?
-
Please disregard, I was able to code my own to address my request, thank!
-
Can you go to other map, then try to walk again,
-
Can you try using fresh server files without further server modification, then let us see how it works!
-
If YOUR METHOD works, then I never had to raise this support topic, unfortunately your method doesnt work :), If it does from your side, can you provide the sample .exe file you renamed via hex editor? :),
-
can you just share it instead on how to edit via hexing. thanks!
-
How to Disable ygg berry,yggseed @load in woe
darking123 replied to Jonald's question in Script Requests
This can help you -
doesn't work, can't search my server name,:)
-
Currently looking an alternative way without re-diff, via hexing to change window title
-
Have you tried to re-diff your client? and try to play around the options, can you attach your current msgstringtable? Thanks!