Brave
Members-
Posts
208 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Brave
-
Just turn it off
-
8 SAYANG SPACE SA BABA
-
I can't understand your explanation
-
if you need help there's my skype would be glad helping you
-
Customs item doesn't show while wearing using read DATA first
Brave replied to Greenie19's question in Graphics Support
yes it is added correctly, because it is the same as the .grf file that I used that works. basically a transfer of my custom data file. I have double checked. maybe the reason of it wasn't been read is because it must be disabled the read data folder first -
download the theme you like upload it under the theme folder set the folder that you upload to be default or change it on application theme name wish i have help if you need more specific guide just pm me here or message me on skype skype: ceejay.abne
-
Customs item doesn't show while wearing using read DATA first
Brave replied to Greenie19's question in Graphics Support
have you added sprite correctly like adding a male and female sprite ? -
Big problem with char-server. Please help!
Brave replied to Pacman360's question in Database Support
simple insignificant mysql files -
sir we will be glad to help you with that you can send me a private message skype: ceejay.abne fb: www.fb.com/ceejay.abne.73
-
Customs item doesn't show while wearing using read DATA first
Brave replied to Greenie19's question in Graphics Support
[ACCESSORY_IDs.ACCESSORY_Chinese_Wings] = "Chinese_Wings", 29118,Chinese_Wings,Chinese Wings,5,50,0,1,,50,,4,0xFFFFFFFF,63,2,1,0,0,1,1122,{ bonus bAllStats,30; },{},{} -
NICE WORK
-
nasa NPC mo lang yan something using oninit: that must have been done by an active player
-
be more specific po
-
Can disable to send hide/cloaking packet to the client?!
Brave replied to Darkpurple's question in Client-side Support
i think they are using 3rd type programs -
please mark this as solved!
-
alright thank you please send me the link commit thank you very much!
-
You can use NPC
-
you can do that by downloading 1 and putting it up on the themes then replace to be default If you need service just PM us !
-
i am using GNIX
-
correct
-
didn't I give the link?well, I'll apply this in my next commit. thank you. yeah sure just don't forget to mention me LOL didn't I give the link?well, I'll apply this in my next commit. thank you. there's a little error in that in itembounding you cannot exceed 4 but i know you can fix it LOL
-
you sure about it bro?
-
i only knew a npc that you typed in you can do it once a week try this! don't forget to mark as solved and my contribution point poring_w02,56,82,4 script ADMINLOGS 915,{ set [email protected],70; set [email protected]$,strnpcinfo(1); if (getgmlevel() < [email protected]) close; mes [email protected]$; mes "Input the item id"; next; input [email protected]; next; if (getitemname([email protected]) == "") { mes [email protected]$; mes "Invalid id number"; close; } mes [email protected]$; mes "So, you want to delete " +getitemname([email protected])+ "?"; next; if (select("- Yes:- No") - 1) close; mes [email protected]$; mes "Processssinnggg..."; next; query_sql("DELETE FROM `auction` WHERE `nameid` = '" [email protected]+ "'"); query_sql("DELETE FROM `cart_inventory` WHERE `nameid` = '" [email protected]+ "'"); query_sql("DELETE FROM `guild_storage` WHERE `nameid` = '" [email protected]+ "'"); query_sql("DELETE FROM `inventory` WHERE `nameid` = '" [email protected]+ "'"); query_sql("DELETE FROM `mail` WHERE `nameid` = '" [email protected]+ "'"); query_sql("DELETE FROM `storage` WHERE `nameid` = '" [email protected]+ "'"); mes [email protected]$; mes "Done!"; close; }