Jump to content

Brave

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Brave

  1. I can't understand your explanation
  2. if you need help there's my skype would be glad helping you
  3. 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
  4. 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
  5. have you added sprite correctly like adding a male and female sprite ?
  6. 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
  7. [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; },{},{}
  8. nasa NPC mo lang yan something using oninit: that must have been done by an active player
  9. please mark this as solved!
  10. alright thank you please send me the link commit thank you very much!
  11. Brave

    help FluxCP

    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 !
  12. 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
  13. Brave

    How to fix this?

    you sure about it bro?
  14. 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; }
×
×
  • Create New...

Important Information

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