Jump to content

Jayzy

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Jayzy

  1. i dont use PHPmyAdmin. Cant help you sorry
  2. Just the person who's putting the untradeable item on the trade window. Actually I tried to put the command on this line inside the trade.c if( !itemdb_cantrade(item, src_lv, dst_lv) && //Can't trade (pc_get_partner(sd) != target_sd || !itemdb_canpartnertrade(item, src_lv, dst_lv)) ) //Can't partner-trade { clif_displaymessage (sd->fd, msg_txt(260)); clif_tradeitemok(sd, index+2, 1); return; } I tried checking the item but it always do check the item even the item is already tradeable. I cant make it work that it would only check the item if its not tradeable then it will require you the item if the player doesn't have the item then you can't add the item. So after they add the item with the use of the trade card. It will be deleted once the deal is successful(this is also one of my problem on deleting the item). EDIT: So if a player has 10 trade pass, he/she can put 10 untradeable items on the trade window and will be deleted if the deal has been success. Yes but doing the group thing will allow player to add a lot of items. So what I want to happen is one trade pass per one untradeable item. Thank you sir for your help
  3. Load mo ulit yung sa main.sql sa sql folder ng folder then thats it. Or delete mo buong database then create ka bago tas load mo ulit para sure fresh
  4. Hello, Ok so here it is. I am trying to code in src/map/trade.c allowing you to trade an item which isn't tradeable in the server settings but will allow it to be tradeable but it will require you another item like trade card or what you want to name it to allow the untradeable item to be tradeable. but the trade pass itself can't be tradeable at all. Thank you
  5. Actually I am using the one from Zeph's eAmod rathena branch. Not the one from the rAthena itself. But I'm not sure if this has something to do with my configurations. I'll try to make a fresh install server both rAthena and rAthena from eAmod. I already tried it and seems that the problem is somewhere in the battle config folder. I'm trying to do it one by one so I would know where the exact problem is.
  6. Hello, kindly please help me. I was using the one from eAthena before and I start merging everything from eAthena to rAthena. But my problem is why can't I start up the map server. I tried to check every setting and update my group id settings also and still no work for me. :| Thank you for your help. I couldn't see any errors too so I can't find where's the problem.
  7. Do I only have to put this in the addon folder and open it? I already finished configuring stuffs but I can't make it run inside the addon folder.
  8. It means that someone is using WPE in your server to brew foods. This happen to me before and still don't know how to fix this. Go online and look for that one person then block it's IP and account. This would cause your server to disconnect with the char server sometime.
×
×
  • Create New...