Jump to content

Brave

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Brave

  1. Just turn it off
  2. 8 SAYANG SPACE SA BABA
  3. I can't understand your explanation
  4. if you need help there's my skype would be glad helping you
  5. 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
  6. 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
  7. have you added sprite correctly like adding a male and female sprite ?
  8. simple insignificant mysql files
  9. 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
  10. [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; },{},{}
  11. NICE WORK
  12. nasa NPC mo lang yan something using oninit: that must have been done by an active player
  13. be more specific po
  14. i think they are using 3rd type programs
  15. please mark this as solved!
  16. alright thank you please send me the link commit thank you very much!
  17. You can use NPC
  18. 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 !
  19. i am using GNIX
  20. 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
  21. Brave

    How to fix this?

    you sure about it bro?
  22. 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 .@GMLevel,70; set .@npc$,strnpcinfo(1); if (getgmlevel() < .@GMLevel) close; mes .@npc$; mes "Input the item id"; next; input .@id; next; if (getitemname(.@id) == "") { mes .@npc$; mes "Invalid id number"; close; } mes .@npc$; mes "So, you want to delete " +getitemname(.@id)+ "?"; next; if (select("- Yes:- No") - 1) close; mes .@npc$; mes "Processssinnggg..."; next; query_sql("DELETE FROM `auction` WHERE `nameid` = '" +.@id+ "'"); query_sql("DELETE FROM `cart_inventory` WHERE `nameid` = '" +.@id+ "'"); query_sql("DELETE FROM `guild_storage` WHERE `nameid` = '" +.@id+ "'"); query_sql("DELETE FROM `inventory` WHERE `nameid` = '" +.@id+ "'"); query_sql("DELETE FROM `mail` WHERE `nameid` = '" +.@id+ "'"); query_sql("DELETE FROM `storage` WHERE `nameid` = '" +.@id+ "'"); mes .@npc$; mes "Done!"; close; }
  23. Brave

    How to fix this?

    BUMPED
×
×
  • Create New...