Jump to content

Dan

Moderators
  • Content Count

    403
  • Joined

  • Last visited

  • Days Won

    52

Everything posted by Dan

  1. Dan

    Credits for Rep

    Got tons of error, and said Auction does not exist, also it screwed up my GameServer says please something log character memory
  2. Does anyone know why I can't exchange Repuation Points for Credits? Scenario: My character has 9k Reputation, 1k Rep = 1 Credit, but when I click Exchange on website, it says "Unable to exchange!" Note: Character is offline and when I go on the website it displays Exchange 9999 Reputation for 9 credits.
  3. Use Restore.exe to edit texture files, some skill effects cannot be re-colored, unless you view them in a 3D animation program I believe (No experience here). Myself as a texture modifer, I've only managed to re-colored stuff like apparels/some glow effects/pets/items.
  4. Not sure about that sorry.
  5. I’m on my phone so I can’t check but this will give you an idea. Find your rebirth functions, mines in forge.lua Example: 1st Rebirth There is stat bonus displayed within the function like add_defsa and so on just change the value to whatever you want the base stats to be when rebirthing.
  6. Things to note: Better to start with clean base files and edit and put your stuff that you want. I recommend you get securities for your server if you are serious about it ask @V3ct0r about his service genuine guy. Host that I recommend is OVH.com There exist things called Backdoors and Injections so you might want to do some research around the forums to patching the ones that you can. Also if you need help leave a thread in Questions and Help I think you posted in the wrong section.
  7. I got the sword icon on the target now, but clicking it doesn't nothing lol.
  8. Skills are working fine, though the only problem I am having with them all is that they cannot auto attack mobs/enemies anyone know how to fix? Edit: It seems it may be a Skill Tweak problem? Although, My skill tweak is quite updated than others since I can use skills etc fast on any class, and see mobs such as the new bosses. No sword icon on target when hovering over.
  9. Sorry, I don't have a combine fruit, maybe try playing around with [in Combine Rate] perhaps instead of if Baoshi_NeedLv try Item_Lv CheckBag4Item = CheckBagItem( role,#### ) -- Checks to see if character has Item in bag, if it does it will take the fruit upon completion of forging and it will be 100% if CheckBag4Item > 0 then if Baoshi_NeedLv > 6 then -- If the gem is higher than Lv6, then fruit will work for Lv7+ Check_A = 1 CheckFaild = Percentage_Random ( Check_A ) TakeItem(role, 0, ####, 1) end end
  10. I had the similar problem, but to fix it, you must change all the carsise apparel according to the attribute type (I believe some apparels for carsise is set to 24 instead of 22) , so 22 meaning your equipment should also be 22 + apparel torso. Example: 5231 Carsise Bishop Robe e0886 10110002 0 0001790002 0 0 0 0 [22] 0 0 0 0 1 1 1 0 1 1 1 500000 -1 0 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2 0 0 2,-2,-2,-2,-2,-2,-2,-2,-2,-2 -1,-2,-2,-2,-2,-2,-2,-2,-2,-2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0 0,0 20000,20000 0 0 0 0 0 0 0 0 0 0 0 0 0 0,0 0 0 0 0
  11. Here is a simple Forge Fruit, I don't have a combine fruit so GL on that one. local Check_A local CheckFaild if Baoshi_NeedLv < 4 then Check_A = 1 CheckFaild = Percentage_Random ( Check_A ) elseif Baoshi_NeedLv == 4 then Check_A = (Your Percent) CheckFaild = Percentage_Random ( Check_A ) elseif Baoshi_NeedLv == 5 then Check_A = (Your Percent) CheckFaild = Percentage_Random ( Check_A ) elseif Baoshi_NeedLv == 6 then Check_A = (Your Percent) CheckFaild = Percentage_Random ( Check_A ) elseif Baoshi_NeedLv == 7 then Check_A = (Your Percent) CheckFaild = Percentage_Random ( Check_A ) elseif Baoshi_NeedLv == 8 then Check_A = (Your Percent) CheckFaild = Percentage_Random ( Check_A ) elseif Baoshi_NeedLv == 9 then Check_A = (Your Percent) CheckFaild = Percentage_Random ( Check_A ) end CheckBag4Item = CheckBagItem( role,#### ) -- Checks to see if character has Item in bag, if it does it will take the fruit upon completion of forging and it will be 100% if CheckBag4Item > 0 then if Baoshi_NeedLv > 6 then -- If the gem is higher than Lv6, then fruit will work for Lv7+ Check_A = 1 CheckFaild = Percentage_Random ( Check_A ) TakeItem(role, 0, ####, 1) end end
  12. Does anyone know why if I use Vectors GameServer, and fuse new apparels (Not official top apparels) they don't keep the attributes? When I change to a normal GameServer, everything works fine. Note: The apparels are not over 7k.
  13. Dan

    PayPal

    There is 3 types. 1. "Buying Goods or Services" = Pay Fee 2. Sending money to a friend = free "However your friend may need to pay the fee" 3. If they are out of the state/not confirmed there will be a fee.
  14. I am using OVH and it has been good so far, for a month, no lag besides my constant restarts haha.
  15. Please check the assigned slot, make sure you did some configuration on cha_timer, also make sure you have cloak effects...
  16. Dan

    Right hand sword

    Seems like if i change the models to the one I want it bugs out and says check format etc.
  17. Does anyone know how to make right hand sword as apparels so that if champ equips it they still get bug bonus? Seems like even if I make it, it may require hexed ??
  18. *EDIT* Problem Solved Solution: Have 1st RB Wings in bag.
  19. So currently, I can RB 1-2 with new characters fine, however the current characters are all getting message saying " You are not Rebirthed One" even though Character already did RB 1. Anyone have a solution for this?
  20. Check if you are hosting in zend/xampp then u need to turn on myssql i think. Also enable port 80.
  21. Dan

    Fastpanel tricks

    For those who try to do this, Please do it 1 by 1, log in game each time u change a value as this is what helped made it work for me 99%. If you don't test 1 by 1, then you will find errors when trying to find the "HEX-ED" string. (I did the black skin version) For the "2 times alt tab DC" Don't change this part. (NOTE All F1-11 works fine for me, but F12 can't be pressed, but it is clickable) Trick 1. Enable third state Find 83 FD 02 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D Replace with 83 FD 03 56 57 8B D9 7C 04 33 ED EB 09 85 ED 7D
  22. so how is it possible to make a characters body hit box big but keep the look
  23. Topic - Solved Issue Fix: https://pkodev.net/index.php?/topic/1450-corals/
×
×
  • Create New...