Jump to content

Yoshix3

Member
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

About Yoshix3

Informations

  • Gender
    Male

Social Networks

  • Skype
    yoshix3.epvp

Recent Profile Visitors

1146 profile views

Yoshix3's Achievements

Apprentice

Apprentice (3/16)

  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done
  • One Month Later

Recent Badges

8

Reputation

  1. HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA yes.... And just like creating bugs 9*5 != 5*9? That change dont gonna create bugs, it gonna dont change anything. I never laught like now You have to change in char_item.cpp for example the lines int p = wCell + (i * 5) BYTE p = bCell + (5 * j); the 5 is the count of x lines. for the count in y line you have to change in exchange.cpp static CGrid s_grid1(xcount, ycount); Mfg, Yoshix3
  2. I think he means the attr's of the item. But the function does only returns value0-value5, not the attr's in it.
  3. Show us the lines 60-70 in your file you have edited.
  4. Run this Query in your account database SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `block_exception` -- ---------------------------- DROP TABLE IF EXISTS `block_exception`; CREATE TABLE `block_exception` ( `login` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=big5; -- ---------------------------- -- Records of block_exception -- ---------------------------- INSERT INTO block_exception VALUES ('38393938');
  5. tip in "ps aux | grep db" so you can see, if youre core is running. Looks like your core isn't running.
  6. For Color you have to add a new Line self.AppendTextLine("[Pandora 2]", grp.GenerateColor(1.0, 1.0, 10, 1.0)) # r,g,b,alpha You have to add this Code for example in this funtion: def __SetItemTitle(self, itemVnum, metinSlot, attrSlot): self.AppendTextLine("[Pandora 2]", grp.GenerateColor(1.0, 1.0, 10, 1.0)) # r,g,b,alpha if self.__IsPolymorphItem(itemVnum): self.__SetPolymorphItemTitle(metinSlot[0]) else: if self.__IsAttr(attrSlot): self.__SetSpecialItemTitle() return self.__SetNormalItemTitle()
  7. I think it's better to save the Coins in a questflag and renew this all 10 Minutes.
  8. Only to put this small code into OnUpdate function of any py File: for i in xrange(90): ItemVNum = player.GetItemIndex(i) if ItemVNum == BonusItemVnum: net.SendItemUsePacket(i) return
  9. You don´t need a letter, to start a Quest.
  10. A normal User can easy use this Panel, too.
  11. You can easy bypass this with simple python modifikations.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.